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:
- - test_slot_lock_world
- # - <all>
- # - world
- # - world_the_end
- groups: 1
- slotlock:
- 1:
- item: 347
- amount: 1
- permission: slot.one
- name: "§dHelp Menu"
- lore: "§8Right Click For The Main Help Menu"
- book: null
- command: h
- 9:
- item: 345
- amount: 1
- permission: slot.nine
- name: "§aGame Selector"
- lore: "§8Right Click To Select A Server To Play"
- book: null
- command: indev
- # 2:
- # item: 34
- # amount: 1
- # permission: slot.two
- # name: LockedSLot
- # lore: This is a locked slot
- # 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