Could somebody help with an annoying in-game feature

Discussion in 'Plugin Development' started by FYD, Sep 28, 2014.

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

    Peter25715

    FYD Insert the permissions in the plugin.yml and reply to me fast what you will get..
    Code:
    permissions:
        permissionname:
            description: desc..
     
  2. Offline

    LeonTG77

    What I would do is just not have
    Code:
    usage: /<command>
    at all in the plugin.yml, then the msg will not show and you will still access the command
     
  3. Offline

    Unica

    The command appears because you are returning false.
    Make sure every command (which has been used properly) returns true.
     
  4. So if I set up the config and fill in the nulls on the staff list, it will stop returning the command to me? LeonTG77
     
  5. Offline

    Peter25715

    I use usage in all of my plugins. But I was getting this error when I started coding, But the solution was; Insert permissions in plugin.yml or he added the permissions but added usage to them..
     
  6. Thank you, this fixed it.
     
Thread Status:
Not open for further replies.

Share This Page