- Fixed PlaceholderAPI and HolographicDisplays hook
Now all the jars needs to be downloaded on GitHub
- Fixes the updater by downloading the jar from github and getting the version of the latest plugin from the github api.
- Updates to config outdated message and plugin outdated message in the console log.
- New config option lets you not need permissions for default economy commands. Also an option to keep updater enabled while disabling in-game notifications.
- Updates now tell you how many versions your behind.
- Changes to Economy class methods and the parameters.
Thanks to
@jakepronger for this release
- Fixed database performances (this should be also fix bank problems)
+ Fixed decimals option creating errors when enabled
+ Improved code
+ Removed download link from my site & re-enabled automatic updater
- Fixed decimals option creating errors when enabled
- Improved code
- Removed download link from my site
- Fixed $ position in files
- Fixed interests being executed even if it's disabled
- Fixed default balance of the cache system
- Fixed bank interest resetting the bank to 0
- Added pattern for %money% placeholder of the baltop
- Fixed /pay for infinite numbers
Fixed the link download due to the site offline
- Fixed an issue with cache system causing OutOfMemory
- Fixed hologram lag
- Added PlayerBalanceChangeEvent and PlayerBankChangeEvent
- Changed how the plugin hooks into Vault even with hooking with EssentialsX
- Fixed a NullPointerException throwed with placeholders and cache
- Changed the cache from ConcurrentHashMap to HashMap for more performances for single threads
- Added 'Database.Cache.MySQL' value to the config for the cache update of MySQL
- Added 'Database.useSSL' to the config
- Fixed some performance issues
- Fixed interests being sent even if they were disabled
- Fixed MySQL cache system crashing or sending error in console
- Optimized converter crashing server with a lot of users
- Added DE.yml
- Added bank interests
- Fixed MySQL cache issue not refreshing balances between servers
- Fixed issue #16
- Added a cache system between database and vault or placeholders for more performances
- Removed the bank gui
- Fixed give notification showing up the wrong value
- Fixed update error for error 503
- Fixed Economy provider colliding with Essentials or other economies
- Changed how the plugins check for new players
- Added "none" option for messages to disable it
- Added more Vault methods
- Fixed AL / RO error file (need to delete it)
- Fixed bank inventory listener
- Fixed /bal money placeholder
- Fixed Economy#setBalance method (duplicating moneys)
- Added exclude from baltop (/ep exclude <name>)
- Added /paytoggle
- Changed holograms.yml to storage.yml (The plugin will convert the file)
- Fixed UUID and NICKNAMES for Vault hook
- Added storage converter (/ep convert <UUID/NICKNAME>)
- Fixed OfflinePlayers issue with /eco and /bal
- Fixed onJoin alerts of the updater and of the starting balance and bank options
- Added support for UUID, if you're already using the plugin with nicknames you can keep it with nicknames, i will add a converter from nicknames to uuid in the storage.
If you want to change to UUID add to the config.yml under "Database" the option Mode: "UUID" or "NICKNAME"
- Added support for offline players (with /eco and /bal commands)
- Fixed an issue with BLACK_STAINED_GLASS_PANE of the bank
- Added YAML for database type
- Added more languages file, now you find it in /messages
(You can copy messages.yml and put it in EN.yml)
- Changed internal methods for more perfomances
You have to add "Language: EN" to the config.yml
- Added banks command (without gui)
- Added banks admin command
- Added a way to customize the border in the config of the bank gui
- Fixed an error of double bank column in console
- Changed names of the item in the bank
- Fixed glass pane being moved
- Fixed a problem that players can drag item in the GUI
- Fixed a NullPointerException when a player clicks out of the GUI
- Cleared the name of the black glass panes
- Added UTF-8 support for MySQL
- Fixed holograms being placed wrongly (Now the hologram will positionate under your feet)
- Changed some updater messages
- Fixed the column in the database ("Bank column missing")
- Added MySQL autoReconnect and useSSL option
- Added the bank feature!
(For now in beta)
Usable with /bank <withdraw/deposit>
- Added the command /ep update (This will auto-update the plugin)
- Added the way to change in every message to use %money% or %money_formatted%
- Added %economyplus_bank% and %economyplus_bank_formatted% placeholder (Even for MVdWPlaceholderAPI)
NOTE THAT THE BANK IS STILL IN PROGRESS
- Fixed some issues with plugins that can't find EconomyPlus at the startup
- Changed the link of the spigot page
- Fixed an issue with "/eco player set 50,50" instead of "50.50" (Now if you use "," it will work)
- Fixed version
- Fixed PlaceholderAPI and MVdWPlaceholderAPI placeholders of the decimal option in the config.
- Added an option in the config to disable the decimal like 0 in front of 0.00
- Added the option to select how frequent the hologram need to be updated (in seconds)
- Moved the holograms from config.yml to holograms.yml
If you want to move your hologram just copy this format and paste the world and coordinates
- Added /ep hologram to create an hologram that's refreshing every 60 seconds showing the baltop (HolographicDisplays)
Update this part of the config:
Code (YAML):
Chat
:
# Like 1) _ItsWagPvP: 100$
Player-Format
:
"&6%number%) &f%player%: &c%money%$"
# The header of /baltop
Header
:
- '&8&m
-----------------'
- '&d&lBalTop
(Page
%page%)'
- '&8&m
-----------------'
# This is for the hologram! (/ep hologram)
Hologram:
Player-Format
:
"&6%number%) &f%player%: &c%money%$"
Header
:
- '&8&m
-----------------'
- '&d&lBalTop'
- '&8&m
-----------------'
- Added MySQL support
- Re-Added Starting-Balance option
- Re-Added the BalTop
- Fixed negative numbers on /eco and /pay
Add this to the config:

- You have to change the config like this:
or the plugin will give you start-up errors.
- Changed the loading messages

Flipped subtraction caused negative result
- Added the /baltop command (Need to reset the config.yml or add the config part that you find on GitHub)
- Fixed some asynchronous thread of SQLite
- Added the starting balance option (Need to reset the config.yml or add the config part that you find on GitHub)
- Fixed the updater giving error on servers working on 1.12 and low
- Changed the link of the discord