- Fixed a config typo issue.
- Implemented per-recipe permissions. This means that you can add a permission in the config that will be required to have in order to craft the specific recipe. Remove the 'permission' section to remove any permission needed.
- Thank you for the suggestions! Don't forget to contact me for new suggestions or if you have come across any bugs.
new config:
Code (Text):
[code]# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# CustomRecipe remastered by MehBoss #
# Version v1.1.0 #
# #
# If you find a bug, send me a PM and it will be fixed! :) #
# #
# Enchant Strings: #
# http://pastebin.com/AWtKQ5UH #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Messages:
Invalid-Args: '&cInvalid args! (use: /crecipe give <player> <recipename>)'
Player-Not-Found: '&cERROR: player not found!'
Recipe-Not-Found: '&cERROR: recipe not found!'
Inventory-Full: '&cERROR: target''s inventory is full!'
Give-Recipe: '&aSuccessfully given player item!'
GUI:
Open-Sound: CLICK
Open-Message: '&aOpening menu..'
Displayname: '&cRecipe Manager'
Add-Displayname: '&aAdd Recipe'
Items:
CursedPick:
Item: 278
# Item ID
Permission: 'customrecipe.recipe.cursedpick'
# Give a player this permission to allow them to craft this item. Removed section if no permission wanted.
Item-Damage: 'none'
# Used for when you need a specific type of item with a "19/00" or "13:4". leave to none if non exists.
Amount: 1
# When you craft this item, this is the amount you will get from it.
Name: '&4&lCursed Pick'
# Name of the Item, you can use Color Codes!
# Remove section if no custom name wanted.
Lore:
- '&c&lThe Cursed Pickaxe'
# The lore of the item, it can be multiple lines.
# Remove section if no lore wanted.
Enchantments:
- 'DURABILITY:300'
# All the Enchantments are listed at the Top. You can also add as many as you want
# Remove section if no enchant wanted.
ItemCrafting:
# X Stands for Air, do NOT include X in the 'ingredients' below.
- 'EEE' #First row in the crafting table
- 'XIX' #Second row in the crafting table
- 'XIX' #Third row in the crafting table
Ingredients:
# Format: LETTER:ITEMID:DISPLAYNAME (Color Codes Included)
# REMOVE LAST PART IF NO CUSTOM NAME WANTED.
- 'E:388:Emerald Essence'
# E Stands for Emerald because 388 is the ItemID for emerald.
# Format: LETTER:ITEMID:DISPLAYNAME (Color Codes Included)
# REMOVE LAST PART IF NO CUSTOM NAME WANTED.
- 'I:265:Iron Essence'
# I Stands for Iron because 265 is the ItemID for iron ingot.
# Format: LETTER:ITEMID:DISPLAYNAME (Color Codes Included)
# REMOVE LAST PART IF NO CUSTOM NAME WANTED.
Make changes to your config as needed.