-
-
Notifications
You must be signed in to change notification settings - Fork 4
Presets
Moros edited this page Jan 22, 2024
·
6 revisions
Binding abilities after changing elements can be tedious. Presets allow you to store multiple abilities and instantly bind them using a single command!
Once you've bound your abilities:
-
/bending preset create <name>
to create a new preset with a unique name -
/bending preset list
to list your current presets -
/bending preset bind <name>
to bind the preset with the specified name -
/bending preset remove <name>
to delete a preset if you change your mind
Presets named after an element (air
, water
, earth
, fire
) are a special case. They will be automatically bound when choosing the respective element!
A global preset limit can be configured in bending.conf
under properties.max-presets
.
By default, a value of 0 will allow infinite presets to be created.
If you use LuckPerms you can override limits for a specific user or group by setting the bending-max-presets
meta key to your desired amount.
Usage: /lp user/group <user|group> meta set bending-max-presets <value> [context...]