Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. # what Material/item the lock/key/lockpick is. all possiable materials are list here
  2. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  3. # something to note is that already crafted locks/keys/lockpick aren´t gona update(might add this later)
  4. # and they will stile work. if you want to edit the the recipe check crafting.yml
  5. # you can set the durrabilty of items with durrabilty, the item will be unbreakable
  6. # and stille useable for its purpose, in other words if you set the lockMaterial
  7. # to DIAMOND_SWORD:5 the lock will be a unbreakable diamond sword and do as much damage as a diamond sword and be enchantable
  8. # the way to set it is: MATERIAL:(amount of durrabilty missing)
  9. LockMaterial: FLINT
  10. TrapMaterial: IRON_BARS
  11. KeyMaterial: NAME_TAG
  12. LockpickMaterial: STICK
  13. CylinderMaterial: IRON_INGOT
  14. GuideMaterial: STICK
  15. BarMaterial: IRON_BARS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement