Compatibility
Minecraft: Java Edition
1.21.10
1.21.8
1.21.3–1.21.5
1.21–1.21.1
1.20.6
1.20.4
1.20.1–1.20.2
1.19.3–1.19.4
1.18.2
1.16.5
1.12.2
1.8.8
Platforms
Creators
Details
Licensed MIT
Published 3 years ago
Updated last week
Changelog
- Fixed another issue with the LegacyColorMigrator.
- Added new config option to vouchers.yml / vouchers folder
voucher:
# The material.
item: 'diamond_helmet'
# An example of how to use custom model data
custom-model-data: -1
vouchers: # Where you make your vouchers.
# The name of the voucher.
money:
# The material.
item: 'diamond_helmet'
# An example of how to use custom model data
custom-model-data: -1
- Added a new migrator type called
VouchersDeprecatedwhich at the moment only migrates old custom model data usage to the format above.- The condition to migrate is that
itemmust follow the formatdiamond_helmet#1347
- The condition to migrate is that
- Fixed startup issue with old custom model data format i.e.
diamond_helmet#1347 - Added more verbose logging to all existing migrators.
- Fixed issues with whitelist/blacklist checks.



