Important
Please check the sample json file before editing your json file.
Features
- Added
pl.json
support. - Decoupled special item parameters from the
uniqueid
option.- The
uniqueid
no longer needs to be a model path; it can now be any identifier. - Warning: Changing an item's
uniqueid
will cause players to lose that item. If you want to keep it, update the database accordingly.
- The
- Redesigned JSON item naming structure.
- The
"name"
attribute has been removed from individual items and is now set similarly to categories. - The
"langname"
attribute has been removed. To enable localization for items and categories, wrap the name with*
. Example:*CT*
.
- The
- Removed the requirement for the
"enable"
and"disable_leg"
attributes for items.- If omitted,
"enable"
is now automatically assumed to betrue
, and"disable_leg"
is now automatically assumed to befalse
.
- If omitted,
Fixes
- Fixed an issue where inspecting a
playerskin
item with askin
parameter would return the wrong skin.