Advertisement
Guest User

SlotLock Config

a guest
Oct 20th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 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. #canUse is whether or not you can use the item, like throw it or eat it.
  10. enabledworlds:
  11. - 1Block
  12. lockCreative: true
  13. slotlock:
  14. 7:
  15. item: "352"
  16. amount: 1
  17. name: "&aPets"
  18. permission: slot.two
  19. lore: ""
  20. 0:
  21. item: "351:8"
  22. amount: 1
  23. name: "&aEnable stacking"
  24. permission: "slot.zero"
  25. lore: ""
  26. 1:
  27. item: "377"
  28. amount: 1
  29. name: "&a&lDisco Armour"
  30. permission: "slot.one"
  31. lore: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement