mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-07 02:29:36 +01:00
5893cfc0b4
+ Completed Boss Debug Command + Begun work on GUIs
62 lines
2.1 KiB
YAML
62 lines
2.1 KiB
YAML
# MainPanel: # panel name #
|
|
# name: '&b&l{boss} Editor' # panel display name #
|
|
# slots: 45 # panel size #
|
|
# Settings: # settings section #
|
|
# emptySpaceFiller: true # fill in empty space #
|
|
# fillTo: 0 # fill to slot #
|
|
# backButton: false # use back button #
|
|
# exitButton: false # use exit button #
|
|
# EmptySpaceFiller: # empty space filler itemstack #
|
|
# type: '160:0' # empty space filler type #
|
|
# name: '&7' # empty space filler name #
|
|
# Buttons: # buttons section #
|
|
# BackButton: 9 # back button slot #
|
|
# ExitButton: 9 # exit button slot #
|
|
EditorList:
|
|
name: '&6CustomBosses &eEditor'
|
|
slots: 54
|
|
Settings:
|
|
backButton: true
|
|
fillTo: 45
|
|
Buttons:
|
|
backButton: 50
|
|
Items:
|
|
'46':
|
|
type: GLASS_PANE
|
|
name: '&7'
|
|
'47':
|
|
type: GLASS_PANE
|
|
name: '&7'
|
|
'48':
|
|
type: GLASS_PANE
|
|
name: '&7'
|
|
'49':
|
|
type: ARROW
|
|
name: '&e&l&m<-&e&l Previous Page'
|
|
lore:
|
|
- '&7Click here to go to the previous'
|
|
- '&7page of custom drops.'
|
|
PreviousPage: true
|
|
'50':
|
|
type: REDSTONE
|
|
name: '&cClick here to go back'
|
|
lore:
|
|
- '&7Click this button to go back to'
|
|
- '&7the main page where you can choose'
|
|
- '&7to configure blocks or mobs.'
|
|
'51':
|
|
type: ARROW
|
|
name: '&e&lNext Page &e&l&m->'
|
|
lore:
|
|
- '&7Click here to go to the next'
|
|
- '&7page of custom drops.'
|
|
NextPage: true
|
|
'52':
|
|
type: GLASS_PANE
|
|
name: '&7'
|
|
'53':
|
|
type: GLASS_PANE
|
|
name: '&7'
|
|
'54':
|
|
type: GLASS_PANE
|
|
name: '&7' |