Configs/English/config.yml aktualisiert

This commit is contained in:
Jakob Grundgeir 2024-05-20 20:31:45 +00:00
parent 7924dff11d
commit f2b5b9888f

View File

@ -11,6 +11,10 @@ Datastore:
UpdateMessage: true UpdateMessage: true
# Compatibility with MySQLPlayerDataBridge # Compatibility with MySQLPlayerDataBridge
MySQLPlayerDataBridge: false MySQLPlayerDataBridge: false
# Compatibility with HuskSync
HuskSync: false
# Compatibility with Plotsquared
PlotSquared: false
# Compatibility with Lands # Compatibility with Lands
Lands: false Lands: false
# Compatibility with Jobs # Compatibility with Jobs
@ -19,17 +23,12 @@ Jobs: false
WorldGuard: WorldGuard:
# Enable Compatibility # Enable Compatibility
Enable: false Enable: false
# Time Refreshing the Player in Seconds
RefreshTimer: 3
# Enable MiniMessage Support for messages. No GUI! (https://webui.adventure.kyori.net) # Enable MiniMessage Support for messages. No GUI! (https://webui.adventure.kyori.net)
MiniMessageSupport: false MiniMessageSupport: false
# Messages are not sent globally but as private messages # Messages are not sent globally but as private messages
SendAsPrivateMessage: false SendAsPrivateMessage: false
# Enable Logging # Enable Logging
Logging: true Logging: true
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. The Booster with higher step will start first
Queue:
BiggerBoosterFirst: true
Placeholder: Placeholder:
# Should 2 digits always be displayed for Second placeholders # Should 2 digits always be displayed for Second placeholders
TwoDigitsS: false TwoDigitsS: false
@ -236,6 +235,8 @@ Booster:
NaturalSpawning: false NaturalSpawning: false
# If Enabled Spawner will not be multiplied # If Enabled Spawner will not be multiplied
DisableSpawnerSpawning: false DisableSpawnerSpawning: false
# Disable AI of mob (Minecraft 1.17+)
AwareMob: false
Stages: Stages:
# How many levels the booster should have. You can expand it by copy-paste or reduce it by delete. # How many levels the booster should have. You can expand it by copy-paste or reduce it by delete.
# Attention There must not be a duplicate name! # Attention There must not be a duplicate name!