Learn how to manage Nucleus commands, including aliases, cooldowns, warmups and costs.
Command Management - 3: Group/Player based modifiers
Nucleus supports per-group (and per-user) command modifiers that allow you to set command costs, warmups and cooldowns on a per group basis.
Per-group command modifiers will only work on the commands that generate modifier config entries in
commands.conf
.
To set such an override, set a permission option on the group (or user) of the form:
nucleus.<command key>.warmup
for warmupsnucleus.<command key>.cooldown
for cooldownsnucleus.<command key>.cost
for costThe <command key>
is the same as the key used in commands.conf
.
For example: for the command
/home
, this would behome
, for the command/home set
this would behome.set
.
The command for common permission plugins to set these options on a group is:
If a user is also given the relevant exemption permission, these options will be ignored for that user.