Commit Graph

16 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
William Lebel a4f1cb6530 Craftconomy 3.2 update 2015-01-03 23:57:34 -05: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
William Lebel 7ba9bca2a4 Craftconomy 3.1.4 update. 2013-06-15 01:20:19 -04:00
William Lebel ea1c41233f Support for the new features in Craftconomy3 API. 2013-03-26 21:59:21 -07:00
Nick Minkler 3172daef72 version increase 2013-03-01 16:25:20 -08:00
William Lebel de7a6e8a1e Multiworld support for Craftconomy3. Bumped the version to 3.1.2 & added a default goal to Vault.
Also did some formatting.

Signed-off-by: William Lebel <lebelwilliam@gmail.com>
2013-02-28 20:49:53 -05: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
William Lebel 79bbee126d Updated Craftconomy hook to latest API changes. Made the pom.xml downloads from the repository. 2013-02-05 14:22:40 -05: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
William Lebel fa8d51fa24 Craftconomy3 update
Signed-off-by: William Lebel <lebelwilliam@gmail.com>
2012-09-21 18:20:29 -04:00
William Lebel e95cac855c Added Craftconomy3 support 2012-08-13 15:04:04 -04:00