Configuration help:

Configuration help:

Configuration help:

Disabling a command:


Ok so I want to disable the mail system because it interferes with a different plugin:
In the config it will currently be like this:

general:
 ...(Loads of stuff)
 mail:
   enable: true


The enable: bit is what needs to be changed so as to remove the command.
So change it to:

general:
 ...(Loads of stuff)
 mail:
   enable: false




Not completed yet :(

I will put more config help here soon


Comments

Posts Quoted:
Reply
Clear All Quotes