Updated to Minecraft 1.20.6 and Java 1.21
Full Changelog: https://github.com/Senne98/Custom-Item-Api/compare/Custom_Item_Api-5.4...Custom_Item_Api-5.5
What's Changed
- Performance in https://github.com/Senne98/Custom-Item-Api/pull/10
- Optimized light updates of custom blocks
Full Changelog: https://github.com/Senne98/Custom-Item-Api/compare/Custom_Item_Api-5.3...Custom_Item_Api-5.4
What's Changed
- org.super_man2006.custom_item_api.utils.blocks.EmptyCustomItemAction to org.super_man2006.custom_item_api.utils.items.EmptyCustomItemAction
- Pdc for all blocks
- only save permissions if a player gained or lost a permission
- Remove unused code
Full Changelog: https://github.com/Senne98/Custom-Item-Api/compare/Custom_Item_Api-5.2...Custom_Item_Api-5.3
What's Changed
- permissions get saved now when the server restarts
Full Changelog: https://github.com/Senne98/Custom-Item-Api/compare/Custom_Item_Api-5.1...Custom_Item_Api-5.2
Added a notification when a new version is available. Give log info about every block and item that is loaded.
Full Changelog: https://github.com/Senne98/Custom-Item-Api/compare/Custom_Item_Api-5.0...Custom_Item_Api-5.1
What's Changed
- Added a way to create data driven blocks and items with 'packs'.
- Added
customapi
command withpermission/help/give
to use the commands you need to be given op with/cia permission give <player> op
, or thegivecmd
to use thegive
command. - Added a wiki
code changes
- Data driven blocks by @Senne98 in https://github.com/Senne98/Custom-Item-Api/pull/3
Full Changelog: https://github.com/Senne98/Custom-Item-Api/compare/Custom_Item_Api-4.1...Custom_Item_Api-5.0
Features:
- Added
CustomBlockActions
andCustomItemActions
, which can be used to add your own features to items and blocks. - Items and blocks are no longer saved in an external file, the plugin that adds the block/item should always be in the plugin folder. (The plugin doesn't need to save it themselves, but they need to initialize the block/item every time the server starts)
If you have any questions about these changes you can ask them in the discord.