📜protections.yml
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~ DeltaHub Protections Module ~
#~ NOTE: This feature is currently in BETA mode. Your feedback ~
#~ is valuable in refining our services. If you encounter ~
#~ any issues, please disable it and inform us! ~
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FILE-VERSION: 1
# General information about the module
GENERAL:
PERMISSION: "deltahub.staff.protections.bypass"
# Protections settings
PROTECTIONS:
ANTI_CHAT:
ENABLED: true
MESSAGE: "&cChat is currently restricted in this area."
ANTI_DAMAGE:
ENABLED: true
MESSAGE: "&cYou are not allowed to take damage here."
ANTI_HUNGER:
ENABLED: true
MESSAGE: "&cYour hunger is restricted in this area."
ANTI_PICKUP:
ENABLED: true
MESSAGE: "&cYou can't pick up items here."
ANTI_DROP:
ENABLED: true
MESSAGE: "&cYou can't drop items here."
ANTI_WEATHER:
ENABLED: true
ANTI_BLOCK_BREAK:
ENABLED: true
MESSAGE: "&cYou can't break blocks here."
ANTI_BLOCK_PLACE:
ENABLED: true
MESSAGE: "&cYou can't place blocks here."
WORLD_TIME:
ENABLED: true
INTERVAL: 30
WORLDS:
- world
RESET_TIME:
world: 6000
Last updated