From 7377366372f473fbf198e566dfbd943459ca892e Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 22 Nov 2019 12:28:34 +0100 Subject: [PATCH 1/3] Updating some debug colors --- .../intellectualsites/plotsquared/plot/PlotSquared.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/PlotSquared.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/PlotSquared.java index 86b8c7a92..4090bf4da 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/PlotSquared.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/PlotSquared.java @@ -245,7 +245,7 @@ import java.util.zip.ZipInputStream; if (Settings.Enabled_Components.WORLDEDIT_RESTRICTIONS) { try { if (this.IMP.initWorldEdit()) { - PlotSquared.debug(IMP.getPluginName() + " hooked into WorldEdit."); + PlotSquared.log(Captions.PREFIX + "&6" + IMP.getPluginName() + " hooked into WorldEdit."); this.worldedit = WorldEdit.getInstance(); WorldEdit.getInstance().getEventBus().register(new WESubscriber()); if (Settings.Enabled_Components.COMMANDS) { @@ -317,7 +317,7 @@ import java.util.zip.ZipInputStream; e.printStackTrace(); } - PlotSquared.log(Captions.ENABLED.f(IMP.getPluginName())); + PlotSquared.log(Captions.PREFIX + Captions.ENABLED.f(IMP.getPluginName())); } /** From c14e1d7add84415e8e66857da1689366cc06f721 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 22 Nov 2019 12:40:27 +0100 Subject: [PATCH 2/3] Update Settings.java --- .../intellectualsites/plotsquared/plot/config/Settings.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java index 8dd1be8a8..434783241 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java @@ -28,7 +28,7 @@ public class Settings extends Config { @Comment("Show additional information in console") public static boolean DEBUG = false; @Comment({"The big annoying text that appears when you enter a plot", - "For a single plot: `/plot flag set titles false`", "For just you: `/plot toggle titles`"}) + "For a single plot: `/plot flag set titles false`", "For just you: `/plot toggle titles`", "For all plots: Add `titles: false` in the worlds.yml flags block"}) public static boolean TITLES = true; @Create // This value will be generated automatically @@ -331,7 +331,7 @@ public class Settings extends Config { true; @Comment("The UUID cacher is used to resolve player names") public static boolean UUID_CACHE = true; - @Comment("The plugin auto updater") public static boolean UPDATER = true; + @Comment("The plugin auto updater will notify you if updates are available.") public static boolean UPDATER = true; @Comment("Stores user metadata in a database") public static boolean PERSISTENT_META = true; @Comment("Optimizes permission checks") public static boolean PERMISSION_CACHE = true; @Comment("Optimizes block changing code") public static boolean BLOCK_CACHE = true; From 8b7e8ec6351edebc02f852743f30cba7dac2da2e Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 22 Nov 2019 15:52:25 +0100 Subject: [PATCH 3/3] Update bug-issue-report-for-plotsquared.md --- .../ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md b/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md index aa5349430..d4a83991f 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md +++ b/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md @@ -11,7 +11,7 @@ assignees: '' -# NOTICE: + -# BUG REPORT TEMPLATE: +# Bug Report Template: ## Required Information section: > ALL FIELDS IN THIS SECTION ARE REQUIRED, and must contain appropriate information @@ -55,7 +56,9 @@ assignees: '' ### Server build info: -``` paste here, between the tick marks, replacing this text ``` +``` +paste here, between the tick marks, replacing this text +``` ### WorldEdit/FAWE versions: