Problem/Bug World edit not working after adding permissions

Discussion in 'Bukkit Help' started by TheSolarExpress, Jun 24, 2017.

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

    TheSolarExpress

    Hey guys. So I recently started making a server using mcprohosting and both world edit and world guard were working fine until now. I recently changed the permissions.yml (the one in the main server directory) and the groups in essentials. Now, whenever I try a world edit command like //wand it tells me "Unknown command." Additionally, when I type /help, neither worldedit help nor worldguard help shows up. Has anybody experienced this before and knows how to fix it?
    I have tried reinstalling and it was working yesterday so everything is the correct version. I also set "ignore-nijiperms-bridges:" to false in the wepif file after scouring the forums for a solution.

    permissions.yml:
    Code:
    groups:
      Kami:
        default: true
        prefix: '[Kami] '
        build: false
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        - modifyworld.chat
      King:
        default: false
        prefix: '&2[&King&2]&7 '
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.depth
        - essentials.delhome
        - essentials.help
        - essentials.home
        - essentials.kit
        - essentials.kit.tools
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.ping
        - essentials.r
        - essentials.rules
        - essentials.seen
        - essentials.sethome
        - essentials.signs.use.disposal
        - essentials.spawn
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
      Lord:
        default: false
        prefix: '&6[&eLord&6]&7 '
        inheritance:
        - Guest
        - Member
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
      Craftsman:
        default: false
        prefix: '&1[&9Craftsman&1]&f '
        inheritance:
        - VIP
        - Member
        - Guest
        build: true
        permissions:
        - essentials.sethome.multiple.staff
        - essentials.helpop
        - essentials.home.others
        - essentials.nick
        - essentials.warp
        - essentials.warp.list
      Serf:
        default: false
        prefix: '&9[&bSerf&9]&f '
        inheritance:
        - Mod
        - VIP
        - Member
        - Guest
        build: true
        permissions:
        - essentials.gamemode
        - essentials.give
        - essentials.god
      Peasant:
        default: false
        prefix: '&6[&4Peasant&6]&f '
        build: true
        permissions:
        - '*'

    The parts I modified in the essentials config file:

    Code:
    list:
        Owners: peasant
        Admins: serf
        Moderators: craftsman
        VIP: lord
        Member: king
    The plugins that I have installed:
    EssentialsX
    Multiverse-Core
    PermissionsEx
    Vault
    WorldEdit
    WorldGuard
    McMMO
    EssentialsChat

    I just started working with this stuff so I may be making a blatantly obvious mistake because I really don't understand much about what I'm doing here. Thanks for any help!

    EDIT: Also, permissions doesn't work at all so something is very off.
     
    Last edited: Jun 24, 2017
  2. Offline

    sbwoods123

Thread Status:
Not open for further replies.

Share This Page