- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- Source Code:
- https://github.com/l3st4tPlugins/Liteconomy
- Contributors:
- aikar (TaskChain + ACF) - MinusKube (SmartInv)
LiteconomyA simple economy plugin. Very simple commands, and no-nonsense stuff such as banks. This is done more as an experiment, but I'll try to maintain this up-to-date since I do want to use it in my server.
- STILL IN EARLY DEVELOPMENT - PLEASE REPORT ANY ISSUES -
FeaturesThis project is in early development and is open-source. Feel free to contribute! It's more of an experiment but I'd like to see this be a better plugin. I know it isn't perfect and it can be improved.
- Open source.
- Fast. In theory.
- Vault support.
- MySQL/flatfile support.
- GUI baltop!
- /pay command!
- Admin commands.
Commands & Permissions
/economy - Requires liteconomy.admin to use. Subcommands:
- /economy add <Player> <Money> - Deposit money to a player.
- /economy take <Player> <Money> - Take money from a player.
- /economy set <Player> <Money> - Set a player's money.
- /economy reset <Player> - Reset a player's balance.
- /economy updatebaltop - Start a baltop update.
/money - No permission - See your own balance.
Can also use a player argument to see other player's balance.
/baltop - No permission - Open the baltop menu.
/pay <Player> <Money> - No permission - Pay money to a player.
bStats:
This plugin utilizes the bStats plugin metrics system. The following information is collected and sent to bstats.org unless opted out:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- Plugin's version
- Server's version
- OS version/name and architecture core count for the CPU
- Number of players online
If you don't want bStats to collect data from your server, you can disable it in the bStats config file. This file can be found in the /plugins/bStats/ folder.
bStats Page
Configuration Files
Available here!
Disclaimers
Also, it's licensed under GPLv3.

Liteconomy 1.4.0-SNAPSHOT
A simple economy plugin compatible with Vault. Open source too!
-
Resoluciones likes this.
Recent Updates
- Update 1.4.0-SNAPSHOT has been released! Dec 24, 2020
- Update 1.3.0-SNAPSHOT has been released! Dec 17, 2020
- Update 1.2.1-SNAPSHOT has been released! Dec 10, 2020
Recent Reviews
-
MineMax10
- 5/5,
Works great without any issues! Most Economy Plugins out there are filled with unwanted features that only make it more complicated to setup and use. Thank you! Just wondering, what is the acf-lang file?
-
JustCraftYourAxe
- 5/5,
JUST AMAZING, THIS IS THE BEST ECONOMY PLUGIN EVER ! Can recommend ! 10/10 ! WOW
-
nanohard
- 5/5,
It does money! 69/69 Can recommend! Need money? Then this is what you need! Don't hesitate, buy now for no money!
-
Vuixiv
- 5/5,
Really nice economy plugin, I was looking for something like this, most of the economy plugins have extra added things, this one keeps things simple :)
-
Author's Response
Thank you for the review <3
-
syconslaber
- 1/5,
It worked when i ran command /economy add player 100
but when i used the money to make a town on towny advanced plugin then this error
[09:57:17 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-138 (MC: 1.16.1) ---
[09:57:17 ERROR]: The server has not responded for 30 seconds! Creating thread dump
[09:57:17 ERROR]: ------------------------------
[09:57:17 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[09:57:17 ERROR]: ------------------------------
[09:57:17 ERROR]: Current Thread: Server thread
[09:57:17 ERROR]: PID: 16 | Suspended: false | Native: false | State: WAITING
[09:57:17 ERROR]: Stack:
[09:57:17 ERROR]: sun.misc.Unsafe.park(Native Method)
[09:57:17 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[09:57:17 ERROR]: java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707)
[09:57:17 ERROR]: java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
[09:57:17 ERROR]: java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742)
[09:57:17 ERROR]: java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1947)
[09:57:17 ERROR]: com.l3tplay.liteconomy.hooks.LiteconomyHook.getBalance(LiteconomyHook.java:82)
[09:57:17 ERROR]: com.l3tplay.liteconomy.hooks.LiteconomyHook.getBalance(LiteconomyHook.java:77)
[09:57:17 ERROR]: com.palmergames.bukkit.towny.object.economy.adapter.VaultEconomyAdapter.getBalance(VaultEconomyAdapter.java:33)
[09:57:17 ERROR]: com.palmergames.bukkit.towny.TownyEconomyHandler.getBalance(TownyEconomyHandler.java:196)
[09:57:17 ERROR]: com.palmergames.bukkit.towny.object.economy.Account.getHoldingBalance(Account.java:181)
[09:57:17 ERROR]: com.palmergames.bukkit.towny.object.economy.Account.setBalance(Account.java:158)
[09:57:17 ERROR]: com.palmergames.bukkit.towny.object.economy.BankAccount$DebtAccount.<init>(BankAccount.java:41)
[09:57:17 ERROR]: com.palmergames.bukkit.towny.object.economy.BankAccount.<init>(BankAccount.java:53)
[09:57:17 ERROR]: com.palmergames.bukkit.towny.object.Government.getAccount(Government.java:254)
[09:57:17 ERROR]: com.palmergames.bukkit.towny.command.TownCommand.newTown(TownCommand.java:2552)
[09:57:17 ERROR]: com.palmergames.bukkit.towny.command.TownCommand.lambda$newTown$8(TownCommand.java:2493)
[09:57:17 ERROR]: com.palmergames.bukkit.towny.command.TownCommand$$Lambda$5317/604637305.run(Unknown Source)
[09:57:17 ERROR]: org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftTask.run(CraftTask.java:99)
[09:57:17 ERROR]: org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[09:57:17 ERROR]: net.minecraft.server.v1_16_R1.MinecraftServer.b(MinecraftServer.java:1298)
[09:57:17 ERROR]: net.minecraft.server.v1_16_R1.DedicatedServer.b(DedicatedServer.java:377)
[09:57:17 ERROR]: net.minecraft.server.v1_16_R1.MinecraftServer.a(MinecraftServer.java:1213)
[09:57:17 ERROR]: net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:1001)
[09:57:17 ERROR]: net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
[09:57:17 ERROR]: net.minecraft.server.v1_16_R1.MinecraftServer$$Lambda$2919/36998710.run(Unknown Source)
[09:57:17 ERROR]: java.lang.Thread.run(Thread.java:748)
[09:57:17 ERROR]: ------------------------------
[09:57:17 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[09:57:17 ERROR]: -------------------------------
Author's Response
This is not the section to ask for help. There's an Issues section in GitHub for a reason, or the discussion thread. Fixed in 1.1.1.