permissionsEX

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

  • when im trying to add ranks to the permissions.yml
    the plugin stop working on my server
    here what inside my permissions.yml file

    • groups:
    • Default
    • default: true
    • build: true
    • prefix: '&7[Member]&f'
    • permissions
    • - essentials.help
    • - modifyworld.chat
    • - modifyworld.*
    • - essentials.home
    • - essentials.sethome
    • - essentials.back
    • - essentials.tpa
    • - essentials.tpaccept
    • - essentials.tpdeny
    • - essentials.spawn
    • Donator
    • build: true
    • inheritance:
    • - Default
    • prefix: '&6[Donator]&f'
    • permissions:
    • - essentials.enchant
    • - essentials.repair
    • Moderator:
    • build: true
    • inheritance:
    • - Default
    • prefix: '&b[Moderator]&7'
    • suffix: '&7'
    • permissions:
    • - essentials.repair
    • - essentials.heal
    • - essentials.item
    • - essentials.give
    • - essentials.fly
    • - essentials.kick
    • - essentials.mute
    • - essentials.tjail
    • - essentials.jail
    • - essentials.tempban
    • - essentials.vanish
    • Admin:
    • build: true
    • inheritance:
    • - Moderator
    • prefix: '&4[&cAdmin&4]&e'
    • suffix: '&7'
    • permissions:
    • - essentials.gamemode
    • - essentials.ban
    • - essentials.unban
    • - essentials.ipban
    • - essentials.unipban
    • - essentials.pardon
    • - essentials.enchant
    • Owner:
    • build:true
    • inheritance:
    • - Admin
    • prefix: '&4[Owner]'
    • suffix: '&b'
    • permissions:
    • - '*'

    when i install it on /pl its was green when i added this permissions the plugin turned red and stop working
    screenshot of the problem: http://prntscr.com/g93kzn


    here the permissions in pastebin pastebin.com/FHZVhe7u

    • Official Post

    You can check the syntax of your permission file with online checkers like http://www.yamllint.com/


    For your logfile you have to put colons after the group names and after the permissions key.


    A corrected version of the above permission file: https://paste.steinh.art/vubusotedu.css

  • Roman

    Closed the thread.