[ABANDONED] EconomyPlus icon

[ABANDONED] EconomyPlus -----

Vault-based economy manager plugin with bank, placeholders, holograms, MySQL, UUID and more!




- Fixed PlaceholderAPI and HolographicDisplays hook
----------, Nov 23, 2022

Now all the jars needs to be downloaded on GitHub
----------, Nov 23, 2022

- 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
----------, Oct 23, 2022

- Fixed database performances (this should be also fix bank problems)
----------, Oct 22, 2022

+ Fixed decimals option creating errors when enabled
+ Improved code
+ Removed download link from my site & re-enabled automatic updater
----------, Oct 2, 2022

- Fixed decimals option creating errors when enabled
- Improved code
- Removed download link from my site
----------, Oct 2, 2022


- Fixed $ position in files
----------, Jun 28, 2022

- 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
----------, Apr 7, 2022

- Fixed /pay for infinite numbers
----------, Mar 16, 2022

Site download fixed
----------, Mar 8, 2022

Fixed the link download due to the site offline
----------, Mar 7, 2022

- Fixed an issue with cache system causing OutOfMemory
- Fixed hologram lag
- Added PlayerBalanceChangeEvent and PlayerBankChangeEvent
----------, Mar 5, 2022

- Changed how the plugin hooks into Vault even with hooking with EssentialsX
----------, Feb 16, 2022

- Fixed a NullPointerException throwed with placeholders and cache
- Changed the cache from ConcurrentHashMap to HashMap for more performances for single threads
----------, Feb 9, 2022

- 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
----------, Feb 7, 2022

- Fixed MySQL cache system crashing or sending error in console
- Optimized converter crashing server with a lot of users
- Added DE.yml
----------, Jan 26, 2022

- Added bank interests
- Fixed MySQL cache issue not refreshing balances between servers
----------, Jan 11, 2022

- 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
----------, Dec 27, 2021

- 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
----------, Dec 26, 2021

- Added more Vault methods
- Fixed AL / RO error file (need to delete it)
- Fixed bank inventory listener
----------, Dec 14, 2021

- 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)
----------, Dec 4, 2021

- Fixed UUID and NICKNAMES for Vault hook
----------, Dec 3, 2021

- 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
----------, Nov 28, 2021

- 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"
----------, Nov 21, 2021

- Added support for offline players (with /eco and /bal commands)
- Fixed an issue with BLACK_STAINED_GLASS_PANE of the bank
----------, Nov 6, 2021

- 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
----------, Sep 19, 2021

- 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
----------, Sep 13, 2021

- 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
----------, Aug 29, 2021

- Fixed the column in the database ("Bank column missing")
----------, Aug 25, 2021

- Added MySQL autoReconnect and useSSL option
----------, Aug 22, 2021

- 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
----------, Aug 22, 2021

- Fixed some issues with plugins that can't find EconomyPlus at the startup
----------, Aug 8, 2021


- Changed the link of the spigot page
----------, Aug 2, 2021

- Fixed an issue with "/eco player set 50,50" instead of "50.50" (Now if you use "," it will work)
- Fixed version
----------, Jul 31, 2021

- Fixed PlaceholderAPI and MVdWPlaceholderAPI placeholders of the decimal option in the config.
----------, Jul 29, 2021

- Added an option in the config to disable the decimal like 0 in front of 0.00
upload_2021-7-23_19-10-43.png

- Added the option to select how frequent the hologram need to be updated (in seconds)
upload_2021-7-23_19-13-25.png


- Moved the holograms from config.yml to holograms.yml
upload_2021-7-23_19-11-51.png
If you want to move your hologram just copy this format and paste the world and coordinates
----------, Jul 23, 2021

- 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 -----------------'
----------, Jul 22, 2021

- Added MySQL support
- Re-Added Starting-Balance option
- Re-Added the BalTop
- Fixed negative numbers on /eco and /pay

Add this to the config:
1.PNG
----------, Jul 13, 2021

- You have to change the config like this:

1.PNG
or the plugin will give you start-up errors.

- Changed the loading messages
2.PNG
----------, Jul 12, 2021

Flipped subtraction caused negative result
----------, Jul 12, 2021

- 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)
----------, Jul 8, 2021

- Fixed the updater giving error on servers working on 1.12 and low
- Changed the link of the discord
----------, Jun 24, 2021

Resource Information
Author:
----------
Total Downloads: 12,521
First Release: Jun 3, 2021
Last Update: Nov 23, 2022
Category: ---------------
All-Time Rating:
30 ratings
Find more info at www.itswagpvp.dev...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings