Commit Graph

36 Commits

Author SHA1 Message Date
montlikadani 681488e8dd [Economy] Remove double logging plugin name (#771)
Fix plugin name being logged multiple times. This was caused by swapping to getLogger() for the plugin rather than using the built-in minecraft logger.
2019-06-28 14:00:52 -07:00
Nick Minkler 1be47ae55b cleanup minecraft logger usage. fixes Issue #748 2019-04-28 12:52:14 -07:00
Nick Minkler 9411852e27 add OfflinePlayer methods to Economy. add AbstractEconomy to help with
translation into new methods. Update minor version due to API changes.
2014-05-08 07:10:45 -07:00
Nick Minkler 15ff2d310b Fix economy listeners to actually check the plugin in the event rather
than checking for the plugin on the server.
2013-09-03 15:39:25 -07:00
Nick Minkler 23fa7f1192 Vault.. now with 100% more world support. Also.. now accepting PRs for
implementation specific world support :D
2013-02-28 16:54:32 -08:00
Nick Minkler a514f066c8 don't check if economy is enabled in PluginEnableEvent assume it is
being enabled and add the hook.
2013-02-06 16:32:39 -08:00
Sleaker 7ff0b98b94 revert abstracting the interface. 2013-01-20 14:15:35 -08:00
Sleaker 5fbdd4fa7f BREAKING CHANGE: abstracted the Economy interface. 2013-01-19 10:55:33 -08:00
Sleaker c351f78f62 fixed iCo version thing. 2012-12-12 23:39:13 -08:00
Sleaker be482c64f1 revert dynamic version. 2012-12-12 16:19:54 -08:00
Sleaker 03392869eb fix bug in iConomy versioning that shows up before the plugin is loaded. 2012-12-12 11:50:20 -08:00
Sleaker 2105f3d92c changed how ico adapter detects version. 2012-11-28 07:50:47 -08:00
Lewis Fox c1f5eb9070 Fixed More Constructors
Now ALL wrappers use Plugin
2012-06-30 13:08:31 -05:00
Lewis Fox e9f86167c8 Some fractionalDigits()
copied my work on Register.  I will be verifying these.
2012-06-22 23:19:15 -05:00
Sleaker 7b4b9e4e5d added javadoc & missing negative fund checks to some economy
implementations.
2012-06-06 06:20:04 -07:00
Sleaker 43e34247eb log to warning instead of severe for ico5 messages. 2012-06-04 20:20:07 -07:00
Sleaker 2a57742962 added iCo6 severe warning message due to massive bug in how ico6 handles
it's flatfile storage which may result in servers having all their
iconomy data completely lost.
2012-05-05 12:37:51 -07:00
Sleaker 049f2e1f90 future-proof for 1.2.4 wooden plank additions. 2012-03-22 14:40:42 -07:00
Sleaker a03eb5f822 more cleanup 2012-03-07 07:34:04 -08:00
Sleaker cd0437b664 ico6 was actually updated for R5 2012-02-22 07:19:00 -08:00
Sleaker 187958d209 added Severe warnings for deprecated plugins. UPDATE BITCHES 2012-02-20 15:33:06 -08:00
Sleaker c6c5dba151 updated economy methods to expose currencyNamePlural/Singular methods.
added conversion command to convert from one economy to another.
2012-02-20 09:54:20 -08:00
Sleaker 4305efde92 added McMoney support - updated all licensing information to be current 2012-02-19 00:22:02 -08:00
Sleaker 307d06455a names are final 2012-02-08 14:26:00 -08:00
Sleaker 3d84e901de Added deleteBank method. fixed eWallet not implemented messages. 2012-01-28 11:15:41 -08:00
Sleaker 50635c1bc0 finish updating to new event handling system 2012-01-25 16:06:29 -08:00
Sleaker 06ed5fa3c6 added createPlayerAccount method. 2012-01-15 11:55:14 -08:00
Sleaker fdaae9e736 added hasAccount to Economy as requested. 2012-01-02 10:50:16 -08:00
Sleaker e85083bae6 added a hashBankSupport method to Economy 2012-01-02 10:19:29 -08:00
Sleaker 9406183409 fix CurrencyCore bankBalance method, simplified some code in iCo6 2011-12-31 16:02:21 -08:00
sleak 5307b58b99 fixed BOSE7 implementation it now properly supports Double values and no
longer uses deprecated API. removed BOSE6 jar as it was causing issues
with the BOSE7 API, BOSE6 API is still contained in it.
Added start of Regions interface.
2011-12-22 13:32:38 -08:00
Sleaker 2d92a152d3 added bankBalance method woops! - fixed bank error message in
MineConomy.
2011-11-29 08:51:44 -08:00
Sleaker ccfbc49ddb added bank support and has(name, amount) call to simplify economy
methods.  Fixed inconsistent returns on EconomyResponses - the first
variable is ALWAYS the amount modified and the second variable is ALWAYS
the account balance after the operation.
2011-10-30 12:00:12 -07:00
mung3r b6427d22e4 fixed a bug where accounts is not initialized for iCo6 2011-09-26 09:52:21 -07:00
Morgan d783b66be0 Formatting 2011-08-12 13:11:25 -04:00
Sleaker a43ab4ffba iCo6 support 2011-08-11 12:13:49 -07:00