First, i dont know what you mean with "full of errors" in detail. I have a Discord Server with many users you can join too. There you get help from me or other.
Please provide more information about your problem/errors in my discord server!
Version: v5.5.0
The best economy plugin with many features and no issues. Keep up the great work, and we look forward to more updates! <3
Great plugin that does what it sets out to do. I had a problem with players not receiving a notification when receiving money, but the developer answered me within a day and told me it was because I had bungeecord enabled (In case anyone is running into this issue too).
So overall, this is a very good economy plugin with very little to no bloat, and I highly recommend it!
Great plugin, although it is to be noted that the current version appears to not send notifications to players when receiving money, meaning players don't know if someone sent them money.
Apart from that, the plugin is good and does the job it sets out to do.
1. Errors when uploading and connecting plugin to the bungee
2. Developer banned me and my friend on discord so can't report problems
3. Lot of suggestions has been denied
4. Player don't have notify message when someone paid him (all eco plugins have this, its basic)
The bungecord version works perfectly. I can't help it that you don't understand the basics of a config.
You two were rightly banned from our Discord because you didn't follow the rules several times and annoyed other users. There is no excuse for that and you two will remain permanently banned.
Only suggestions that make sense are added. Your suggestions were presented in a one-liner without any background information or examples.
The problem with the pay message has already been fixed in a dev build on our Discord server. If you had followed the rules of my server, you could download the dev build.
However, I distance myself from you two and your tone and don't want such annoying people in my light economy community.
Version: v5.5.0
I don't know why you banned my friend from the discord server but its really really pathetic and ridiculous after all this time which I spent with report bugs to you and other ideas
Bungee version have got lot of problems with the database and now nobody want fix this because we dont have access to discord
thanks ;p
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:100) ~[?:?]
at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
at de.lightplugins.economy.database.DatabaseConnectionBungee.connectToDataBaseViaMariaDB(DatabaseConnectionBungee.java:47) ~[?:?]
at de.lightplugins.economy.bungeecord.Bungee.onEnable(Bungee.java:56) ~[?:?]
at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:357) ~[FlameCord-1.9.6.jar:git:Waterfall-Bootstrap:1.20-R0.3-SNAPSHOT:731f10b:unknown]
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:315) ~[FlameCord-1.9.6.jar:git:Waterfall-Bootstrap:1.20-R0.3-SNAPSHOT:731f10b:unknown]
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:52) ~[FlameCord-1.9.6.jar:git:Waterfall-Bootstrap:1.20-R0.3-SNAPSHOT:731f10b:unknown]
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) ~[FlameCord-1.9.6.jar:git:Waterfall-Bootstrap:1.20-R0.3-SNAPSHOT:731f10b:unknown]
Caused by: java.net.ConnectException: Connection refused
at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
at sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[?:?]
at sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) ~[?:?]
at sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) ~[?:?]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[?:?]
at java.net.Socket.connect(Socket.java:633) ~[?:?]
at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:131) ~[?:?]
... 17 more
[13:04:56 WARN]: Exception encountered when loading plugin: lightEconomy
com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Socket fail to connect to host:address=(host=mysql.deadcraftmc.pl)(port=0)(type=primary). Connection refused
at com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:596) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:582) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:100) ~[?:?]
at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
at de.lightplugins.economy.database.DatabaseConnectionBungee.connectToDataBaseViaMariaDB(DatabaseConnectionBungee.java:47) ~[?:?]
at de.lightplugins.economy.bungeecord.Bungee.onEnable(Bungee.java:56) ~[?:?]
at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:357) ~[FlameCord-1.9.6.jar:git:Waterfall-Bootstrap:1.20-R0.3-SNAPSHOT:731f10b:unknown]
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:315) ~[FlameCord-1.9.6.jar:git:Waterfall-Bootstrap:1.20-R0.3-SNAPSHOT:731f10b:unknown]
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:52) ~[FlameCord-1.9.6.jar:git:Waterfall-Bootstrap:1.20-R0.3-SNAPSHOT:731f10b:unknown]
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) ~[FlameCord-1.9.6.jar:git:Waterfall-Bootstrap:1.20-R0.3-SNAPSHOT:731f10b:unknown]
Caused by: java.sql.SQLNonTransientConnectionException: Socket fail to connect to host:address=(host=mysql.deadcraftmc.pl)(port=0)(type=primary). Connection refused
at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:137) ~[?:?]
at org.mariadb.jdbc.client.impl.StandardClient.<init>(StandardClient.java:99) ~[?:?]
at org.mariadb.jdbc.Driver.connect(Driver.java:70) ~[?:?]
at org.mariadb.jdbc.Driver.connect(Driver.java:101) ~[?:?]
at org.mariadb.jdbc.Driver.connect(Driver.java:27) ~[?:?]
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:359) ~[?:?]
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:470) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
... 8 more
Caused by: java.net.ConnectException: Connection refused
at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
at sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[?:?]
at sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) ~[?:?]
at sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) ~[?:?]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[?:?]
at java.net.Socket.connect(Socket.java:633) ~[?:?]
at org.mariadb.jdbc.client.impl.ConnectionHelper.connectSocket(ConnectionHelper.java:131) ~[?:?]
at org.mariadb.jdbc.client.impl.StandardClient.<init>(StandardClient.java:99) ~[?:?]
at org.mariadb.jdbc.Driver.connect(Driver.java:70) ~[?:?]
at org.mariadb.jdbc.Driver.connect(Driver.java:101) ~[?:?]
at org.mariadb.jdbc.Driver.connect(Driver.java:27) ~[?:?]
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:359) ~[?:?]
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:470) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
... 8 more
Very good plugin. The best I have seen so far. However, it would be nice if in the placeholder for the bank account balance the numbers were separated with points so instead of 10000 = 10.000
I appreciate your positive rating. The formatting problem you mentioned has been resolved in version v5.3.4 of our software. If you encounter any additional issues or have specific features you'd like to see, I invite you to join our Discord community for more comprehensive support and assistance. We're here to help with any questions or concerns you may have.
Version: v5.3.3
love all the features, I run a towny server on 1.17.1 so its a bummer I can't use it in earlier versions. Do you think you will support earlier versions eventually?
Least customizable plugin ever. sucks my mom x1
Least customizable plugin ever. sucks my mom x2
Least customizable plugin ever. sucks my mom x3
Least customizable plugin ever. sucks my mom x4
Least customizable plugin ever. sucks my mom x5
As a developer myself, this plugin is so useful. I needed something light weight and bare bones. I have commands on my plugin and this is just the thing I needed. TYSM.
Thank you for your positiv review! Let me now if you have any suggestions. Also you can join my Discord for more background informations and forums.
Version: v5.1.0
Since the Beta 1.0 i was very impressed, but now the V5.1 is just mindblowing, with all the stuff you can edit, how fast it is and the compatibility just insane.
It just dominated every other economy Plugin, and its FREE !!!!
Keep it up :)
simply the best economy plugin, simple, fast, very configurable is just what every plugin should be, compatibility with towny saves me a lot, I just love this plugin
The plugin is good, the ui and everything, but the only issue that stops me from using this plugin is that you can actually get unlimited money by depositing negative amount of money, lets say i deposit -5000, i will somehow get + 5000 to my purse, which you can use.
New rework premium resource is currently awaiting approval. There is the 1.17 version with Java 16 and fully support the new MariaDB Database :) just wait a few days for approval ...
Version: v2.9.5
Mysql area is dead, Dev is no longer caring about plugin allegedly as stated in the discord, sad though as this was a good plugin to have.
New rework premium resource is currently awaiting approval. There is the 1.17 version with Java 16 and fully support the new MariaDB Database :) just wait a few days for approval ...
Version: v2.9.5
WOW! This plugin is great! It works perfectly! My friends are delighted to have some money on my Minecraft server. EPIC!
Thanks you very much! Now check out the new v5 Version :)
Version: v2.9.5
So sad that this seems not to be bugfixed and developed anymore. In Discord the developer is not answering since weeks. The MySQL connector is broken since spigot/paper updated it.
New rework premium resource is currently awaiting approval. There is the 1.17 version with Java 16 and fully support the new MariaDB Database :) just wait a few days for approval ...
Version: v2.9.5
The plugin looks super cool.... i have been using it for 2 weeks now, but is not great... lots of bugs and the developer is not active, I don't care that he has 'no time' he is still online on discord and not replying to his discord server.
- Proper cross-server compatibility is nonexistent despite it being advertised. Bank interest for example doesn't work on any server but the 'master' server.
- When you send money to another player, it says they are "offline" when they aren't.
- When you deposit money into your bank, let's say $10k, it will show up as "you deposited $20k" in chat.
- You can deposit and withdraw a negative (-) amount of money which is incredibly problematic.
The developer also has shown no interest in fixing any of these issues. The developer is online often but never replies. The plugin seems abandoned. I cannot recommend using this plugin at this state.
the plugin is the best but i there is bug an dont know to report it
the plugin is very easy to use and fix it withe permissions and it has the best featured
I simply love this plugin.
The author is the kindest person I've seen. He tries to resolve any issue you have and is even willing to add a feature only you would find helpful!
I'm just wondering why is this plugin not a paid resource yet :D
Hi bro, I love your plugin, it is very complete.
But there is a small bug with the # bank-balance #, it does not really show the bank's money, but it multiplies by 2 the money deposited. I hope you understand me. (If you don't understand, tell me and I'll show you captures by some means)
Pd: Sorry about my English, it is not my native language.
My favourite economy plugin. You need to try it out .... better then even every other plugin! Even it is nearly perfect there are two or three things i wish to beeing addes: a multi-user bank account and something like cheques or debit cards (debit card: you can give another peoples the card and they have access to your bank account and cheque: you can give someone a piece of paer which is a amount of money worth)
My suggest is can u add a
%lighteconomy_bank_balance_formatted%
So if i had 200.000.-
With that it will told me 200k so it will not make the
Scoreboard more bigger lol
There is existing one placeholder like your suggestion. %vault_eco_balance_formatted% - Make shure you are using placeholderApi. And thanks for your review + stay healthy :)
Version: v2.7.5
Excellent Discord Support and reaction to suggestions! Excellent performance and best Economy plugin there is right now! Also works great with towny and is fully configurable
Amazing economy plugin! i absolutely love it. Just one issue though: whenever you restart the server, the interest timer resets. Is there a way of fixing this in the config? or is it a plugin issue?
Yes, the interest system is very alpha and not fully implemented. Just timers, there are reseting, if the server get restarting. I will add these parameters via SQL aswell in the future.
I´m planing a Discord server and i think i start today with it.
But really thanks your your nice review :)
Version: v2.6.1 stable
5 star! Good Economy System Plugin
Dynamic Title is very creative
I have the following suggestions:
- Create Discord channel
- Convenient place to raise an issue
- It is recommended to set a maximum limit
- The console may judge that the number is more perfect, although it is not necessary
I hope you keep updating, if you don’t update, you can open source in the community
I create today a Discord Server :) I add your suggestion, kinda i dont forget it xD Maybe i change the look of the console messages as well.
But thanks for your awesome review ^^
Version: v2.5.4
The best free Economy plugin but a bad thing is that you can't use that plugin API using the
RegisteredServiceProvider of the Economy class of Vault because that doesn't registered yet the provider.
P.S Excuse me for all grammatical errors but i'm Italian.