Commit Graph

266 Commits

Author SHA1 Message Date
AppleDash
accb7a89b8 Fix the weirdness with the JDBC URL 2016-09-18 04:49:42 -04:00
AppleDash
ca5b2340f7 Dependency injection for commands 2016-09-18 04:43:13 -04:00
AppleDash
4b088afec9 I... I can't help it, man. I inject dependencies, OK?
There, I said it.
2016-09-18 04:37:44 -04:00
AppleDash
eab9e0774b Fix compilation errors - apparently my last changes were really lazy. 2016-09-18 04:31:31 -04:00
AppleDash
f7dfe11358 Build against new Vault version 2016-09-18 04:27:14 -04:00
AppleDash
3ab99b72e3 More work on transaction logging support. 2016-08-15 02:34:55 -04:00
AppleDash
8f0267dbac Begin work on transaction logging support. 2016-08-15 02:25:33 -04:00
AppleDash
0012a191da Make MySQL work better and add backend conversion. 2016-08-14 16:52:06 -04:00
AppleDash
1fd55be372 Remove debugging code and fix POM. 2016-08-14 16:22:45 -04:00
AppleDash
2db1ac617b Clean up code a bunch and fix the MySQL bug. 2016-08-14 16:18:43 -04:00
AppleDash
25c925dcb3 Clean up MySQL code a bit in an attempt to make the weird MySQL bug easier to find. 2016-08-14 15:25:27 -04:00
AppleDash
a170e46851 Add experimental message translation support. 2016-08-08 13:40:34 -04:00
AppleDash
8791dc4299 Add /money as alias for /bal 2016-08-05 08:21:03 -04:00
AppleDash
5dc89b7e62 Merge 2016-08-05 08:20:15 -04:00
AppleDash
65f625db46 Version 0.6.6 2016-08-04 15:18:12 -04:00
AppleDash
2c5478635a Bump version to 0.6.5 2016-08-04 02:23:48 -04:00
AppleDash
b71b373299 Make MessageUtils use the right import for people not on Spigot. 2016-08-04 02:21:15 -04:00
AppleDash
f44396db7a Improve command descriptions. 2016-08-03 10:49:43 -04:00
AppleDash
9afd4c10c7 Fix another typo: softdepends -> softdepend 2016-08-03 10:47:04 -04:00
AppleDash
c01ed3b182 Bump version properly. 2016-07-29 07:51:58 -04:00
AppleDash
586962df10 Make number parsing work in France. 2016-07-29 07:49:41 -04:00
AppleDash
8b37c8387f Typo fix: pernission -> permission 2016-07-29 07:35:04 -04:00
AppleDash
ce7099bf8a Add more tests and version bump to 0.6.3... to fix a version numbering error ;) 2016-07-29 07:25:39 -04:00
AppleDash
0acead2ea3 Begin adding unit tests for SaneEconomyCore - Don't want more bugs to creep in! 2016-07-29 07:16:11 -04:00
AppleDash
c2bd61f286 Add empty SaneEconomySignShop module and refactor POMs a bit. 2016-07-27 10:31:46 -04:00
AppleDash
5158689a2a Fix bug where some plugins may see players with an infinite balance. 2016-07-22 13:12:57 -04:00
AppleDash
770536e514 Add Factions support and fix a MySQL bug. 2016-07-20 03:03:21 -04:00
AppleDash
5ce54d7779 Clean up Economable a bit 2016-07-19 21:28:58 -04:00
AppleDash
ee8f8aa428 Fix some MySQL syntax errors. 2016-07-19 21:24:58 -04:00
AppleDash
f33eb1d7f4 Add Economable interface and appropriate database migrations. (The MySQL one is very gross) 2016-07-19 21:20:54 -04:00
AppleDash
143604b80c Restructure EconomyStorageBackends a bit and add support for manipulating the balances of offline players. 2016-07-19 20:21:51 -04:00
AppleDash
4a1a363c71 Fix length of player_uuid column in player_balances table. 2016-07-19 20:05:43 -04:00
AppleDash
a79b719e63 Add workaround for bad plugins passing bad parameters to Vault API. 2016-07-18 20:38:46 -04:00
AppleDash
948e617d4e Fix bug caused by some other plugins. 2016-07-17 22:53:46 -04:00
AppleDash
5702c1ed5c Remove addBalance and subtractBalance methods from storage backends. 2016-07-12 12:22:12 -04:00
AppleDash
86946f2e60 Add permissions to plugin.yml. 2016-07-12 12:01:43 -04:00
AppleDash
3b27b8a192 Make /balancetop sort in the right order. 2016-07-11 20:25:51 -04:00
AppleDash
a89b36fc99 Add /balancetop command. 2016-07-11 20:22:07 -04:00
AppleDash
6e93b03894 Make default starting balance of players 0. 2016-07-11 19:36:36 -04:00
AppleDash
139dec6bd2 Add update checking and make Vault hook optional. 2016-07-11 18:53:17 -04:00
AppleDash
aa5d95d72f Restructure project and switch to Maven. 2016-07-11 18:03:20 -04:00
AppleDash
0b4581b23c Fix number handling bugs. 2016-06-14 19:47:14 -04:00
AppleDash
e5cbb1dac3 Add Vault hooking support. 2016-06-14 19:19:00 -04:00
AppleDash
39d5ca20de Fix NullPointerException in MySQL backend. 2016-06-14 18:35:10 -04:00
AppleDash
f9c2ba2c42 Add GPL3 as LICENSE.txt. 2016-06-14 08:37:51 -04:00
AppleDash
7dc09cfa74 Add author information to plugin.yml. 2016-06-14 08:37:10 -04:00
AppleDash
03b7daf2ad Actually display an error message when an invalid subcommand to /saneeconomy is issues. 2016-06-14 08:35:44 -04:00
AppleDash
841d6e937d Add in-game command to reload the database and fix /ecoadmin permission. 2016-06-14 08:31:52 -04:00
AppleDash
1f980b9fc8 Experimental async MySQL implementation. Closes #2. 2016-06-14 08:20:39 -04:00
AppleDash
eaca555fe4 Better thread-safety on database backends. 2016-06-14 08:06:11 -04:00