| Commit message (Expand) | Author | Age | Lines |
* | Revert "Add spawn location cache to reduce blocking on player respawn." | KHobbits | 2014-06-17 | -44/+17 |
* | If "sethome-multiple" config section is invalid, silently fallback to default... | KHobbits | 2014-06-17 | -1/+2 |
* | Add spawn location cache to reduce blocking on player respawn. | KHobbits | 2014-06-16 | -17/+44 |
* | Add default ban reason for tempban reason. | KHobbits | 2014-06-14 | -1/+7 |
* | Check for arraynull on pex group request. | KHobbits | 2014-06-14 | -2/+16 |
* | Only remove first date match from ban reason. | KHobbits | 2014-06-14 | -1/+1 |
* | Add optional {2} in 'tempBanned' TL key, for reason. | KHobbits | 2014-06-14 | -3/+9 |
* | Show UUID in trackUUID debug message. | KHobbits | 2014-06-07 | -1/+1 |
* | Don't allow old UUID's to accidentally overwrite current UUID for user mapping. | KHobbits | 2014-06-07 | -31/+59 |
* | New permission: essentials.itemspawn.meta-vanilla | KHobbits | 2014-06-07 | -1/+1 |
* | Try to use consistent UUIDs and not rely on Bukkit lookup while saving. | KHobbits | 2014-06-07 | -25/+38 |
* | Add local echo of mail being sent on /mail send. | KHobbits | 2014-06-05 | -8/+58 |
* | Fix firework recipe in /recipe | KHobbits | 2014-06-04 | -6/+17 |
* | Use strings for cachemap key, should prevent accidental key issues. | KHobbits | 2014-06-01 | -11/+7 |
* | Add API logging to Eco API. | KHobbits | 2014-05-31 | -0/+7 |
* | Extend getUser(Object) to match uuid and offline players. | KHobbits | 2014-05-30 | -0/+11 |
* | Emulate player join for mocking. | KHobbits | 2014-05-27 | -0/+15 |
* | Improve fakeServer model | KHobbits | 2014-05-27 | -178/+188 |
* | Remove online player lookup in usermap.getUUIDMap(), throw log entry on failb... | KHobbits | 2014-05-27 | -12/+24 |
* | Log takeMoney exception, even if we ignore it. | KHobbits | 2014-05-27 | -1/+1 |
* | Revert writecount reset, this could cause odd behavior. | KHobbits | 2014-05-27 | -13/+3 |
* | Enforce userdata save on player dispose. | KHobbits | 2014-05-27 | -1/+22 |
* | If we are modifying money, force transaction clear, this is important. | KHobbits | 2014-05-27 | -4/+5 |
* | Don't check silentjoin.vanish if another plugin has hidden the join message. | KHobbits | 2014-05-26 | -1/+5 |
* | New permission: essentials.silentjoin.vanish | KHobbits | 2014-05-25 | -8/+8 |
* | Abort transaction before updating funds on balance overflow. | KHobbits | 2014-05-25 | -6/+10 |
* | Utilize write transactions for delaylogin task. | KHobbits | 2014-05-25 | -29/+64 |
* | Rename listening methods to be a little more descriptive of their purpose. | KHobbits | 2014-05-24 | -19/+19 |
* | Convert 9 anonymous scheduled tasks to named classes for better logging. | KHobbits | 2014-05-18 | -33/+44 |
* | Fix invalid TL key. | KHobbits | 2014-05-18 | -1/+1 |
* | Exempt named mobs by default from /remove | KHobbits | 2014-05-18 | -10/+26 |
* | Tweak to player login event. | KHobbits | 2014-05-18 | -8/+14 |
* | Update worth.yml to be more descriptive. | KHobbits | 2014-05-17 | -3/+22 |
* | Update /condense syntax hint. | KHobbits | 2014-05-17 | -4/+4 |
* | Optimize PlayerLoginEvent | @ArkhamNetwork | 2014-05-17 | -31/+24 |
* | Move the teleport timer to an async task. | @ArkhamNetwork | 2014-05-17 | -42/+65 |
* | Prevent near empty userdata file creation. | KHobbits | 2014-05-17 | -1/+0 |
* | Stop using old string player lookup. | KHobbits | 2014-05-17 | -8/+9 |
* | Prevent reading and writing the usermap at the same time. | KHobbits | 2014-05-17 | -32/+46 |
* | Add user messages. | Faris Rehman | 2014-05-16 | -21/+77 |
* | First draft of /condense | KHobbits | 2014-05-16 | -0/+215 |
* | If Bukkit doesn't know who a player is, but we do, substitute the last known ... | KHobbits | 2014-05-10 | -0/+15 |
* | Update English TL keys. | KHobbits | 2014-05-10 | -14/+16 |
* | Update translations from crowdin (http://translate2.ess3.net/) | KHobbits | 2014-05-10 | -2072/+2114 |
* | Improve messages/formatting | Luke Anderson (stuntguy3000) | 2014-05-10 | -11/+12 |
* | Grammatical changes to config.yml | Burke D | 2014-05-10 | -25/+27 |
* | Updated Items.csv: Added nemofish and fishnemo. | clou44 | 2014-05-10 | -0/+12 |
* | Only dispose users who are offline at point of disposal. | KHobbits | 2014-05-10 | -59/+64 |
* | Initialize TL Bundle on plugin start. | KHobbits | 2014-05-06 | -2/+2 |
* | Remove '-' from valid account names again. | KHobbits | 2014-05-05 | -10/+11 |