Advertisement
Guest User

Untitled

a guest
Aug 9th, 2021
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. # Custom recipes
  2. # Keep Regenerate-Default-Recipes set to false unless you want the plugin to regenerate the default recipes upon reload
  3. # Format:
  4. # Items format: 'Material_Type:Durability : Amount : enchant:<enchantment>:level : name:<name> : lore:<lore>'
  5. # Setting durability is optional
  6. # For list of material types visit https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  7. # For a list of enchantments, visit https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  8. # You can also use the old/usual names of enchantments such as SHARPNESS, SMITE, ... Thanks to XEnchantment by CryptoMorin
  9. # Example 'IRON_SWORD:50 : 1 : enchant:DAMAGE_ALL:2 : name:&4GOD SWORD : lore:&b its a cool sword!'
  10. # This will create an iron sword with a durability of 50 and sharpness 2 enchantment on it and the name of 'GOD SWORD' with a dark red color and a lore that says 'Its a cool sword' in an aqua color
  11. # There is no lock on the enchantment level!
  12. # For POTIONS, if your server is below 1.9 then use POTION:DURABILITY to make potions like POTION:16421, otherwise you should use the form
  13. # POTION/SPLASH_POTION/LINGERING_POTION:POTION_TYPE:EXTENDED:UPGRADED
  14. # Example of the form -> 'SPLASH_POTION:INSTANT_DAMAGE:false:true : 1'
  15. # List of potion types: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html
  16. # Clear default recipes for option completely removes the default minecraft recipes for an item. If you want to overwrite an item, for example
  17. # You want the crafting recipe of a stone pickaxe to give an iron pickaxe, you have to clear default recipe for STONE_PICKAXE, and then you can add your own custom recipe same way as before
  18.  
  19. Regenerate-Default-Recipes: false
  20. Clear-Default-Recipes-For:
  21. - TIPPED_ARROW
  22. Recipes:
  23. '1':
  24. Result: 'IRON_SWORD : 1 : name:Vorpal Sword : enchant:DAMAGE_ALL:2'
  25. Shapeless: false
  26. Max-Crafts: 1
  27. Rank-Requirement: 0
  28. Recipe:
  29. - 'AIR : BONE : AIR'
  30. - 'AIR : IRON_SWORD : AIR'
  31. - 'AIR : ROTTEN_FLESH : AIR'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement