4.0.0-Alpha
- Recoded the whole plugin to new UltimateShop-like style, there is no config breaking change or any new major feature.
- Added /mt givesaveitem command.
- Added new save item method, this new method can 100% save item data, no data will lose. (Paper and 1.15+ server only)
- Added paper-api.skull and paper-api.save-item option in config.yml file.
3.8.1
- Fixed server item can no longer not pick up in some case.
3.7.4
- Fixed HIDE_ATTRIBUTES item flag does not work for item does not have attribute modifier in 1.20.6 and higher version.
- This is a bug from Mojang and we can do nothing for this. Plugin will auto add empty attribute modifier if you add hide attributes flag to solve this problem.
- Removed Libreforge support, move totem_actived trigger to MythicLibreforge now!
3.7.3
- Added NeigeItems and eco support in price.
3.7.2
- Added new price type: Item Match. This new price type also require MythicChanger.
Small fix
- Now EntityPlaceEvent trigger require player object can not be null.
- Fixed ItemFormat does not work in 1.19~1.19.2.
- Added 1.21.1 support in Item Format.
- Added BlockPistonEvent as listener. (Premium version only)
Small fixes
- Fixed when use geneerateitemformat command, plugin sometimes print error in 1.21 version.
3.6.3
- Fixed ItemFormat parser does not work in version below 1.19.
3.6.2
- Added full Item Format support in price system. (Premium version only)
- Added /mt generateitemformat command. (Premium version only)
- Fixed plugin print error when use /mt save command in console.
- Fixed plugin print error when use EntityPlaceEvent as listener in 1.21 version.
3.6.1
- Added delay action feature.
3.6.0
- Removed unused hook codes.
3.5.11
- Added VotingPlugin economy hook support.
3.5.10
- Added ExecutableItems item hook support.
3.5.9
- Fixed plugin getting error with Oraxen.
3.5.8
- Support loading files from subfolders within the "totems" directory, improving file organization and flexibility.
3.5.7
- Fixed effect and entity_spawn at remote location action does not work as well.
3.5.6b
- Updated default config.yml file.
3.5.6
- The language files will be stored separately in the languages folder, message.yml file is no longer used.
- Added zh_CN language file.
- Added language option in config.yml.
- Now when fail to hook into libreforge or MMOItems, plugin still can load instead of disabled.