mcMMO/src/main/java/com/gmail/nossr50/commands
t00thpick1 857e12b96e SQLDatabaseManager optimizations, async profile loading -t00thpick1, zreed
This commit changes our shared connection into a connection pool utility to prevent
thread locks from multiple actions attempting to access the database at the same time.
In additon,  profile loading has been moved off the main thread at login time, to
allieviate the performance issues caused by it.

Fixes #2138, Fixes #2119, Fixes #1982, Fixes #1953
2014-08-01 20:31:17 +02:00
..
chat Clean up all of the imports 2014-03-03 18:27:45 +01:00
database SQLDatabaseManager optimizations, async profile loading -t00thpick1, zreed 2014-08-01 20:31:17 +02:00
experience SQLDatabaseManager optimizations, async profile loading -t00thpick1, zreed 2014-08-01 20:31:17 +02:00
hardcore Command cleanup. 2013-11-08 23:14:11 +01:00
party Fix a NPE when tab completing with /ptp 2014-05-11 18:33:50 +02:00
player Make database command cooldown configurable 2014-03-29 17:02:08 +01:00
skills Don't use hardcoded unlock levels for Blast Mining 2014-07-20 00:43:52 +02:00
KrakenCommand.java Clean up all of the imports 2014-03-03 18:27:45 +01:00
McabilityCommand.java Fixed bug with toggle commands not properly displaying the success message. 2013-10-29 11:45:27 -04:00
McconvertCommand.java Command cleanup. 2013-11-08 23:14:11 +01:00
McgodCommand.java Fixed bug with toggle commands not properly displaying the success message. 2013-10-29 11:45:27 -04:00
McImportCommand.java Only set detected durability if it's > 0 2014-08-01 01:09:00 +02:00
McmmoCommand.java Added new permission node to control who can check version number 2014-02-17 16:31:59 +01:00
McnotifyCommand.java Use player objects instead of names - should be more efficient and less 2013-05-28 13:33:20 -04:00
McrefreshCommand.java Fixed bug with toggle commands not properly displaying the success message. 2013-10-29 11:45:27 -04:00
McscoreboardCommand.java Cleanup our imports 2013-10-31 22:30:05 +01:00
MobhealthCommand.java Cleanup our imports 2013-10-31 22:30:05 +01:00
ToggleCommand.java Exclude vanished players from tab complete list 2014-02-28 21:56:30 +01:00
XprateCommand.java Command cleanup. 2013-11-08 23:14:11 +01:00