Minecraft 1.13+
Complete Overhaul
Customcrafting was completely rewritten and the whole plugin got a overhaul!
GUI and Plugin changes
The custom item management and GUI were designed for
accessibility and for ease of use.
The system is especially designed for persistence and easy possibility for me to add new features.
Recipe and Item changes
Custom Items and Recipes now support any MetaData that is also supported by Spigot itself.
That includes for example:
Potion Effects, TileEntityData, Attribute Modifiers and more
There are now Furnace Recipes
and more
Recipes will follow (especially in 1.14)
Any Workbench recipe can be disabled now, via the new Recipe List GUI!
Other changes
PlaceHolders for the PlaceHolderAPI are now implemented.
The plugin will save Player stats, for example how often they crafted recipes in total or how often they crafted a specific recipe.
That can be accessed via placeholders.
Code (YAML):
#Place Holders
Identifier
: ccrafting
For specific Recipes
:
%ccrafting_<option>;<recipe_id>%
options
:
type - returns the type of recipe
(
"workbench" or
"furnace"
)
crafts - returns the amount the player crafted this recipe
workbench - returns
"true" if recipe requires advanced workbench
(Must be a Workbench recipe, else it returns null
)
permission - returns
"true" if recipe requires permissions
(Must be a Workbench recipe, else it returns null
)
has_perm - returns
"true" if player has permission to craft
(Player must be online!
)
No Recipe specified
:
%ccrafting_<option>%
options
:
crafts - returns the players total amount of crafted recipes
total - returns the total amount of recipes including vanilla recipes
total_custom - returns the total amount of custom recipes only
available - returns the amount of recipes the player has permission to craft
IMPORTANT NOTICE
There will be no legacy Minecraft (<1.13) support anymore!
Make sure to use the latest Spigot/Paper build!
The Plugin is now based on WolfyUtilities, so you need to install WolfyUtilities first in order to run this plugin!
Due the complete overhaul and changes the
old data and
configs
are
not compatible!