diff --git a/Core/src/main/java/com/intellectualcrafters/plot/PS.java b/Core/src/main/java/com/intellectualcrafters/plot/PS.java index 93d63bc4a..37988f865 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/PS.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/PS.java @@ -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(); diff --git a/Core/src/main/java/com/intellectualcrafters/plot/config/Settings.java b/Core/src/main/java/com/intellectualcrafters/plot/config/Settings.java index 6ca69efd2..b99997785 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/config/Settings.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/config/Settings.java @@ -14,10 +14,12 @@ public class Settings extends Config { NOTE: Fields are saved in declaration order, classes in reverse order */ - @Comment("These first 4 aren't configurable") // This is a comment + @Comment("These first 7 aren't configurable") // This is a comment @Final // Indicates that this value isn't configurable public static final String ISSUES = "https://github.com/IntellectualSites/PlotSquared/issues"; @Final + public static final String SUGGESTION = "https://github.com/IntellectualSites/PlotSquaredSuggestions"; + @Final public static final String WIKI = "https://github.com/IntellectualSites/PlotSquared/wiki"; @Final public static String DATE; // These values are set from P2 before loading diff --git a/Core/src/main/resources/bridge.template b/Core/src/main/resources/bridge.template new file mode 100644 index 000000000..d5f9ccd93 Binary files /dev/null and b/Core/src/main/resources/bridge.template differ