Advertisement
Guest User

Untitled

a guest
Nov 28th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 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. groups: 1
  15. slotlock:
  16. 0:
  17. item: 345
  18. amount: 1
  19. permission: slot.one
  20. name: "§aServer Selector"
  21. lore: "§7Right Click to Open Menu"
  22. book: null
  23. command: null
  24. 1:
  25. item: 347
  26. amount: 1
  27. permission: slot.two
  28. name: "§3Toggle Players"
  29. lore: "§3This is a book of info"
  30. book: null
  31. command: null
  32. 2:
  33. item: 264
  34. amount: 1
  35. permission: slot.three
  36. name: "§aQuick Links"
  37. lore: "§7Right Click to view Links"
  38. book: null
  39. command: null
  40. 7:
  41. item: 288
  42. amount: 1
  43. permission: slot.eight
  44. name: "§aSwiftness Feather"
  45. lore: "§7Right Click for Speed"
  46. book: null
  47. command: null
  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