Solved Custom Help

Discussion in 'Plugin Development' started by Smeary_Subset, Sep 23, 2022.

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

    Smeary_Subset

    How can I choose what commands are displayed when using the /help command? I have some commands that are only used by the ConsoleCommandSender and not players and I don't want players to see them.
     
  2. Offline

    Smeary_Subset

  3. Offline

    Strahan

    Sounds like you didn't define the permissions in plugin.yml. If it has a perm set, and the user doesn't have that perm, it will not display it.
     
  4. Offline

    Smeary_Subset

    I haven't even gotten to doing custom permissions yet...it's on my list of things to do. I actually didn't even know that using permissions will exclude those commands from help. Thank you
     
    Strahan likes this.
  5. Offline

    Strahan

    Yea, I have the same problem... I jump right into my developing, totally forgetting to secure things until later as it's not relevant during initial stages. I've even uploaded resources before to having forgotten to add it, then have to quickly put out an update lol.
     
Thread Status:
Not open for further replies.

Share This Page