Problem/Bug Command and Aliases not Working Properly

Discussion in 'Plugin Help/Development/Requests' started by Andarkvolt, Oct 8, 2016.

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

    Andarkvolt

    I'm running a Bukkit Server and I want to separate the Help Menu from OPs and Players. I have PermissionEX installed. Here is what I have:

    Commands.yml:
    aliases:
    helpx:
    - bukkit:help
    help:
    - minecraft:help

    (PermissionEX's) Permissions.yml:
    groups:
    default:
    permissions: []
    Survival:
    options:
    default: 'true'
    permissions:
    - bukkit.command.tell
    - minecraft:help
    - -bukkit.command.plugins
    - -bukkit.command.version


    but when I type in /help or /minecraft:help it tells my I do not have permission to do that. Does anyone know what I have done wrong?
     
Thread Status:
Not open for further replies.

Share This Page