Default Config

# |------ inner inventory ------|
# | [09][10][11]...........[17] |
# | [18][19][20]...........[26] |
# | [27][28][29]...........[35] |
# |---------- hotbar -----------|
# | [0][1][2][3][4][5][6][7][8] |
# |-----------------------------|
# |Armour: [103][102][101][100]-| NOTE: Helmet is 103, boots 100, OffHand item (item in the other hand when you press F) is 104.
# 
# All permissions used are deathpackage.<package name>
# A permission for a specific slot can be added using deathpackage.slot.<number>
#
# NOTE: The plugin will use the slots with the greatest size: it will never merge slots.
#
protected-slots:
  '6': #This will need the permission deathpackage.6 and will save the 6 slots on the right hand side of the inventory
  - 16
  - 25
  - 34
  - 17
  - 26
  - 35
  '3':
  - 17
  - 26
  - 35
  '2':
  - 17
  - 26
  'justone':
  - 17
  default:
  - 17

Comments

Posts Quoted:
Reply
Clear All Quotes