Begin work on toggles

This commit is contained in:
2022-05-19 16:11:45 -05:00
parent 92c07f89fe
commit 4d77d514fd
10 changed files with 247 additions and 33 deletions

View File

@ -137,9 +137,6 @@ autowipe:
entities:
- "DROPPED_ITEM"
# Should we allow drops from players?
allowdrops: true
# What blocks should be blocked?
blocked_blocks:
- "SPAWNER"

View File

@ -165,8 +165,6 @@ noRemovedEntities: "<gray>No entities were removed."
# 1 - Number of mobs removed
removedMobs: "<red>{0} - Removed {1} mobs"
autoWipeDisabled: "<gray>Item wiping is currently disabled in the config!"
allowDropsDisabled: "<gray>No longer allowing drops from players."
allowDropsEnabled: "<gray>Now allowing drops from players."
commandBlocked: "<gray>That command is blocked."
# 0 - The command sender
# 1 - The message being said

View File

@ -0,0 +1,10 @@
# Plex Toggles
# Should explosions be enabled?
explosions: false
# Should fluid spread be enabled?
fluidspread: true
# Should drops be enabled?
drops: true