A minecraft plugin providing support for multiple economies on your server
Commands
() - optional argument
[] - required argument
If economy is not specified plugin will use default one (usually Vault)
Balance
/tmoney balance [economy] (player) - Get balance of player in certain economy
Deposit
/tmoney deposit [economy] (player) [amount] - Deposit money on a player's balance in certain economy
Withdraw
/tmoney withdraw [economy] (player) [amount] - Withdraw money from a player's balance in certain economy
Reload
/tmoney reload - Reloads the config
List
/tmoney list - Returns a list of all economies there are
PlaceholderAPI
You need to execute: /papi ecloud download TMoney in order to use placeholders
Just to get balance in certain economy use:
To get fixed balance use:
To get formatted balance use:
(like 1.32K or 1.55M)
Config
Here is example config (plugins/TMoney/data.json)
{
"economies": [
{
"config": {
"url": "jdbc:h2:file:/home/minecraft/inst/plugins/TMoney/Economy.db",
"user": "minecraft",
"password": "password",
"prefix": "mc"
},
"type": "jdbc",
"name": "donate"
}
],
"libsUrl": "https://theseems.ru/tmoney/libs",
"libs": [
"org.h2.Driver",
"org.postgresql.Driver"
]
}
Currently supported types of economies in config:
Type memory means that all balances of players will not be load on server restart
Type jdbc means that all balances of players will be stored on a database (JDBC) and will be load from it on server restart
Thanks for a hundred+ downloads!
Commands
() - optional argument
[] - required argument
If economy is not specified plugin will use default one (usually Vault)
Balance
/tmoney balance [economy] (player) - Get balance of player in certain economy
Deposit
/tmoney deposit [economy] (player) [amount] - Deposit money on a player's balance in certain economy
Withdraw
/tmoney withdraw [economy] (player) [amount] - Withdraw money from a player's balance in certain economy
Reload
/tmoney reload - Reloads the config
List
/tmoney list - Returns a list of all economies there are
PlaceholderAPI
You need to execute: /papi ecloud download TMoney in order to use placeholders
Just to get balance in certain economy use:
Code (Text):
%tmoney_<economy>%
Code (Text):
%tmoney_<economy>&&<precision>%
Code (Text):
%tmoney_<economy>&&formatted%
Config
Here is example config (plugins/TMoney/data.json)
Code (Text):
{
"economies": [
{
"config": {
"url": "jdbc:h2:file:/home/minecraft/inst/plugins/TMoney/Economy.db",
"user": "minecraft",
"password": "password",
"prefix": "mc"
},
"type": "jdbc",
"name": "donate"
}
],
"libsUrl": "https://theseems.ru/tmoney/libs",
"libs": [
"org.h2.Driver",
"org.postgresql.Driver"
]
}
Type memory means that all balances of players will not be load on server restart
Type jdbc means that all balances of players will be stored on a database (JDBC) and will be load from it on server restart
Thanks for a hundred+ downloads!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.13, 1.14, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
TMoney | Multiple Economies is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15. Downloaded 958 times (via Spigot). Download it and open it directly in the game.