summaryrefslogtreecommitdiffstats
path: root/Essentials
Commit message (Expand)AuthorAgeLines
* Log takeMoney exception, even if we ignore it.KHobbits2014-05-27-1/+1
* Revert writecount reset, this could cause odd behavior.KHobbits2014-05-27-13/+3
* Enforce userdata save on player dispose.KHobbits2014-05-27-1/+22
* If we are modifying money, force transaction clear, this is important.KHobbits2014-05-27-4/+5
* Don't check silentjoin.vanish if another plugin has hidden the join message.KHobbits2014-05-26-1/+5
* New permission: essentials.silentjoin.vanishKHobbits2014-05-25-8/+8
* Abort transaction before updating funds on balance overflow.KHobbits2014-05-25-6/+10
* Utilize write transactions for delaylogin task.KHobbits2014-05-25-29/+64
* Rename listening methods to be a little more descriptive of their purpose.KHobbits2014-05-24-19/+19
* Convert 9 anonymous scheduled tasks to named classes for better logging.KHobbits2014-05-18-33/+44
* Fix invalid TL key.KHobbits2014-05-18-1/+1
* Exempt named mobs by default from /removeKHobbits2014-05-18-10/+26
* Tweak to player login event.KHobbits2014-05-18-8/+14
* Update worth.yml to be more descriptive.KHobbits2014-05-17-3/+22
* Update /condense syntax hint.KHobbits2014-05-17-4/+4
* Optimize PlayerLoginEvent@ArkhamNetwork2014-05-17-31/+24
* Move the teleport timer to an async task.@ArkhamNetwork2014-05-17-42/+65
* Prevent near empty userdata file creation.KHobbits2014-05-17-1/+0
* Stop using old string player lookup.KHobbits2014-05-17-8/+9
* Prevent reading and writing the usermap at the same time.KHobbits2014-05-17-32/+46
* Add user messages.Faris Rehman2014-05-16-21/+77
* First draft of /condenseKHobbits2014-05-16-0/+215
* If Bukkit doesn't know who a player is, but we do, substitute the last known ...KHobbits2014-05-10-0/+15
* Update English TL keys.KHobbits2014-05-10-14/+16
* Update translations from crowdin (http://translate2.ess3.net/)KHobbits2014-05-10-2072/+2114
* Improve messages/formattingLuke Anderson (stuntguy3000)2014-05-10-11/+12
* Grammatical changes to config.ymlBurke D2014-05-10-25/+27
* Updated Items.csv: Added nemofish and fishnemo.clou442014-05-10-0/+12
* Only dispose users who are offline at point of disposal.KHobbits2014-05-10-59/+64
* Initialize TL Bundle on plugin start.KHobbits2014-05-06-2/+2
* Remove '-' from valid account names again.KHobbits2014-05-05-10/+11
* Reload locale even if it is set to null.KHobbits2014-05-05-15/+14
* Better handle TL failover.KHobbits2014-05-05-9/+39
* Update teleport timer to handle UUID rather than player names.KHobbits2014-05-05-3/+4
* Better handle corrupted chunks.KHobbits2014-05-04-4/+14
* Allow disabling userfile cache on uuid convert.KHobbits2014-05-04-26/+34
* Fix attempting to spawn invalid items.KHobbits2014-04-30-1/+68
* Skip npc's when doing cleanup.KHobbits2014-04-29-0/+5
* Better handle a write locked usermap.csvKHobbits2014-04-29-3/+15
* Run user dispose on another thread.KHobbits2014-04-28-0/+12
* Updating pom for vaultCorin Simpson-Bryars2014-04-28-3/+3
* Fix /home for offline players.KHobbits2014-04-27-2/+2
* Update UUID mapping, if uuid for a username changes.KHobbits2014-04-27-1/+1
* Switch AFK check to use UUID.KHobbits2014-04-27-4/+25
* Delay uuidconversion for 10s and show warning.KHobbits2014-04-26-13/+154
* Fix time command exit statuses.KHobbits2014-04-24-4/+3
* Skip empty user names on uuid conversion.KHobbits2014-04-22-1/+1
* [Breaking] Fix ECO NPC's. This is a work around of CB's recent changes block...KHobbits2014-04-19-9/+18
* Only write to UUIDMap if the entry doesn't exist.KHobbits2014-04-18-4/+12
* Format /seen account history list, optimize map loading.KHobbits2014-04-18-29/+90