Skip to content

SignShopExport 1.11.2-1.0.0

Compare
Choose a tag to compare
@RoyCurtis RoyCurtis released this 29 Apr 12:22
· 3 commits to master since this release

This is release 1.0.0, because it changes the format of the outputted JSON in possibly breaking ways. Such breaking changes include:

  • meta inside invItems objects can now be undefined (if the item is not expected to have meta)
  • All item meta now use custom serializers. Some fields are the same (e.g. enchantments), but other fields may have been added, removed or changed. See FORMAT.md for what to expect.

These changes should improve serialization of many types of items (e.g. maps) and also slim down the JSON by removing unnecessary data.

Built against Spigot API 1.11.2 and Java 8.