mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 01:27:37 +00:00
Reorganize the config
This commit is contained in:
parent
def099c3a3
commit
e402cd1fe5
@ -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
|
# If you are using permissions, you should turn this off and use Vault to handle prefixes with a different chat plugin
|
||||||
enabled: true
|
enabled: true
|
||||||
# The maximum amount of characters a player can have for their tag
|
# The maximum amount of characters a player can have for their tag
|
||||||
max-tag-length: 16
|
# This does not include color tags such as <red> or <rainbow>
|
||||||
|
max-tag-length: 64
|
||||||
# Color code for name color
|
# Color code for name color
|
||||||
name-color: 'f'
|
name-color: 'f'
|
||||||
|
|
||||||
@ -45,24 +46,7 @@ data:
|
|||||||
port: 6379
|
port: 6379
|
||||||
password: ""
|
password: ""
|
||||||
|
|
||||||
# See https://plex.us.org/docs/customization/config#worlds for documentation
|
# Mob limiter / Entity wiping config
|
||||||
# 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
|
|
||||||
# All entities listed here will NOT be wiped upon wiping entities
|
# 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.
|
# By default this includes all mobs, as the mobpurge command can be used to purge mobs.
|
||||||
entitywipe_list:
|
entitywipe_list:
|
||||||
@ -166,6 +150,23 @@ blockedEntities:
|
|||||||
- "ENDER_DRAGON"
|
- "ENDER_DRAGON"
|
||||||
- "MINECART_TNT"
|
- "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:
|
worlds:
|
||||||
flatlands:
|
flatlands:
|
||||||
name: "Flatlands"
|
name: "Flatlands"
|
||||||
|
Loading…
Reference in New Issue
Block a user