MLG-Fortress / CustomItemRegistry

Create your own custom items and recipes, all in-game or via configuration files!
https://dev.bukkit.org/projects/customitemrecipes
1 stars 2 forks source link

CustomItemRegistry

Create your own custom items and recipes, all in-game (or via the files, if that's your fancy)! All items are registered within this plugin, providing an API for plugins to recognize custom items and register their own!

Having problems or issues?❓ Click here for help!💡 | Support me c: | Source code | Project page + Downloads | Maven/Gradle dependency instructions:

Purpose

This plugin provides an API for plugins to to register, recognize, and spawn custom items created by server administrators and other plugins (that hook into this plugin).

You can create and register your own items for plugins to use like AbsorptionShields, and spawn them with the exact same name, lore, durability, etc.

There is also auxilliary recipe creation support which is registered directly into the server's recipe store, but this is limited to the crafting table and limitations of the vanilla crafting system.

Commands

Config

# Should spawned custom item "IDs" be invisible?
useInvisibleID: true

Features

API

Currently resides in the main class. Get the plugin's instance as per usual and call the public methods as you wish. Javadocs are present, will host them soon, but for now they're in the code.

Having problems or issues?❓ Click here for help!💡 | Support me c: | Source code