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:
- 0:
- item: 345
- amount: 1
- permission: slot.one
- name: "§aServer Selector"
- lore: "§7Right Click to Open Menu"
- book: null
- command: null
- 1:
- item: 347
- amount: 1
- permission: slot.two
- name: "§3Toggle Players"
- lore: "§3This is a book of info"
- book: null
- command: null
- 2:
- item: 264
- amount: 1
- permission: slot.three
- name: "§aQuick Links"
- lore: "§7Right Click to view Links"
- book: null
- command: null
- 7:
- item: 288
- amount: 1
- permission: slot.eight
- name: "§aSwiftness Feather"
- lore: "§7Right Click for Speed"
- book: null
- command: null
- 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