Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  2. # CustomRecipe remastered by MehBoss #
  3. # Version v1.0.9 #
  4. # #
  5. # If you find a bug, send me a PM and it will be fixed! :) #
  6. # #
  7. # Enchant Strings: #
  8. # http://pastebin.com/AWtKQ5UH #
  9. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  10. Messages:
  11. Invalid-Args: '&cInvalid args! (use: /crecipe give <player> <recipename>)'
  12. Player-Not-Found: '&cERROR: player not found!'
  13. Recipe-Not-Found: '&cERROR: recipe not found!'
  14. Inventory-Full: '&cERROR: target''s inventory is full!'
  15. Give-Recipe: '&aSuccessfully given player item!'
  16. Items:
  17. CursedPick:
  18. Item: 278
  19. # Item ID
  20. Item-Damage: 'none'
  21. # Used for when you need a specific type of item with a "19/00" or "13:4". leave to none if non exists.
  22. Amount: 1
  23. # When you craft this item, this is the amount you will get from it.
  24. Name: '&4&lCursed Pick'
  25. # Name of the Item, you can use Color Codes! Remove if not needed
  26. Lore:
  27. - '&c&lThe Cursed Pickaxe'
  28. # The lore of the item, it can be multiple lines.
  29. Enchantments:
  30. - 'DURABILITY:300'
  31. # All the Enchantments are listed at the Top. You can also add as many as you want
  32. ItemCrafting:
  33. - 'EEE' #First row in the crafting table
  34. - 'XIX' #Second row in the crafting table
  35. - 'XIX' #Third row in the crafting table
  36. Ingredients:
  37. # X Stands for Air but do not include that in the Ingredients.
  38. # Format: LETTER:ITEMID:DISPLAYNAME --> DISPLAYNAME PART IS OPTIONAL!
  39. - 'E:388:Emerald Essence'
  40. # E Stands for Emerald because 388 is the ItemID for emerald.
  41. - 'I:265:Iron Essence'
  42. # I Stands for Iron because 265 is the ItemID for iron ingot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement