Solved PEX Permissions wont work.

Discussion in 'Bukkit Help' started by DerpBoyGM, Aug 18, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    DerpBoyGM

    Everyone who is not OP. cannot use commands. They can't use /kill, /help, /tpa. INCLUDING STAFF!
    I'm about to rip my hair out. please help!





    Code:
    groups:
      Default
        default: true
        build: true
        prefix: '&7[Member]&f '
        permissions: []
        - essentials.help
        - modifyworld.*
        - essentials.home
        - essentials.sethome
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.spawn
        - chatex.allowchat
        - chatex.chat
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
      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
        - essentials.tpa
      Owner:
        build:true
        inheritance:
        - Admin
        prefix: '&9[Owner] '
        suffix: '&9 '
        permissions:
        - '*'
     
  2. Online

    timtower Administrator Administrator Moderator

    @DerpBoyGM Default and Donator are missing colons.
    permissions: [] can't have the []
     
  3. Offline

    DerpBoyGM

    i dont get what your saying,
     
  4. Online

    timtower Administrator Administrator Moderator

    @DerpBoyGM Default and Donator, put a colon after those.
    Remove all []
     
  5. Offline

    DerpBoyGM

    did it, STILL DOESNT WORK!
     
  6. Online

    timtower Administrator Administrator Moderator

  7. Offline

    DerpBoyGM

    https://pastebin.com/uYd6B5YH

    Code:
    [14:34:15 INFO]: SidneytheKidney issued server command: /tpa
    [14:34:15 INFO]: ºcSidneytheKidney º4was denied access to command.
    [14:35:42 INFO]: SidneytheKidney lost connection: Disconnected
    [14:35:42 INFO]: SidneytheKidney left the game
     
  8. Online

    timtower Administrator Administrator Moderator

  9. Offline

    DerpBoyGM

  10. Offline

    Zombie_Striker

    @DerpBoyGM
    1. DisguiseCraft is version dependent for version 1.8. Remove that plugin.
    2. Factions is missing MassiveCore. Get massivecore
    3. GroupManager does not work on 1.12. You need to move to PEX.
     
  11. Offline

    DerpBoyGM

    thx matey

    bloody hell, IT STILL WONT GOD DAMN WORK!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Aug 18, 2017
  12. Online

    timtower Administrator Administrator Moderator

    @DerpBoyGM Did you happen to edit the permissions.yml next to the server jar? Because that is the wrong one.
     
  13. Offline

    DerpBoyGM

    where is the one i need to edit
     
  14. Online

    timtower Administrator Administrator Moderator

  15. Offline

    DerpBoyGM

    thx fixed it
     
Thread Status:
Not open for further replies.

Share This Page