Skip to content

2.6.0-DEV-2022-06-27T00.42.05

Pre-release
Pre-release
Compare
Choose a tag to compare
@KillerOfPie KillerOfPie released this 27 Jun 01:04
· 46 commits to 2.6.0 since this release

Notes

  • There were major changes across the plugin to improve readability and remove repetitive/redundant code. Use on production server is extremely not recommended!
  • This is a Dev Version with an expiration date, make sure to update to a newer Dev version/Stable version ASAP.

Changelog

Known Issues

  • None

New Features

  • None

Changes

  • Added Sign and Trade Count update to /ts what command
  • Cleaned up formatting for lines 2/3 on signs
  • Changed serialized value for ObjectHolder so data storage is more readable

Bug Fixes

  • Fix for items being added to inventories above their max stack size due to Inventory#addItem only stacking properly when partial stacks exist
  • Fix for Item Settings not being loaded or saved properly due to change in the objects name from shopSettings to itemSettings
  • Fix for bad item data on shop (If it can't fix it will just remove the items)
  • Fix for null appearing on signs due to sign color settings not loading properly

Minor Changes/Reformatting

  • None