TotalEconomy icon indicating copy to clipboard operation
TotalEconomy copied to clipboard

All in one economy plugin for Minecraft.

Results 5 TotalEconomy issues
Sort by recently updated
recently updated
newest added

According to the Vault JavaDocs it seems to be fine to withdraw (and deposit) an amount of zero, but this plugin rejects that transaction [here](https://github.com/ericgrandt/TotalEconomy/blob/66dcae8b230dcb3d633883bba9b91505d51a6af1/totaleconomy-common/src/main/java/com/ericgrandt/totaleconomy/common/econ/CommonEconomy.java#L72-L77) Vault JavaDocs: ![grafik](https://github.com/ericgrandt/TotalEconomy/assets/21055143/54a33906-6043-4eaf-ad4a-4800a131e6e0) An example...

enhancement

DTO for request and response objects between layers. Domain for the repo layers.

Currently there is a NotImplementedException thrown when trying to use the per-world Vault Economy methods, this does not match VaultAPI specs (which [says](https://github.com/MilkBowl/VaultAPI/blob/8bad2c479f531436b4b0694f5696b501d0afef3e/src/main/java/net/milkbowl/vault/economy/Economy.java#L137) to use the global balance instead) and...

This prevent the plugin from working with SpongeForge. Related: https://github.com/ericgrandt/TotalEconomy/issues/420

bug

Minecraft version: 1.19.4 Sponge version: spongeforge-1.19.4-45.1.19-10.0.0-RC1588-universal Plugin version: TotalEconomy-0.12.1 2024-07-08 00:30:51,904 main WARN Advanced terminal features are not available in this environment [00:30:52] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver,...