- Made it possible to use the %current_page% and %max_page% placeholders for item conditions. This can be used to for example only show the page arrows when they can actually do something:
Code (YAML):
previous-page:
slot
: 45
material
: ARROW
conditions
:
- '
%current_page% > 1'
name
: '&
#00CCFFBack'
lore
:
- '&fClick to go to the previous page'
actions
:
- '
[PAGE
] previous'
- '
[SOUND
] ui.button.click|1|1'
next-page:
slot
: 53
material
: ARROW
conditions
:
- '
%current_page% < %max_page%'
name
: '&
#00CCFFNext'
lore
:
- '&fClick to go to the next page'
actions
:
- '
[PAGE
] next'
- '
[SOUND
] ui.button.click|1|1'
- Made it possible to remove the shulker item from the shulker preview menu. (just remove the section from the gui file)