Advertisement
Guest User

Untitled

a guest
Jan 25th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #Just put - <all> to enable all worlds.
  2. #slotlock contains the players slots you want locked (0-39).
  3. #(0-8) are the hot-bar, (9-35) are the inventory, and (36-39) is the armor.
  4. #item is the item locked in the slot, amount is the amount of items,
  5. #permission is the permission node you must have for the slots to be locked,
  6. #name is the item name, and lore is the item lore.
  7. #The book section is for what book name in the book file will be used.
  8. #Command is the command that will be run, null for none.
  9. #Backpacks make it so you only start with the quick bar and armor bar.
  10. #Then when you craft the 3 backpack sizes, you unlock more slots.
  11. #Backpacks unlock the slots in their slots section.
  12. enabledworlds:
  13. - <all>
  14.  
  15. groups: 1
  16. slotlock:
  17. 39:
  18. item: 302
  19. amount: 1
  20. permission: slot.1
  21. name: "§lSAMURAI §oArmor"
  22. lore:
  23. book:
  24. 38:
  25. item: 303
  26. amount: 1
  27. permission: slot.2
  28. name: "§lSAMURAI §oArmor"
  29. lore:
  30. book:
  31. command:
  32. 37:
  33. item: 304
  34. amount: 1
  35. permission: slot.3
  36. name: "§lSAMURAI §oArmor"
  37. lore:
  38. book:
  39. command:
  40. 36:
  41. item: 305
  42. amount: 1
  43. permission: slot.4
  44. name: "§lSAMURAI §oArmor"
  45. lore:
  46. book:
  47. command:
  48. #backpacks:
  49. # 1:
  50. # slots:
  51. # - 9
  52. # - 10
  53. # - 11
  54. # - 12
  55. # - 13
  56. # - 14
  57. # - 15
  58. # - 16
  59. # - 17
  60. # recipe:
  61. # - 0
  62. # - 299
  63. # - 0
  64. # - 0
  65. # - 54
  66. # - 0
  67. # - 0
  68. # - 0
  69. # - 0
  70. # item: 303
  71. # permission: backpack.small
  72. # name: Small Backpack
  73. # lore: This is a small backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement