Milestones menu
menus/milestones.yml configuration guide
In the milestones menu, you can view every custom level and its rewards in order. Pagination is also supported.
title
- Title of the inventory
display-area
- list of inventory slots where we can display milestones
Items
Filler
Set enabled
to false
if you don't want any inventory filler item. You can use every item option under the item
field.
Previous/current/next page
These are pagination controls in the menu. They will only be visible if pagination is necessary. Every item option can be used here.
Custom items
You can add extra items with click actions to the menu. Every item option can be used. on-left-click
, on-right-click
and on-click
are also supported. These are a list of commands backed by CommandDispatcher
. You can read about what can it do in Rewards.
Last updated