Skip to content

Permissions

SuperRonanCraft edited this page Mar 31, 2021 · 1 revision

Here's the full list of permissions with their descriptions!


Tip

The "chidlren" node means what other permissions are also included in the parent permission Just add "betterrtp.*" get give a player ALL permission to the plugin :)

permissions:
    betterrtp.*:
        children:
            betterrtp.use: true
            betterrtp.world.*: true
            betterrtp.bypass.*: true
            betterrtp.player: true
            betterrtp.reload: true
            betterrtp.updater: true
            betterrtp.biome: true
    betterrtp.world.*:
        description: RTP in all enabled worlds
    betterrtp.bypass.*:
            children:
                betterrtp.bypass.cooldown: true
                betterrtp.bypass.delay: true
                betterrtp.bypass.economy: true
    betterrtp.use:
        description: Use RTP command
        default: true
    betterrtp.world:
        description: Use world command
    betterrtp.player:
        description: RTP another player
    betterrtp.biome:
        description: RTP to specific biomes
    betterrtp.group.*:
        description: Use a permission group to rtp with different restrictions
    betterrtp.sign:
        description: Ability to create an RTP sign
    betterrtp.bypass.cooldown:
        description: Bypass cooldowns
    betterrtp.bypass.delay:
        description: Bypass delays
    betterrtp.bypass.economy:
        description: Bypass economy
    betterrtp.reload:
        description: Reload the config
        default: op
    betterrtp.updater:
        description: Get notification on new updates
        default: op
    betterrtp.info:
        description: View info about all worlds rtp will work in
        default: op
    betterrtp.test:
        description: While debugger enabled, be able to test particles, potion effects and sounds
        default: op
    betterrtp.edit:
        description: Edit a custom/default world rtp center/radius
        default: op