Custom GUI
Configuration
staff-mode:
custom-gui:
# key, can be anything
Helper:
# Permission needed to see this gui
permission: rank.helper
# Determines which gui will be shown if the staff member has multiple gui permissions.
# A greater weight value will get priority.
weight: 1
# The gui items. Format "modulename:inventorySlot"
gui:
- compass-module:1
- vanish-module:2
- counter-module:3
- follow-module:4
Mod:
permission: rank.moderator
weight: 2
gui:
- compass-module:1
- random-teleport-module:2
- vanish-module:3
- counter-module:4
- freeze-module:5
- follow-module:6
- Whip:7
Admin:
permission: rank.admin
weight: 3
gui:
- compass-module:1
- random-teleport-module:2
- vanish-module:3
- gui-module:4
- counter-module:5
- freeze-module:6
- cps-module:7
- examine-module:8
- follow-module:9
custom-modules:
Whip:
enabled: true
type: ITEM
slot: 34
item: STICK
name: '&7Knock out stick'
lore: '&8Knock em out!!'
enchantment: knockback:2Example GUI
Helper

Mod

Admin

Last updated