Permissions & Config

Permissions

Command permissions
  • ezcalc.use - gives access to general commands and variables
  • ezcalc.admin - gives access to /clear <name> command
Other
  • If no permissions system is being used, only ops will have access to commands

Config

The config.yml file is found in your /plugins/EZCalc folder. It is generated on first run.

Default configuration
variables:
    var1: '1'
    var2: '2'
    var3: '3'
    var4: '4'
    var5: '5'