-
Notifications
You must be signed in to change notification settings - Fork 56
Tokens
lucian929 edited this page Mar 7, 2022
·
4 revisions
Tokens are physical items (like a coin) that can execute a command when redeemed in the tokens menu.
To create them, head to tokens.yml
and copy this configuration:
1:
id: colorful_hat # ID of cosmetic which will appear in the GUI
material: emerald # Material of the token
model-data: 1 # CustomModelData number. Optional.
name: "<green>Colorful hat token"
commands:
- "lp user %player% permission set cosmetics.colorful_hat" # Command to run when redeemed.
To redeem a token, you can use the Token Menu. To access the token menu, use /cosmetics menu token-menu
.
You can also make modifications to the token GUI in the same place you would edit other GUIs (see GUI Configuration).
THIS WIKI IS DEPRECATED! PLEASE VISIT https://docs.hibiscusmc.com/