Advertisement
Guest User

SlotLock Config

a guest
Oct 20th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 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. 0:
  20. item: "351:8"
  21. amount: 1
  22. name: "&aEnable stacking"
  23. permission: "slot.zero"
  24. 1:
  25. item: "377"
  26. amount: 1
  27. name: "&a&lDisco Armour"
  28. permission: "slot.one"
  29. 4:
  30. name: "&1&lR&2&lu&3&ll&4&le&5&ls"
  31. item: "387"
  32. amount: 1
  33. book: Rules
  34. permission: "slot.four"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement