EssentialsX

EssentialsX

2M Downloads

Help topics

HotProtato opened this issue ยท 1 comments

commented

It'd be awesome if there were help topics to be configured /help where the configuration would look like this

help-topics:
   default: (would be used if there are no args)
        index: <description>
   index:
        command: <description>
        another-cmd: <desc>
   another-index:
        command: <description>
        another-cmd: <desc>
commented

This is already possible

//showing with /help

#some-command
//showing with /help some-command

#another-command
//showing with /help another-command