TheNewEconomy / VaultUnlockedAPI

API Portion of VaultUnlocked; Where PRs are actually accepted.
GNU Lesser General Public License v3.0
7 stars 2 forks source link

Problem with format? #8

Closed L-Risk closed 4 months ago

L-Risk commented 4 months ago

I don't know if the problem is mine or Vault's, but I have integrated my own EconomySystem with your Vault API. Now I get the message from a public plugin that says: public @NotNull String format(BigDecimal bigDecimal)

the format must be a double. I've tried a few things now but I'm at a loss

creatorfromhell commented 4 months ago

I don't know if the problem is mine or Vault's, but I have integrated my own EconomySystem with your Vault API. Now I get the message from a public plugin that says: public @NotNull String format(BigDecimal bigDecimal)

the format must be a double. I've tried a few things now but I'm at a loss

Make sure they are using vault unlocked and not normal vault on the plugin youre testing or implement both adapters