Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. #
  2. # Soulbound item configuration
  3. #
  4. # Items in this config file will be automatically Soulbound to the player on certain
  5. # actions, such as dropping the item or picking it up.
  6. #
  7. # You can add items under "Items" using the exact material name. You can add a data value using a |
  8. # For example, WOOL|15 would be Material.WOOL with data value 15.
  9. #
  10. # The bare minimum of a Soulbound item is that it has Actions
  11. #
  12. # Name: This is the displayname of an item
  13. #
  14. # Lore: List one or more lines of lore here
  15. #
  16. # Actions: The actions when the item should be soulbound to the player.
  17. # Valid values are: CRAFT, OPEN_CHEST, PICKUP_ITEM, DROP_ITEM, RESPAWN, KIT
  18. #
  19. #
  20. ###
  21.  
  22. Items:
  23. CHAINMAIL_HELMET:
  24. Lore:
  25. - &6&lSoulbound&r &l- &8This item will not be dropped upon death
  26. Actions:
  27. - KIT
  28. - PICKUP_ITEM
  29. - DROP_ITEM
  30. - RESPAWN
  31. - CRAFT
  32. CHAINMAIL_CHESTPLATE:
  33. Lore:
  34. - &6&lSoulbound&r &l- &8This item will not be dropped upon death
  35. Actions:
  36. - KIT
  37. CHAINMAIL_LEGGINGS:
  38. Lore:
  39. - &6&lSoulbound&r &l- &8This item will not be dropped upon death
  40. Actions:
  41. - KIT
  42. CHAINMAIL_BOOTS:
  43. Lore:
  44. - &6&lSoulbound&r &l- &8This item will not be dropped upon death
  45. Actions:
  46. - KIT
  47. IRON_SWORD:
  48. Lore:
  49. - &6&lSoulbound&r &l- &8This item will not be dropped upon death
  50. Actions:
  51. - KIT
  52. IRON_SHOVEL:
  53. Lore:
  54. - &6&lSoulbound&r &l- &8This item will not be dropped upon death
  55. Actions:
  56. - KIT
  57. IRON_PICKAXE:
  58. Lore:
  59. - &6&lSoulbound&r &l- &8This item will not be dropped upon death
  60. Actions:
  61. - KIT
  62. IRON_AXE:
  63. Lore:
  64. - &6&lSoulbound&r &l- &8This item will not be dropped upon death
  65. Actions:
  66. - KIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement