Commit Graph

94 Commits

Author SHA1 Message Date
Carter
6015eb7947 Use MessageUtils instead of String.format for currency formatting 2017-06-08 18:33:49 -04:00
Carter
2adb136f3d Use balance-format in Currency 2017-06-07 18:38:48 -04:00
AppleDash
c621824b82 Add support for server account 2017-02-14 11:28:04 -05:00
AppleDash
c8ba25058e Add more usage translations for commands. 2017-01-22 12:52:35 -05:00
AppleDash
a017083664 Different message for /bal on self, and add a missing translation. 2017-01-22 12:49:01 -05:00
AppleDash
2dcc2cb2de Implement JSON backend and make it the default. 2017-01-22 12:40:47 -05:00
AppleDash
3bfecbfc4c Try to fix weird MySQL server hangs. 2017-01-22 12:14:15 -05:00
AppleDash
742997cd3d Make /pay work on offline players. 2017-01-22 03:50:30 -05:00
AppleDash
5f55a623e3 Fix update checker. 2017-01-20 08:45:05 -05:00
AppleDash
b0be08d5dc Clean up MySQLConnection code slightly. 2017-01-20 00:51:07 -05:00
AppleDash
9d71bb5a21 Retry MySQL queries if they fail. 2017-01-20 00:48:05 -05:00
AppleDash
8ab8290b77 Introduce SQL query timeouts 2017-01-20 00:27:52 -05:00
AppleDash
96ee933d19 Merge branch 'master' of github.com:AppleDash/SaneEconomy 2017-01-17 08:19:22 -05:00
AppleDash
3695d1389b Fix ClassCastException loading flatfile DB 2017-01-17 08:19:11 -05:00
AppleDash
b81d64c2be Try and fix bug with resetting MySQL balances 2017-01-16 14:20:55 -05:00
AppleDash
2ccd25cce4 Merge branch 'master' of github.com:AppleDash/SaneEconomy 2017-01-10 17:09:27 -05:00
AppleDash
4df22729aa Weird sign shop stuff. 2017-01-10 17:09:18 -05:00
AppleDash
372ec96381 Merge pull request #28 from Mga-Denmark/patch-1
Add logged field to table with timestamp info
2017-01-02 03:44:52 -05:00
AppleDash
8a7ceea66e Fix weird splitting of methods for transaction logging 2017-01-02 03:43:30 -05:00
Michael Gerner Andreasen
358d50bcc7 reverts bad hard coded table name 2016-12-27 00:54:47 +01:00
Michael Gerner Andreasen
20299a4b2e Add logged field to table with timestamp info
This give people some insights regarding when something happened, it also adds the possibility to make a history log for server admins to show on profile pages at there websites, if they want to.
2016-12-27 00:37:45 +01:00
AppleDash
1975ffef0c Try and fix I18n 2016-12-17 11:37:06 -05:00
AppleDash
d86233af74 Merge branch 'master' of github.com:AppleDash/SaneEconomy 2016-12-15 20:17:33 -05:00
AppleDash
36ffc50fa1 Merge 2016-12-15 20:17:24 -05:00
AppleDash
e3a36ccd22 Hopefully convert everything over to the new format placeholders. 2016-12-15 20:11:08 -05:00
AppleDash
8bef764622 Try and improve translation loading code. 2016-12-15 19:53:43 -05:00
AppleDash
a0d8cb2d5d Add indexedFormat() to MessageUtils. 2016-12-15 17:55:42 -05:00
AppleDash
3670ebaadd Add support for changing grouping separator. 2016-12-15 17:47:26 -05:00
AppleDash
e94a767a02 I'm not sure if I'm really stupid or really smart. 2016-12-11 14:42:10 -05:00
AppleDash
55e58d0ac3 Attempt to fix baltop again and bump ver to 0.9.3 2016-12-07 08:40:30 -05:00
AppleDash
d825c54238 Fix more paging weirdness and bump version to 0.9.2 2016-12-06 08:32:48 -05:00
AppleDash
2442261496 Fix paging weirdness. 2016-12-06 08:29:18 -05:00
AppleDash
9eaab03c50 Add table prefix support to MySQL. 2016-12-06 08:23:40 -05:00
AppleDash
908b7c956b Add support for colors in messages.yml 2016-12-06 08:13:27 -05:00
AppleDash
44c72490a5 Add an option to disable start balance notifications. 2016-11-26 09:43:05 -05:00
AppleDash
bbfd9d31d7 Fix bug with /baltop 2016-11-26 09:40:49 -05:00
AppleDash
a144667971 Make database reload on player join. 2016-11-24 05:16:08 -05:00
AppleDash
38d0823e8e Add support for multiple pages on /baltop. 2016-11-05 01:18:28 -04:00
AppleDash
5daa5295ba Version checker fix & improvements to signshop 2016-10-03 09:34:24 -04:00
AppleDash
ee79c639bc Improve version checker and make plugin YAML permissions description better 2016-10-02 12:36:53 -04:00
AppleDash
230d50d81b Fix potential infinity exploit. 2016-10-02 12:06:04 -04:00
AppleDash
f9b53695d6 Fix transaction logging, hopefully 2016-10-02 11:34:22 -04:00
AppleDash
7f5740e5f1 Merge branch 'master' of github.com:AppleDash/SaneEconomy 2016-10-02 10:20:36 -04:00
AppleDash
cd28df2112 Add proper grouping support to currency formats. 2016-10-02 10:18:57 -04:00
AppleDash
41339dc3b0 0.8.4: Try to fix the eco take bug 2016-10-02 04:27:47 -04:00
AppleDash
98f8e66c58 Really fix OfflinePlayer bug. 2016-09-30 21:15:17 -04:00
AppleDash
1f26acb49d Potentially make the API work on offline players. 2016-09-30 20:30:15 -04:00
AppleDash
4a7cac3f57 Make 0-amount transactions through Vault work. 2016-09-30 20:27:54 -04:00
AppleDash
c7065ea9fa Attempt to fix OfflinePlayer bug 2016-09-30 20:25:11 -04:00
AppleDash
c63a15dac5 Fix another /eco set bug. 2016-09-23 17:42:22 -04:00