From b3428877bac26a26c5d3842e66dba6ea04a4d98e Mon Sep 17 00:00:00 2001 From: Pheotis <49039536+Pheotis@users.noreply.github.com> Date: Fri, 21 Apr 2023 11:49:27 -0400 Subject: [PATCH] Cleaned up Config & Updated Changelog --- README.md | 1 + src/main/resources/config.yml | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index ce364bf..56af49a 100644 --- a/README.md +++ b/README.md @@ -524,6 +524,7 @@ portalInfoServer=Server: %server% - Significantly improved an internal system responsible for yaml migrations. - Imported the LCLO fork's configuration comments. - Fixed a problem that caused the update checker to produce false positives. +- Added support for Tax Accounts (part of Towny Closed Economies) #### \[Version 0.11.5.1] UNIFIED LEGACY FORK diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 008f456..8d6cc08 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -107,7 +107,10 @@ gates: # This is more resource intensive, and should really only be used if verifyPortals is true. # Or if using an easily destroyable open/closed material. protectEntrance: false - + + # +----------------------------------------------------------------------------------------------+ # + # | Aesthetic Tweaks | # + # +----------------------------------------------------------------------------------------------+ # cosmetic: # Will the destination a networked portal last connected to be listed first in its scroll menu? rememberDestination: false @@ -135,10 +138,20 @@ gates: - 'SPRUCE:inverted,inverted' - 'WARPED:inverted,inverted' -# +----------------------------------------------------------------------------------------------+ # -# | Economy | # -# +----------------------------------------------------------------------------------------------+ # economy: + # When scrolling through a networked portal's destination list, should SG color free gates? + freeGatesColored: false + + # If freeGatesColored is true, which color should SG use? + # + # All color names should follow this format: + # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ChatColor.html + freeGatesColor: DARK_GREEN + + # +----------------------------------------------------------------------------------------------+ # + # | Economy | # + # +----------------------------------------------------------------------------------------------+ # + # Will StarGate interact with your server's economy? # # …««»»… For these features, StarGate depends on the Vault plugin. @@ -163,19 +176,6 @@ economy: # Note that this only applies to fixed gates. chargeFreeDestination: true - # +----------------------------------------------------------------------------------------------+ # - # | Aesthetic Tweaks | # - # +----------------------------------------------------------------------------------------------+ # - - # When scrolling through a networked portal's destination list, should SG color free gates? - freeGatesColored: false - - # If freeGatesColored is true, which color should SG use? - # - # All color names should follow this format: - # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ChatColor.html - freeGatesColor: DARK_GREEN - # Does your server have a tax account (closed economy)? # If so, please provide the name of your tax account (collected money will be sent to it). # If not, leave this section blank (collected money will be deleted).