From e402cd1fe501fe94ff83f1cbbe0c99e0944a715e Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Fri, 8 Apr 2022 01:26:18 -0500 Subject: [PATCH] Reorganize the config --- src/main/resources/config.yml | 39 ++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index ba5a180..d3c17c0 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -22,7 +22,8 @@ chat: # If you are using permissions, you should turn this off and use Vault to handle prefixes with a different chat plugin enabled: true # The maximum amount of characters a player can have for their tag - max-tag-length: 16 + # This does not include color tags such as or + max-tag-length: 64 # Color code for name color name-color: 'f' @@ -45,24 +46,7 @@ data: port: 6379 password: "" -# See https://plex.us.org/docs/customization/config#worlds for documentation -# These gamerules apply to all worlds on the server -global_gamerules: - - "doWeatherCycle;true" - - "doDaylightCycle;true" - - "doMobSpawning;false" - - "keepInventory;true" - - "doFireTick;false" - - "doMobLoot;false" - - "mobGriefing;false" - - "doTileDrops;false" - - "commandBlockOutput;false" - - "naturalRegeneration;true" - - "announceAdvancements;false" - - "showDeathMessages;false" - - "sendCommandFeedback;false" - -# Mob limiter/Entity wiping config +# Mob limiter / Entity wiping config # All entities listed here will NOT be wiped upon wiping entities # By default this includes all mobs, as the mobpurge command can be used to purge mobs. entitywipe_list: @@ -166,6 +150,23 @@ blockedEntities: - "ENDER_DRAGON" - "MINECART_TNT" +# See https://plex.us.org/docs/customization/config#worlds for documentation +# These gamerules apply to all worlds on the server +global_gamerules: + - "doWeatherCycle;true" + - "doDaylightCycle;true" + - "doMobSpawning;false" + - "keepInventory;true" + - "doFireTick;false" + - "doMobLoot;false" + - "mobGriefing;false" + - "doTileDrops;false" + - "commandBlockOutput;false" + - "naturalRegeneration;true" + - "announceAdvancements;false" + - "showDeathMessages;false" + - "sendCommandFeedback;false" + worlds: flatlands: name: "Flatlands"