mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-29 06:46:43 +00:00
Begin work on toggles
This commit is contained in:
@ -137,9 +137,6 @@ autowipe:
|
||||
entities:
|
||||
- "DROPPED_ITEM"
|
||||
|
||||
# Should we allow drops from players?
|
||||
allowdrops: true
|
||||
|
||||
# What blocks should be blocked?
|
||||
blocked_blocks:
|
||||
- "SPAWNER"
|
||||
|
@ -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
|
||||
|
10
server/src/main/resources/toggles.yml
Normal file
10
server/src/main/resources/toggles.yml
Normal 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
|
Reference in New Issue
Block a user