Skip to content
Compare
Choose a tag to compare
@schwarper schwarper released this 06 Mar 04:58
· 11 commits to main since this release
c6d70a0

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.
  • 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*.
  • Removed the requirement for the "enable" and "disable_leg" attributes for items.
    • If omitted, "enable" is now automatically assumed to be true, and "disable_leg" is now automatically assumed to be false.

Fixes

  • Fixed an issue where inspecting a playerskin item with a skin parameter would return the wrong skin.