Haven Core is a complete plugin aimed to simplify the process of adding custom items to servers. With simple to use configurations, a new item can be added within seconds. Unlike other plugins, this is designed to be easy to learn for any server operator or new user with the ideal timeframe it takes to add a new item only taking a few seconds since it's just that easy. Currently the plugin has support for a large variety of functionality already which is aimed to be the building blocks or foundation for further modules to be developed on top.
Drag and drop HavenCore.jar into your "plugins" folder and restart the server.
Create new .yml file inside the newly generated path "plugins/HavenCore/items/" to add new items inside.
Add your custom item by assigning an ID, base material, display name and optional lore. Something like the example below:
LuckyPickaxe:
display name: "&bLucky Pickaxe"
material: STONE_PICKAXE
mechanisms:
custom_model_data: 0
lore:
- "&7An extremely lucky"
- "&7pickaxe."
(Optional) Add custom_model_data mechanism to load resource pack predicate items.
Please Note: The Haven Core plugin is currently published as a beta plugin for experimental usage for the purpose of testing and bug-fixes. The modules which are listed above will be rolled out soon with the stable release of the core soon.