mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Added bridge template and korean translation
This commit is contained in:
parent
5b2428559a
commit
979b3c0408
@ -294,10 +294,12 @@ public class PS{
|
||||
copyFile("automerge.js", Settings.Paths.SCRIPTS);
|
||||
copyFile("town.template", Settings.Paths.TEMPLATES);
|
||||
copyFile("skyblock.template", Settings.Paths.TEMPLATES);
|
||||
copyFile("bridge.template", Settings.Paths.TEMPLATES);
|
||||
copyFile("german.yml", Settings.Paths.TRANSLATIONS);
|
||||
copyFile("s_chinese_unescaped.yml", Settings.Paths.TRANSLATIONS);
|
||||
copyFile("s_chinese.yml", Settings.Paths.TRANSLATIONS);
|
||||
copyFile("italian.yml", Settings.Paths.TRANSLATIONS);
|
||||
copyFile("Ko-kr.yml", Settings.Paths.TRANSLATIONS);
|
||||
showDebug();
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user