πŸ’±Multi-currency

config.yml
# vault:default - Default currency from Vault
# rediseconomy:lyra - Custom currency from RedisEconomy
# Leave this empty [] if you don't want to use any currency
# Don't name the same currency twice on different integrations
allowedCurrencies:
- name: vault:default
  material: GOLD_INGOT
  customModelData: 0
  displayName: <gold>Money
- name: playerpoints:playerpoints
  material: LAPIS_LAZULI
  customModelData: 0
  displayName: <blue>PUNTI
- name: minecraft:xp
  material: EXPERIENCE_BOTTLE
  customModelData: 0
  displayName: <green>Exp

The format is hookName:currencyName

Remember: Do not choose the same currencyName for different hookNames

GUI Showcase

Ask on Discordarrow-up-right if you need additional custom currency integrations!

You can change the position of currencies inside the GUI by editing this file:

Last updated

Was this helpful?