Skip to content

Releases: Senne98/Custom-Item-Api

Custom_Item_Api-5.5

18 May 13:03
02ad6da
Compare
Choose a tag to compare

Updated to Minecraft 1.20.6 and Java 1.21

Full Changelog: Custom_Item_Api-5.4...Custom_Item_Api-5.5

Custom_Item_Api-5.4

11 Mar 12:53
3889dc8
Compare
Choose a tag to compare

What's Changed

  • Performance in #10
  • Optimized light updates of custom blocks

Full Changelog: Custom_Item_Api-5.3...Custom_Item_Api-5.4

Custom_Item_Api-5.3

28 Feb 18:58
3ce9542
Compare
Choose a tag to compare

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: Custom_Item_Api-5.2...Custom_Item_Api-5.3

Custom_Item_Api-5.2

27 Feb 10:56
16af865
Compare
Choose a tag to compare

What's Changed

  • permissions get saved now when the server restarts

Full Changelog: Custom_Item_Api-5.1...Custom_Item_Api-5.2

Custom_Item_Api-5.1

21 Feb 16:33
9bf140a
Compare
Choose a tag to compare

Added a notification when a new version is available. Give log info about every block and item that is loaded.

Full Changelog: Custom_Item_Api-5.0...Custom_Item_Api-5.1

Custom_Item_Api-5.0

20 Feb 20:43
5a1346c
Compare
Choose a tag to compare

What's Changed

  • Added a way to create data driven blocks and items with 'packs'.
  • Added customapi command with permission/help/give to use the commands you need to be given op with /cia permission give <player> op, or the givecmd to use the give command.
  • Added a wiki

code changes

Full Changelog: Custom_Item_Api-4.1...Custom_Item_Api-5.0

Custom_Item_Api-4.1

04 Jan 18:50
bbfad76
Compare
Choose a tag to compare

Features:

  • Changed customBlockActions: you now need to give the class (with .getClass) instead of an Instance.
  • Custom blocks can now drop vanilla items.

Custom_Item_Api-4.0

22 Dec 11:40
693b840
Compare
Choose a tag to compare

Features

  • Added Transparent blocks
  • Added the ability to choose the block placed at the 'core' of a custom block

Custom_Item_Api-3.0

25 Oct 16:19
4654608
Compare
Choose a tag to compare

Features:

  • Added CustomBlockActions and CustomItemActions, 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.

Custom_Item_Api-2.0-SNAPSHOT

08 Sep 11:45
316b753
Compare
Choose a tag to compare

Bug Fixes:

  • Pistons could move the block "inside" the custom block

Features:

  • Pistons can no longer move custom blocks.