Description: This is a free network economy plugin that I decided to develop for my own server. The current issue is, there exist so many plugins with thousands of uninteresting features, that you will never need. Light-Economy was my solution to this, it aims to provide a unique up-to-date economy solution with beautiful animations and with actually important features. I do my best to provide support in a timely and kind manner. Designed for networks, this plugin not only gives great results in small servers but also large networks.
FEATURES
- new! PlaceholderAPI Support
- HexColor Support
- Full Towny Support
- Full UUID support
- SQLite & MySQL (MariaDB) support
- Database SSL Support (Beta)
- Debug Log System
- 1.19 Support
- Formatted output to almost all messages & animations
- Using the power of HikariCP database Connection Pools - Super ultra fast connection to your database. Perfect for big networks with multiple servers
- Tab-Completor for each command
- Max balance values for pocket accounts
- Cheks on player login, if the player changed his name and announce it to player with specidied permission including update in database
- 99.9 % customizable. You can change nearly everything
- Vault Economy. Its compatible to ALL other plugins.
- Admin, Player AND Console commands. So you can use commands in other plugins like Case Openings etc.
- Unique Title Animations, if you send or withdraw money to other players or receive payments (can be toggled in settings.yml). This animation is in Async, so its not freeze your server
- Cooldowns on player commands (Pay Command)
- Beautiful baltop command. See, hows the richest player on your Network
- Start money with custom FirstJoin Message
- Download this .jar and VAULT
- Drag and Drop lightEconomy.jar and VAULT into your plugins folder
- Start your server and let them create the files.
- done.
Admin Commands:
- /money - shows your current balance
- /le reload - reloads the settings.yml AND messages.yml
- /money set [playername] [amount] - replace a players balance to a specified balance
- /money add [playername] [amount] - give a specified player some money
- /money remove[playername] [amount] - remove a specified player some money. If the [amound] greater than his balance, the balance will automatically set to 0.
- /pay [plaername] [amount] - send a specified player some money from your own balance. Its support Offline Players
- /money top - shows the top 10 richest player from your Network in the chat. You can set the amount of showing players in the settings.yml
- /money - Shows your current balance as well
- /eco add [playername] [amount] - send a specified player some money from the Console. Usefull for any reward plugin.
- /eco remove [playername] [amount] - remove a specified player some money from his balance. Usefull for shop and worldguard regions. If the [amound] greater than his balance, the balance will automatically set to 0.
PLACEHOLDER
Placeholder:
- %lighteconomy_money% - returns the current Player balance
- %lighteconomy_currency_singular% - returns the current currency in singular
- %lighteconomy_currency_plural% - returns the current currency in plural
PERMISSIONS
- Admin
- lighteconomy.*
- Get permissions for the whole plugin
- lighteconomy.admin.command.moneyadd
- lighteconomy.admin.command.moneyremove
- lighteconomy.admin.command.moneyset
- lighteconomy.admin.command.reload
- lighteconomy.admin.command.balanceother
- lighteconomy.*
- Player
- lighteconomy.user.*
- Give a player all player relevant
permissions
- Give a player all player relevant
- lighteconomy.user.command.pay
- lighteconomy.user.command.top
- lighteconomy.user.*