- Please note: Sell chest placed before you update to this version require player replace them again to make them contine work.
- The logic for searching sell chests has been optimized. Each time a player places a sell chest, it will be recorded within the chunk, rather than traversing every block's title entity as in previous versions.
- Fixed sell chest does not work after restart the server in some case.
- Fixed sell chest does not work in spawn chunk.
- Added sell.sell-chest.enabled option in config.yml file, if you do not need this feature and want to has better performance, you can try disable this option.
- Fixed {amount} used in give/take actions return 0.0 in some case.
- If {amount} returns an integer, it will no longer include a decimal point.
- Fixed NPE issue when use multi item as price and didn't set placeholder option for them.
- Added new action: action_bar.
- Added support for use built-in placeholder in lang placeholder.
- Added sell chest feature.
- Added /shop givesellchest command.
- This feature is still in early alpha.
- ItemFormat Update: Added those item component support:
- attribute->each single attribute modifier->display-mode and display text
- equippable->can-be-sheared and shear-sound
- damage-type (Require 1.21.11)
- kinetic-weapon (Require 1.21.11)
- minimum-attack-charge (Require 1.21.11)
- piercing-weapon (Require 1.21.11)
- swing-animation (Require 1.21.11)
- use-effects (Require 1.21.11)
- attack-range-key (Require 1.21.11)
- component option in ItemFormat now require Paper 1.21.6+ version instead of previous 1.21.5+ version.
- Added debuild-item-method option in config.yml file.
- component option inside ItemFormat now can be parse into yml format by setting this option to true.
- This feature is still in early alpha.
