๐Ÿ’ฑ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 Discord if you need additional custom currency integrations!

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

guis.yml
# M - First currency, N - Second currency, O - Third currency
# o - Customer first currency, n - Customer second currency, m - Customer third currency
tradeGuiStructure:
- CMNODonmc
- LLLLrRRRR
- LLLLvRRRR
- LLLLVRRRR
- LLLLxRRRR
- LLLLxRRRR

Last updated

Was this helpful?