# List of restricted commands that cannot be executed in creative mode
restrictedCommands:
- give
- tp
- setblock
- summon
- kick
- ban
- op
- deop
- gamemode
- time
- weather
- say
- fill
- clone
- difficulty
# Cooldown settings
cooldown:
enabled: true
time: 5000 # Cooldown time in milliseconds (5 seconds)
# Player-specific restricted blocks and items
playerRestrictions:
# Replace this with actual player UUIDs
# uuid1:
# restrictedBlocks:
# - BEDROCK
# - COMMAND_BLOCK
# restrictedItems:
# - BEDROCK
# - COMMAND_BLOCK
# Backup and restore configuration
backup:
enabled: true
interval: 3600 # Backup interval in seconds (1 hour)
path: "backups"
# Languages support
languages:
default: "en"
available:
- "en"
- "es"
- "fr"