Essentials icon indicating copy to clipboard operation
Essentials copied to clipboard

Attribute support with kits

Open ColdSpare opened this issue 1 year ago • 1 comments

Feature description

If I create a kit with custom attribute changes (ex: I give an armor piece 20 generic armor) it wont save when someone claims a kit. This is pretty important for my server, and likely others as well.

How the feature is useful

Allows for most customizability with kits.

ColdSpare avatar Jul 26 '24 05:07 ColdSpare

Just enable nbt serialization in the config.

LaxWasHere avatar Jul 26 '24 09:07 LaxWasHere

as Lax said, nbt serialization is the suggested route to take. locate use-nbt-serialization-in-createkit: false in /plugins/Essentials/config.yml, change it to true, and re-create your kit. all of your attribute data will be saved in a serialized format (this won't be human readable, so you will have to re-create if you need to make changes)

Evidentsinger14 avatar Dec 08 '24 22:12 Evidentsinger14