Changes
- Extra icons configuration for GUI
# Settings for the GUI displayed when running /nightmarket
gui:
...
# Any extra icons that you want to display in the GUI.
extra_icons:
info:
name: "&bInformation"
lore:
- "&7This shop is unique for all players."
- "&7This shop rotates on a certain interval."
material: PAPER
slots:
- "22"
- Configuration for built-in currencies' display
# Configuration for the built-in, default currencies.
default_currencies:
vault:
name:
singular: "Dollar"
plural: "Dollars"
playerpoints:
name:
singular: "Token"
plural: "Tokens"
- Updated dependencies
- Java 21 support
- Add support for
amount
in GUI icons.