|=========================================================|
|                     CoinsAPI	       					  |
|                    Update List						  |
|=========================================================|

==========================================================
CoinsAPI 1.0
[+] Plugin Release
==========================================================
CoinsAPI 1.1
[#] Fixed a little error
==========================================================
CoinsAPI 1.2
[#] Fixed bug /Coins [Name] (Displays your own Coins)
==========================================================
CoinsAPI 1.3
[+] I have changed a few things so it works with LobbySystemNB
==========================================================
CoinsAPI 1.4
[+] Added Support for Spigot 1.12
[+] Added Commands working with console
[+] Added new Configuration (PleaseUse - Messages.yml)
[+] Added new Configuration (PlayerNotOnline - Messages.yml)
[+] You no longer have to create a database when a player join
[+] Changed Permission (coinsapi.addcoins to coinsapi.editcoins)
[+] Changed Permission (coinsapi.removecoins to coinsapi.editcoins)
[+] You can see how much coins you give a player (AddCoins - %coins%)
[+] You can see how much coins you remove a player (RemoveCoins - %coins%)
==========================================================
CoinsAPI 1.5
[+] Added reload Command (/Coins reload - coinsapi.reload)
[+] Added pay Command (/Pay [Name] [Coins] - coinsapi.pay) - (Request by @SlanderYt)
[+] Added PlaceholderAPI (You can now use the placeholder for coins - %CoinsAPINB_coins%)
[+] Added a few new Messages because of the pay Command
[#] Fixed message "PleaseUse" color code
==========================================================
CoinsAPI 1.6
[+] Added bStats (Experimental)
[+] Added Support for Spigot 1.13
[+] Added new Configuration (CommandPay - Messages.yml | You can now disable the /Pay command)
==========================================================
CoinsAPI 1.7
[+] Added Sounds
[+] Added Update Checker
[+] Added new Startup Message
[+] Added Support for Spigot 1.14
[+] Added new Configuration (SetCoins - Messages.yml)
[+] Added new Configuration (ResetCoins - Messages.yml)
[+] Compatible with the last version of PlaceholderAPI
[+] The Coins Command class was recoded and has no more errors
[+] Added new Command (/Coins [Name] reset - coinsapi.resetcoins)
[+] Added new Command (/Coins [Name] set [Coins] - coinsapi.editcoins)
[#] Fixed errors if the Database is not connected
[#] The /Coins [Name] addcoins command has been changed to /Coins [Name] add
[#] The /Coins [Name] removecoins command has been changed to /Coins [Name] remove
==========================================================
CoinsAPI 1.8
[#] Fixed Commands working with console
==========================================================
CoinsAPI 1.8.1
[+] New Message is configurable (NotForConsole - Messages.yml)
[+] New Message is configurable (SelfInteraction - Messages.yml)
[+] You can now change the port (Port - MySQL.yml)
[+] The Plugin now supports versions from 1.8 to 1.16.4
[#] You can no longer pay yourself Coins
[#] Update checker was fixed
[#] The /Pay command is no longer possible from the console
[#] There was an error when trying to pay Coins to an offline player
==========================================================
CoinsAPI 1.8.2
[+] Added bStats (Experimental)
[+] Sounds have been added for the /Pay command
[+] You can now deactivate the Sounds | Wish of @Golicraft
[+] Some new Messages, check out the Messages.yml for yourself
==========================================================
CoinsAPI 1.8.3
[+] The Plugin is now running asynchronously
[#] The %coins% placeholder was not available for a message
==========================================================
CoinsAPI 1.8.4
[+] The SSL option has been added to MySQL.yml
[#] The plugin was adapted to the request of the Spigot Staff
==========================================================
CoinsAPI 1.8.5
[+] Code optimization
[+] You can now configure if the player should get coins at the first join and how many.
[+] If a number is higher than 999, the number is formatted with a . (Example instead of 1000 it will be formatted to 1.000).
==========================================================
CoinsAPI 1.8.6
[+] You can now also use placeholders that are integrated in the plugin. (More information on this in Messages.yml at the top)
[#] Some messages have been revised
[#] Some users could not use the PlaceholderAPI now it should be fixed
==========================================================
CoinsAPI 1.8.7
[+] You can now see in the console how long it took until the plugin was booted
[+] The settings have been removed from Messages.yml and can now be found in Settings.yml
[+] Numbers higher than 999 are now also displayed with the PlaceholderAPI with a .
==========================================================
CoinsAPI 1.8.8
[+] Added MySQL auto reconnect option (This prevents your database from sleeping mode - MySQL.yml)
[+] All messages now support hex colors (1.16+)
[+] A debug mode has been added (Settings.yml)
[+] Added Vault support
[#] Some sounds could not be found
==========================================================
CoinsAPI 1.9.0
[!] Please delete Messages.yml and Settings.yml to avoid errors
[+] Vault is now fully supported not only Vault Sync
[+] A reload command was added (/Coins reload)
[+] It is now possible to edit the coins of offline players
[+] A cache system was added so the plugin runs much smoother
[+] Send coins is now also possible with the main command (/Coins pay [Name] [Coins])
[+] There is now a new placeholder that can be used with the PlaceholderAPI (%CoinsAPINB_coinsdb%)
[+] If the connection to the MySQL database fails, the plugin disables itself to avoid console error spam
[+] Two EventHandlers have been added PlayerChangeCoinsEvent and PlayerPayCoinsEvent (Information on the main page under Developer API)
[~] The code has been cleaned up and improved
[~] The use of the API has changed a bit (Information on the main page under Developer API)
[#] Players can have negative coins
[#] Sometimes it happened that the first join coins were not assigned
[#] If you do not have enough coins to send someone coins you get a message
==========================================================
CoinsAPI 1.9.1
[+] You can enable or disable VaultHook in Settings.yml
[#] When querying the coins of an offline player there are errors
==========================================================
CoinsAPI 1.9.2
[#] The update checker has been fixed
[#] When you try to pay an offline player coins you get the message that you do not have enough coins