
Knokko's Custom Items 14.1
A custom items plug-in with custom textures
This update adds the command
/kci disableoutput ...
which does the same as
/kci ...
except that it doesn't give any command feedback. This is useful when the /kci command is used in an automated fashion.
Items:
- Allow custom items to have any internal item type when targeting minecraft 1.14 or later
- Dramatically improve the item command system
- Allow custom items to have animations
- Allow custom shields and weapons to have special effects
- Allow custom items to automatically break similar surrounding blocks
- Allow custom items to stay in the player inventory upon death
- Make the automatic updating of custom items optional
- Allow custom items to use a different damage source than just physical damage
- Allow configuring a chance for on-hit potion effects
Containers:
- Allow attaching custom containers to all vanilla blocks and custom blocks
- Add manual container recipes. The ingredients won't be consumed until the result is taken, just like crafting recipes.
- Protect custom containers in protected WorldGuard regions
Mob drops and block drops:
- Allow configuring the biomes in which mob drops and block drops can occur
General:
- I added a resource pack host plug-in that should make it easier to host the server resource pack: https://www.spigotmc.org/resources/server-resource-pack-hosting.101416/
- Make it possible to disable this plug-in in specific worlds
- Allow Mimic and ItemBridge recipe results and ingredients
- Allow non-integer chances throughout the Editor (for instance recipe results)
Note:
- This version is marked as beta because it contains a lot of new features with little testing.
- This version will require a newer KnokkoCore than the previous versions (uploaded no sooner than the 18th of April 2022)
This update fixes a duplicate glitch for 3D custom helmets.
Adds support for minecraft 1.18.2 and drops support for minecraft 1.18.1 and 1.18.0. Note: you need KnokkoCore for minecraft 1.18 v2 to actually use the 1.18 support.
- Update Mimic integration to support Mimic 0.7.1
- Let /kci debug detect whether you changed the server.properties since the server started
- Add the /kci take [page] [player name] command that lets the player take a custom item from an in-game GUI
Previous versions of this plug-in would destroy custom recipe results when players shift-click the result while their inventory is full. This version will drop result items on the ground if they don't fit in the inventory.
- Adds support for minecraft 1.18
- Some bugfixes
- Adds integration with Mimic and ItemBridge
- Adds developer API
- Lots of internal changes, so this version might be unstable
- Players weren't able to use shift + double-click to transfer more than 2 stacks per tick
- Players were able to use a custom item alongside a vanilla item with the same item type in a grinder
- /kci debug would not notify the user if 0 or multiple .cis files were found
- The EssentialsX /fix command would remove the textures of custom items
- Closing a crafting table while a stack of custom items is in its inventory would put the item back in the player inventory using many stacks of size 1 rather than the whole stack in 1 slot
- The contents of a pocket container would be erased if a player would open it while looking at most blocks
- Prevent custom projectile covers from hanging around in unloaded chunks
- Improve integration with third-party crafting plug-ins:
In the past, this plug-in would forbid any other plug-in to use custom items in crafting recipes. This constraint is relaxed in this update: using custom items in crafting recipes is now allowed when the result is a custom item.