Cleaned up Config & Updated Changelog

This commit is contained in:
Pheotis
2023-04-21 11:49:27 -04:00
parent 30a5efdadf
commit b3428877ba
2 changed files with 18 additions and 17 deletions

View File

@@ -524,6 +524,7 @@ portalInfoServer=Server: %server%
- Significantly improved an internal system responsible for yaml migrations. - Significantly improved an internal system responsible for yaml migrations.
- Imported the LCLO fork's configuration comments. - Imported the LCLO fork's configuration comments.
- Fixed a problem that caused the update checker to produce false positives. - 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 #### \[Version 0.11.5.1] UNIFIED LEGACY FORK

View File

@@ -108,6 +108,9 @@ gates:
# Or if using an easily destroyable open/closed material. # Or if using an easily destroyable open/closed material.
protectEntrance: false protectEntrance: false
# +----------------------------------------------------------------------------------------------+ #
# | Aesthetic Tweaks | #
# +----------------------------------------------------------------------------------------------+ #
cosmetic: cosmetic:
# Will the destination a networked portal last connected to be listed first in its scroll menu? # Will the destination a networked portal last connected to be listed first in its scroll menu?
rememberDestination: false rememberDestination: false
@@ -135,10 +138,20 @@ gates:
- 'SPRUCE:inverted,inverted' - 'SPRUCE:inverted,inverted'
- 'WARPED:inverted,inverted' - 'WARPED:inverted,inverted'
# +----------------------------------------------------------------------------------------------+ #
# | Economy | #
# +----------------------------------------------------------------------------------------------+ #
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? # Will StarGate interact with your server's economy?
# #
# …««»»… For these features, StarGate depends on the Vault plugin. # …««»»… For these features, StarGate depends on the Vault plugin.
@@ -163,19 +176,6 @@ economy:
# Note that this only applies to fixed gates. # Note that this only applies to fixed gates.
chargeFreeDestination: true 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)? # 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 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). # If not, leave this section blank (collected money will be deleted).