Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Just put - <all> to enable all worlds.
- #slotlock contains the players slots you want locked (0-39).
- #(0-8) are the hot-bar, (9-35) are the inventory, and (36-39) is the armor.
- #item is the item locked in the slot, amount is the amount of items,
- #permission is the permission node you must have for the slots to be locked,
- #name is the item name, and lore is the item lore.
- #The book section is for what book name in the book file will be used.
- #Command is the command that will be run, null for none.
- #Backpacks make it so you only start with the quick bar and armor bar.
- #Then when you craft the 3 backpack sizes, you unlock more slots.
- #Backpacks unlock the slots in their slots section.
- enabledworlds:
- - <all>
- groups: 1
- slotlock:
- 39:
- item: 302
- amount: 1
- permission: slot.1
- name: "§lSAMURAI §oArmor"
- lore:
- book:
- 38:
- item: 303
- amount: 1
- permission: slot.2
- name: "§lSAMURAI §oArmor"
- lore:
- book:
- command:
- 37:
- item: 304
- amount: 1
- permission: slot.3
- name: "§lSAMURAI §oArmor"
- lore:
- book:
- command:
- 36:
- item: 305
- amount: 1
- permission: slot.4
- name: "§lSAMURAI §oArmor"
- lore:
- book:
- command:
- #backpacks:
- # 1:
- # slots:
- # - 9
- # - 10
- # - 11
- # - 12
- # - 13
- # - 14
- # - 15
- # - 16
- # - 17
- # recipe:
- # - 0
- # - 299
- # - 0
- # - 0
- # - 54
- # - 0
- # - 0
- # - 0
- # - 0
- # item: 303
- # permission: backpack.small
- # name: Small Backpack
- # lore: This is a small backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement