mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
61 lines
2.0 KiB
YAML
61 lines
2.0 KiB
YAML
permissions:
|
|
betterrtp.*:
|
|
children:
|
|
betterrtp.use: true
|
|
betterrtp.world: true
|
|
betterrtp.world.*: true
|
|
betterrtp.bypass.*: true
|
|
betterrtp.player: true
|
|
betterrtp.reload: true
|
|
betterrtp.updater: true
|
|
betterrtp.group.*: true
|
|
betterrtp.world:
|
|
description: Ability to use the world command
|
|
betterrtp.world.*:
|
|
description: RTP in all enabled worlds
|
|
betterrtp.world.<world>:
|
|
description: RTP in world named world
|
|
betterrtp.bypass.*:
|
|
children:
|
|
betterrtp.bypass.cooldown: true
|
|
betterrtp.bypass.delay: true
|
|
betterrtp.bypass.economy: true
|
|
betterrtp.bypass.hunger: true
|
|
betterrtp.use:
|
|
description: Use RTP command
|
|
default: true
|
|
betterrtp.player:
|
|
description: RTP another player
|
|
betterrtp.biome:
|
|
description: RTP to specific biomes
|
|
betterrtp.sign:
|
|
description: Ability to create an RTP sign
|
|
#Locations
|
|
betterrtp.location:
|
|
description: Ability to use the location command
|
|
betterrtp.location.*:
|
|
description: Ability to use all locations if permissions are enabled in locations.yml
|
|
default: op
|
|
#Bypasses
|
|
betterrtp.bypass.cooldown:
|
|
description: Bypass cooldowns
|
|
betterrtp.bypass.delay:
|
|
description: Bypass delays
|
|
betterrtp.bypass.economy:
|
|
description: Bypass economy
|
|
betterrtp.bypass.hunger:
|
|
description: Bypass hunger
|
|
#Reload
|
|
betterrtp.reload:
|
|
description: Reload the config
|
|
default: op
|
|
betterrtp.updater:
|
|
description: Get notification on new updates
|
|
default: op
|
|
betterrtp.test:
|
|
description: While debugger enabled, be able to test particles, potion effects and sounds
|
|
default: op
|
|
#Permission Groups
|
|
betterrtp.group.*:
|
|
description: Allow access to all permission groups
|
|
default: op |