Advertisement
Guest User

SlotLock Config

a guest
Jan 7th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 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. - test_slot_lock_world
  14. # - <all>
  15. # - world
  16. # - world_the_end
  17. groups: 1
  18. slotlock:
  19. 1:
  20. item: 347
  21. amount: 1
  22. permission: slot.one
  23. name: "§dHelp Menu"
  24. lore: "§8Right Click For The Main Help Menu"
  25. book: null
  26. command: h
  27. 9:
  28. item: 345
  29. amount: 1
  30. permission: slot.nine
  31. name: "§aGame Selector"
  32. lore: "§8Right Click To Select A Server To Play"
  33. book: null
  34. command: indev
  35. # 2:
  36. # item: 34
  37. # amount: 1
  38. # permission: slot.two
  39. # name: LockedSLot
  40. # lore: This is a locked slot
  41. # book: null
  42. # command: null
  43. backpacks:
  44. # 1:
  45. # slots:
  46. # - 9
  47. # - 10
  48. # - 11
  49. # - 12
  50. # - 13
  51. # - 14
  52. # - 15
  53. # - 16
  54. # - 17
  55. # recipe:
  56. # - 0
  57. # - 299
  58. # - 0
  59. # - 0
  60. # - 54
  61. # - 0
  62. # - 0
  63. # - 0
  64. # - 0
  65. # item: 303
  66. # permission: backpack.small
  67. # name: Small Backpack
  68. # lore: This is a small backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement