⚡ LightCoins™ | VELOCITY / MYSQL / REDIS support | Infinit VIRTUAL Currencies icon

⚡ LightCoins™ | VELOCITY / MYSQL / REDIS support | Infinit VIRTUAL Currencies -----

Vault Economy - VELOCITY / MySQL / REDIS - full Towny Support - rich API - Paper support




lightcoins_economy_EDIT.png
What was changed ?
  • fixed NoClassDefFoundError for bStats
IMPORTANT: Please update LightCore too. You can download it here

lightcoins_economy_EDIT.png

I have decided to completely discontinue LightEconomy and have instead developed LightCoins. Over time, some features that existed in LightEconomy will be reintroduced.

All my plugins will now require LightCore to run on your Server. Make sure you are using the latest version.

LightCoins is an entirely new plugin and has nothing to do with LightEconomy anymore. There is a way to transfer balances from LightEconomy to LightCoins. Take a look into the wiki or ask me on my discord server.

If you have any questions, make sure to join my Discord server and ask them there!
----------, Feb 21, 2025

[CHANGES/ADDS/FIXES]
*lightEconomy automatically adds new config entries.
  • added new /bank top command*
    • Permission: lighteconomy.user.banktop
  • added new /money add command
    • Permission: lighteconomy.admin.command.add
  • added new PAPI placeholder for bank top
    • %lighteconomy_banktop_NUMBER%
  • added official Bungeecord / Waterfall support*
    • Simply drag and drop the JAR file into your proxy's plugins directory and follow the instructions provided by the console (ensure to use the same MySQL database credentials as your subservers).
    • Enable BungeeCord in the settings.yml file for every Spigot/Paper subserver and restart them.
    • Now, /pay messages are global.
    • More Bungee-related features, such as global bank interest, are coming soon.
  • added new input methode with signs.
    • You can now enable sign input to use signs to deposit or withdraw into/from your bank account. Enable this feature in the settings.yml
    • You need ProtocolLib for that
  • Implemented thread-safe methods for all database-related operations.
  • Performed some minor code cleaning.
----------, Feb 15, 2024

[CHANGES/ADDS/FIXES]
  • fixed the format problem with the short placeholder
  • added /balance and /balance <playername> command to show someones money (you can also use /bal). If you have the permission "Money show other (lighteconomy.admin.command.balanceother)" you get a tabcompletion from all players in the Database.
  • added a new placeholder called %lighteconomy_money_all% - this shows the pocket and bank balance combined
  • fixed wrong PlaceholderAPI parse to messages. Now all papi placeholders in every message should now translate all the color codes.
  • added the option to use &#HEX and #HEX methods to ALL messages
  • added new option in settings.yml called internationalDecimals: true In English, the point and comma for numbers are used in exactly the opposite way as in German. If you're hosting a German server, disable the internationalDecimals: to false
  • Introduced a new #command# placeholder in the wrongCommand: entry (message.yml).
  • Added a new message output for non-existing commands.
  • Resolved an issue with the /le help command where players received two messages upon executing the command.
  • If a player attempts to execute console commands in-game, they will now receive a noPermission: message instead of noConsole:.
  • Tabcompletions for the money command will now show to players only their have the needed permission.
  • fixed a problem in the new /balance command, while the command /bal <playername> shows the wrong message
  • Changed a problem with tabcompletion on /balance while the output was noPermission
  • Fixed duplicated message print on wrongCommand usage
  • added option to translate the Debug command
  • added new setting keys to the settings.yml You can now translate keywords such as player, amount or target in your language.
  • removed the hardcoded debug messages
  • added new option called currencyWithoutDeciamlPlaces: false If this is true, numbers from all output messages and lores shows now without decimal places. See pictures below
  • added new lore placeholder for bank-menu.yml %currencyBank% & %currencyPocket%
    • Code (YAML):
           bank-informations:
              column
      : 4
              row
      : 1
              material
      : NETHER_STAR
              displayname
      : '&cYour Bank Account Informations'
              lore
      :
               - '&7&m ---&r&c●&7&m ---&r &c&lBANK &7of &c&lLIGHT &7&m ---&r&c●&7&m ---&r'
                - ' '
                - '&7Account Owner
      : &c%bank_owner%'
                - '&7Account Value
      : &c%bank_balance% &7/ &c %level_based_max_value% %currencyBank%'
                - '&7Account Deposit Level
      : &c%bank_level% &7/ &c %bank_level_max%'
                - '&7Pocket Balance
      : &c%pocket_balance% %currencyPocket%'
                - ' '
                - '&cLeft click to &4open &cbank level
  • fixed a problem with the voucher create command. It has conflicted with the bank withdraw function
  • fixed a problem for translating some placeholders in output messages.
----------, Jan 17, 2024

[Fixes]
  • Resolved an issue where a player, upon renaming their Mojang/Microsoft account, was unable to purchase a new bank level. Now checking on PlayerJoin whether the name is in sync with the database from BankTable.
  • Corrected singular and plural currency display errors in all messages. If you come across any more, please contact me on Discord.
  • Added some error messages for incorrect command usage. As before, if you find more non-functional outputs, reach out to me. Testing everything alone is quite challenging.
  • Fixed some tab-completion issues with commands. Let me know if you find anything missing.
  • Rectified incorrect debug message spam in the console.
  • Implemented various improvements. Currently unsure how to further boost performance. LightEconomy is already the fastest economy plugin on the market.
[New]
  • Added PlaceholderAPI support to almost all messages. You can now use PlaceholderAPI placeholders in any kind of message. If you encounter non-functional output, please contact me on Discord.
  • Included PlaceholderAPI as a dependency. You need this plugin to use LightEconomy.
  • Added support for materials in version 1.20.4.
  • Initiated the implementation of BungeeCord messaging for cross-server support (not activated yet, coming in the future). This involves receiving messages on /money give or /pay commands for target players not on the same server as the executor.
  • Downgraded from JDK 21 to JDK 17 to ensure compatibility with older versions (maybe lol).
[Coming]
  • Started integrating a Discord bot within LightEconomy to execute commands from Discord and send actions to Discord channels.
----------, Jan 4, 2024

[FIXES]
  • removed some debug messages on deposit from third party plugins
  • removed some errors from console commands, if the player was not existing
  • removed the dupe glitch from the vouchers permanently. "Cheating" is not cool.
  • fixed some tab completions to ingame commands.
  • fixed reversed singular and plural currency output
  • fixed the custom model data for the vouchers
[IMPROVEMENTS]
  • implemented more async functions for depositing
  • baltop command and the top placeholder have now seperated format settings. The top placeholder formating was moved into the settings.yml
  • updated explicit support for Spigot 1.20.3
  • downgraded the api version from 1.18 to 1.17. Now you can use lightEconomy with 1.17-1.20.3 servers
  • updated PlaceholderAPI tzo 2.11.5
  • updated HikariCP to 5.1.0
  • updated MariaDB client to 3.3.1
  • complete redesign for console outputs
[NEW]
  • added new money top placeholder for bank balance %lighteconomy_banktop_[number]% The format is defined in the settings.yml
  • added new console command eco help
  • redesigned the debug command ingame /le debug
  • added options for title sounds like name, volume and pitch. You can find these options in the settings.yml
  • added new feature named time rewards. Applys certain amount of money to all online players on your server/network. The timer starts until the server is loaded. You can find these options in the settings.yml
  • added new option named bankAsPocket: false If the players pocket is empty, but his bank account has enough money, all transactions from third party plugins will withdraw from their bank account.
    • DISCLAIMER: It depends on the other plugin and how it queries whether the player has enough money. If, for example, the Shop plugin uses the vault method getBalance() instead of has(), it will not work. In summary, if it doesn't work, you should ask the plugin developer if they can use the has() method in their plugin to inquire whether the player has enough money.
  • added a permission to the /bank ingame command. Requested by the community
----------, Dec 7, 2023

Please use this version to prevent the voucher duplication glitch, discovered by the community. To receive early and individual hotfixes, join my Discord server. https://discord.gg/R79TbUU8

[FIX]
  • Resolved a dupe exploit involving infinite money in relevation with vouchers.
----------, Nov 12, 2023

  • Fixed an issue where the LightEconomy placeholder disappeared when executing /papi reload.
  • Corrected the formatting in /money show <target>.
  • Rectified the formatting in the placeholder %lighteconomy_bank_balance%.
  • Fixed VaultAPI's getFormatted format to display the money value with the currency symbol.
  • Introduced new options to the title for the minimum trigger value, "min-trigger-amount: 5000.00"
  • Added a message for command output /le.
  • Upgraded to SDK version 21.
  • Included support for version 1.20.2.
  • Fixed other minor bugs.
----------, Oct 11, 2023

- the new top 10 placeholder killed the basic placeholders. Fixed in this version.
----------, Aug 15, 2023

[NEW]
  • added top 10 placeholders (using PlaceholderAPI)
    • %lighteconomy_moneytop_#number#% - #number# is the top tier from 1 to 10
  • added player lose money on death
    • you can adjust anything in the new lose.yml. You can find more information on the spigot page

[FIX]
  • issue with the bank deposit. Players will now no lose money if they exceed the bank limit by level
  • implementing bank system disable method in settings.yml
----------, Aug 15, 2023

[HOTFIX]
- Diamonds can now be break with Iron Pickaxes.
----------, Jul 14, 2023

[ADD]
- added bank feature like from lightEconomy V3/4
- added bank level system - Bank level system to increase the max deposit value for players account.
You can add infinity Levels to bank-level.yml. Players can purchase those levels to gain more bank space.
- new config files for bank menu and bank level menu. - bank-level.yml and bank-menu.yml.
- added sound settings from deposit/withdraw counter to settings.yml. Please regenerate the settings.yml to change the
new Sounds. Make sure you backuped your old settings.yml to avoid losing already setuped
settings like database params.
- added new Bank feature based commands like changing bank values and levels from other Players.
- added new Command: eco bank open <player> - Opens the bank inventory for a player. (Console Command)
- added new Command: /bank open <player> - Opens the bank inventory for a player. (InGame Command)
- added new Command: /bank - Open the bank inventory for the target player, who used this command.
- added new Command: /bank set <player> <amount> - Set the players current bank value to a new value.
- added new Command: /bank remove <player> <amount> - Remove a value from players current bank value.
- added new Command: /bank add <player> <amount> - Add a value to players current bank value.
- added new Command: /bank show <player> - Show the bank stats from another player.
- added new Command: /bank level set <player> <level> - Change the current bank level from other player to a new value
- added new Messages to message.yml. Please regenerate the message.yml to translate it into your current languange.
Make sure you backuped your old message.yml to avoid losing already translated stuff.
- added new help command system. Only admins can show admin commands. Normal players will only see
player related commands
- added new placeholder:
%lighteconomy_bank_balance%,
%lighteconomy_bank_limit_balance%,
%lighteconomy_bank_current_level%,
%lighteconomy_bank_max_level%,
- added new permissions:

for admins ->
lighteconomy.admin.command.bankadd
lighteconomy.admin.command.bankset
lighteconomy.admin.comand.bankremove
lighteconomy.admin.command.banksetlevel
lighteconomy.admin.command.bankshow
lighteconomy.admin.command.helpadmin

- added a server overall money value for the money top command.
Now you can see how much money are existing in you network.

[FIX]
- fixed the help command. For no reasons the output was not working for most users.
- fixed the pay command. The cooldown worked, but the message output for the cooldown was not working for many users.
- changed the voucher command for userfriendly reasons.
For now players can create voucher with /money voucher create <amount>
----------, Jul 5, 2023

[NEW]
- added 1.20.1 support
- added new message for a wrong usage of the /pay command. You can add this line to your messages.yml: payWrongCommand: '&cWrong Command. Please use &7/pay [username] [amount] &cor &7/pay toggle' or you can regenerate your config as well
- added new admin command to test the current database conenction /le debug. In the future there will be more information durring this command. (also new permission " lighteconomy.admin.command.debug")
----------, Jun 17, 2023

[FIXES]
- money top command shows now only players (towny accounts are not shown in the top command)
- money top command shows now all offline players too
- money top command formating number
- money balance command now shows the correct format
- fix a bug, that spam no offhand messages in the chat, if the voucher moved in the inventory
- removed some empty debug messages from the console

[NEW]
- added a new command called /money addall [amount]. With this command you reward all players from the database with
a specified amount of currency. All online Players will be notified. Also, you get messages, if any transaction
failed from the global pay. Players where on a different Server get no message. That's not possible at this moment.
Watch out that a big amount of players can provide massive lags for a short time!!! This command is not rated
for big networks with a high amount of player count.

- added new console command to delete a specified user from the database /eco delete [username].
The target player will be kicked from the server with a custom kick message.
No MultiServer support right now. That means, if the player is on a different Server, he is unable to kick.
It will still work, but the player MUST BE RECONNECTED to the Server. Otherwise, errors will flood your console
from each server due not finding an economy account. (In this case I recommend to delete a user account.

[ENGINE]
- updated JDK to Java 20
- updated plugin to newest 1.19.4 server engine
----------, Jun 5, 2023

Changelog v5.2.0
Bevor updating, always backup your files and Database!

NEW!
Voucher System - Convert money into physical Items (Custom Texture ID not working at this moment).
FIX! Reload command now reload all files
ADD! Added console reload command "eco reload"

You need help ? DISCORD
----------, May 18, 2023

Changelog v5.1.0
Bevor updating, always backup your files and Database!

NEW!
lightEconomy v5 will be FREE
FIX! removed unrelated code and added bStats

You need help ? DISCORD
----------, May 7, 2023

Changelog v2.9.5
Fixes some message spam, if you used /money reload

HINT: You get hotfixes on my discord server first

FIX! Fixed double death messages and spaming messages, if you using bank deposit/withdraw sign gui.
----------, Dec 6, 2020

Changelog v2.9.4
Fixes and new feature

HINT: You get hotfixes on my discord server first

ADD! You can now exlude players from the baltop command. Just take a look in your settings.yml

Code (YAML):
  # Wich players should be excluded from the baltop command ?
  baltop-exclude
:
   - lightPlugins
    - YourName
    - LightningDesign
FIX! a weired join message
----------, Dec 3, 2020

Changelog v2.9.3
Just a small hotfix ...

HINT: You get hotfixes on my discord server first

FIX! Fixed ".00" Numbers to " 0.00"
FIX! Added formatting to ALL messages and gui lores (If you find one more, text me on discord)
----------, Dec 3, 2020

Changelog v2.9.2
Added new feature such as 10.000.000,00 formatting ...

HINT: You get hotfixes on my discord server first

ADD! Now you can disable payments with /paytoggle. No player will be able to /pay you money. There are also new messages and permission ( lighteconomy.paytoggle) for the /paytoggle command
  • Facts:
    • Default value is false
    • If a player disable his payment, he gets a hint, if he join the server again
    • If you restart the server, the default value will be overwriten. That means on every server restart the status will be set to false and all players can now /pay you money
ADD! Number formattings to almost all outputs (in the animation and placeholder as well !) Now it looks like this: 10.000.000,00 $
FIX! Ugly "only consol command" messages moved to the right messages
----------, Dec 3, 2020

Changelog v2.9.1
Just a small hotfix from discord ...

HINT: You get hotfixes on my discord server first

FIX! Fixed a server freeze bug on server start
----------, Nov 30, 2020

Changelog v2.9.0
Updated the whole database to HikariCP. Very huge update for me, but you will see nothing :^)

HINT: You get hotfixes on my discord server first

ADD! HikariCP Connection Pools - The transaction must be for now super super fasts and PERFECT for big networks with multiple servers.
FIX! With this update should be fixed the " The last packet successfully received from the server was 14,380,298 milliseconds ago"
FIX! Removed some async methodes in the sql actions. Maight be stupid code i guess.
----------, Nov 29, 2020

Changelog v2.8.4
Just a small hotfix from Discord ...

HINT: You get hotfixes on my discord server first

● FIX! Fixed nullpointexception again, if a player trys to use the bank feature. I think there is the final fix for that !
----------, Nov 25, 2020

Changelog v2.8.3
Just a small hotfix from Discord ...

HINT: You get hotfixes on my discord server first

● FIX! Fixed nullpointexception, if a player trys to use the bank feature
----------, Nov 25, 2020

Changelog v2.8
Just a small hotfix ...

HINT: You get hotfixes on my discord server first

● FIX! Fixed the die message, that pushed to all players on the server
----------, Nov 18, 2020

Uploaded wrong version. Now this is the right on :p
----------, Nov 18, 2020

Changelog v2.8
Ladies and gentlemen, i present you the new Feature ...

HINT: You get hotfixes on my discord server first

● ADD! Added new Feature. If a player dies, a percentage from his POCKET balance will be removed. You can change everything about this feature in the settings.yml under lose-money-on-death:
● FIX! Fixed wrong SQL Updates (two same uuids in the database caused huge mistakes in the balance manager)
● FIX! Removed the two messages in the console, if a player was joining
● FIX! Removed also the lag spike, if a player was joining
● ADD! Added the option to disable the bank feature
● FIX! fixed wrong digits from numbers ( Towny issue)
----------, Nov 18, 2020

Changelog v2.7.5
The size is now biger ...

HINT: You get hotfixes on my discord server first

CHANGE! Imported plugin from Eclipse to Intellij
FIX! fix some wrong messages in the plugin (wrong showing balances)
ADD! added new log messages to the log.file (EXTERNAL means a third party plugin, that use EconomyImplementer try to change the balance from a player)
ADD! added HikariCP as Database source (SUPER MEGA FAST DATABASE xD)
----------, Nov 14, 2020

Changelog v2.7.4
Did you knew, there was a huge Inventory lag ? mhh...

HINT: You get hotfixes on my discord server first

FIX! Inventory lag caused by the refresh tasks for the Bank gui. Dropped
temporarily the support of the refreshed bank gui
FIX! remove the leadmin command from.
FIX! add messages for console commands
FIX! make the word Console translatable
FIX! add currencyNameSingular & currencyNamePlural support. So other plugins will know now my currency name as well
----------, Nov 10, 2020

Changelog v2.7.3
Now you can use /money to see your current balance, and ... ehm much more...
HINT: You get hotfixes on my discord server first

● FIX! fixed any error message, if a player trys to buy from an player shop, there are not on this server. (tested !)
● FIX! fixed some wrong displays in the /balance command - rounded now to two digits !
● ADD! added /money command to see the current balance. You need the right permission !
● ADD! finally added tab completor for /money and /bank commands. You can execute commands much faster :)
ADD! updated plugin to 1.16.4
----------, Nov 4, 2020

Changelog v2.7.2
This is a bugfix for the digits on /bal & /bal name command
HINT: You get hotfixes on my discord server first

FIX! rounded the /bal & /bal <name> command result to two digits
----------, Nov 3, 2020

Changelog v2.7.1
This is a hotfix for the /baltop command
HINT: You get hotfixes on my discord server first

FIX! rounded the baltop result to two digits
FIX! maybe fixed a memory spike, caused by not closing PreparedStatements.
----------, Nov 2, 2020

Changelog v2.7
Finally fixed the TOWNY bug and added some new features as well. I am creat at this time a discord server for further bug fixes and help.

FIX! fixed a problem with Twony in case you cant use this plugin in combination with lightEconomy. Please test it on your server and give me feedback !
ADD! added suppport for non-player accounts such as Towny towns. These accounts will be created in a seperate sql table.
ADD! added max balances for pockes AND banks. You can adjust the max value in the settings.yml ( You must regenerate the whole settings.yml otherwise you cant deposit or withdraw anything ^.^)
FIX! improved some code in the Economy Implementer and removed junk code.
----------, Nov 1, 2020

Changelog v2.6.1
Nothing big - just adding bstats. This version is stable right now

ADD! added bstats for a nice overview on my plugin page
----------, Oct 12, 2020

Changelog v2.6
Added new Features and some Fixes - i think, this is currently a good stable version

FIX! fixed a swaped message, if you deposit/withdraw all your money to/from your bank account.
FIX! fixed a wrong permission lighteconomy.player.baltop Check your permission plugin for the right perimssion !
ADD! added new messages for the /bank set/add/take commands. Please regenerate your message.yml !
ADD! added new commands /money giveall [amount] for players and /eco giveall [amount] for console. With this command you can add x money to all players pocket, if theire are existing in the database. That means offline players get money too.

----------, Oct 12, 2020

Changelog v2.5.4
Hotfix - i tested all commands + theire work now for me

FIX! fixed a java.lang.StackOverflowError for EconomyImplementer
----------, Oct 9, 2020

Changelog v2.5.3
Bugfixes and cleanUp

FIX! removed the async methodse for secure reasons due wrong deposit and withdraw amounts in EssentialsX
FIX! removed some useless code in the EconomyImplementer
ADD! dropped down to 1.13 API version. You can now use my lightEconomy plugin from spigot 1.13 - 1.16.3 !
----------, Oct 9, 2020

Changelog v2.5.2
Bugfixes

FIX! A problem with the /money take and /eco take command, if the player has the same amount as the command argument, nothing happend.
----------, Oct 8, 2020

CHANGELOG v2.5.1
Please regenerate the settings.yml !

1.16.3 support
fixed some sql errors in the interest system (error occured, if player was offline)
● fixed a massiv mistake with the percentage of interest. (0.02 % via settings.yml was 2 % in the code)
● improved some code
● fixed a problem with interest, theire dont pay, because the thisIsMasterServer option was not set correctly.
----------, Oct 2, 2020

Changelog v2.5

IMPORTANT
- If you upgrade to v2.5, delete the old settings.yml and let them regenerate !!!

  • Add
    • new bank managment commands for Admins
      • /bank set [playername] [amount]
      • /bank add [playername] [amount]
      • /bank take [playername] [amount]
      • /bank balance [playername]
    • added new permissions as well
      • lighteconomy.admin.*
      • lighteconomy.player.*
      • lighteconomy.admin.balanceother.bank
      • lighteconomy.admin.bank.set
      • lighteconomy.admin.bank.add
      • lighteconomy.admin.bank.take
    • add requirements for the Animations
      • you can set a min amount for the animation start
        • Code (Java):
          minPayment : 100.0

  • Fix
    • fixed an invalid UUID exception
    • fixed some wrong code
    • fixed a problem with interests
      • i added a new setting for a "Master Server
        Code (YAML):
          # ------------------------------- #
          #
          # IMPORTANT - If you set this to true, the server pays you
          #             x Times the interest for players bank balance.
          #             If you using a Network with multiple servers,
          #             set only at the master server this setting to
          #             true. All other servers to false ! Otherwise
          #             each server will pay the player interest. !!!
          #             Only the master server send messages for
          #             interest !
          #
          thisIsMasterServer
        : true
          # ------------------------------- #
    • fixed log errors
    • fixed a problem, that the player dont create a bank account, if he is joining the first time
----------, Sep 30, 2020

Changelog v2.4

  • Add
    • added the interest system for your bank account
      • you can customize it by 100%
    • added new placeholders for PlaceholderAPI
      • %lighteconomy_next_interest_timer% and %lighteconomy_last_interest_amount%
    • added new placeholder for the bank gui
    • added the gui refresh system
      • every x second(s) the gui will refresh the playerdata
    • added the all deposit and all withdraw button in the bank gui
  • Fix
    • fixed an error that occurred, if a other plugin used a EconomyResponse and got a NPE (SkyblockX)
    • improved some code and my async mysql methodes
----------, Sep 24, 2020

Changelog beta v2.3.1

  • Fix
    • fixed the negative withdraws from other plugins
      • add different methods like "has enought money" and "has account". Now it will works with other plugins as well.
  • Update
    • updated plugin api to 1.16.3
----------, Sep 19, 2020

Changelog beta v2.3
  • Fix
    • swap the deposit and withdraw animations for the pay command and improved them.
      • I realized, the /pay and the Bank deposit/withdraw needs theire "own" custom animations.
      • Please regenerate your settings.yml !!!
    • there was a problem on the checkNewPlayerName event, caused by not checking, if the player already exist in the database. This event fired 2 times.
    • some placeholder from messages.yml didnt worked, exclusive for the checkNewPlayerName event
    • improved some code and removed "notUsed" code
    • all sql tasks are now fully async for zero server laggs.
  • Change:
    • restructed the animation section in the settings.yml.
      • I advise you to regenerate the settings.ym
    • dropped support on 1.8 - 1.12.2 version. (because these versions are not nessesary since the 1.16 :D ) Maybe theire work by changing some Materials in the gui.yml
Code (YAML):
 animations:
    speed
: 1 # 2 is max !
    counts
: 3 # Higher number = slower at the end count
    sound
: BLOCK_NOTE_BLOCK_HAT #  use sounds specified on your Server Verion
    pitch
: 1.6
    volume
: 1.0
    finalFadeIn
: 15
    finalStay
: 35
    finalFadeOut
: 15
    finalSound
: ENTITY_DRAGON_FIREBALL_EXPLODE #  use sounds specified on your Server Verion
    finalPitch
: 1.6
    finalVolume
: 1.0
    depositPlayer
:
      enable
: true
      titleUp
: '&aGet Money'
      titleLower
: '&7+ &a #deposit-amount# &7#currency#'
      finalTitleUp
: '&7You got'
      finalTitleLower
: '&9 #deposit-amount# &7#currency# from &9#sender#'
    withdrawPlayer
:
      enable
: true
      titleUp
: '&cRemove Money'
      titleLower
: '&7- &c #withdraw-amount# &7#currency#'
      finalTitleUp
: '&7You sended'
      finalTitleLower
: '&9 #withdraw-amount# &7#currency# to &9#target#'
    depositToBank
:
      enable
: true
      titleUp
: '&cDeposit &7to Bank'
      titleLower
: '&7- &c #deposit-amount# &7#currency#'
      finalTitleUp
: '&7You deposited'
      finalTitleLower
: '&9 #deposit-amount# &7#currency# to your Bank Account'
    withdrawToBank
:
      enable
: true
      titleUp
: '&aWithdraw &7from Bank'
      titleLower
: '&7+ &a #withdraw-amount# &7#currency#'
      finalTitleUp
: '&7You withdrawed'
      finalTitleLower
: '&9 #withdraw-amount# &7#currency# from your Bank Account'
----------, Sep 19, 2020

Changelog beta v2.2
  • Add
    • SQLite and MySQL support for single and multi Server setup
      • Please regenerate the settings.yml !
        • If you disable mysql, it will automatically use sqlite
  • Fix:
    • remove Vault and ProtocolLib from softdepend into depend
----------, Sep 19, 2020

Changelog beta v2.1
  • Fix
    • an error occurred while hooking into latest PlaceholderAPI
      • Updated PlaceholderAPI´s new placeholder register
Please use the latest version of PAPI: https://www.spigotmc.org/resources/placeholderapi.6245/
----------, Sep 18, 2020

Changelog v2.0
  • Add
    • full bank system
      • You can now deposit and withdraw to an Server Bank via GUI
    • Added PlaceholderAPI hook
      • you can now use 2 Placeholders. %lighteconomy_player_balance% and %lighteconomy_player_bank_balance%
    • Added Log system
      • All player based information will saved in a log.txt (beta)
  • Info
    • You can regenerate the configs for better "feelings"
  • Fix
    • now lightEconomy will hook into Vault on Load
  • Depent:
    • now you need ProtocolLib for lightEconomy.
----------, Sep 16, 2020

Resource Information
Author:
----------
Total Downloads: 22,036
First Release: Sep 14, 2020
Last Update: Yesterday at 9:22 AM
Category: ---------------
All-Time Rating:
21 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings