| Commit message (Expand) | Author | Age | Lines |
* | Still give 'nickNoMore' message when removing a nickname. | KHobbits | 2014-07-12 | -2/+8 |
* | Allow for changing of username casing without adding 'nickname' prefix. | KHobbits | 2014-07-12 | -2/+5 |
* | Prevent users from setting unsafe homes when teleport safety is disabled. | KHobbits | 2014-07-12 | -1/+8 |
* | Allow people with god & fly to teleport to unsafe locations even when telepor... | KHobbits | 2014-07-12 | -4/+20 |
* | Converge ban message translations, and add reason support to default tempban ... | KHobbits | 2014-07-12 | -3/+3 |
* | Switch sudo to command dispatch, this will allow vanilla commands to be execu... | KHobbits | 2014-07-12 | -18/+16 |
* | Don't cascade null usernames passed from eco api | KHobbits | 2014-07-10 | -0/+4 |
* | New permission :essentials.tp.position Required to use /tp [player] <x> <y> <z> | KHobbits | 2014-07-06 | -11/+15 |
* | Add support for vanilla /tp <x> <y> <z> teleport syntax. | Necrodoom | 2014-07-06 | -0/+16 |
* | Allow forcing adult status on randomly generated /spawnmob mobs. | KHobbits | 2014-07-06 | -2/+29 |
* | Update Bukkit | KHobbits | 2014-07-06 | -0/+6 |
* | Show warp teleport status to teleport owner. | KHobbits | 2014-06-28 | -0/+4 |
* | Slightly reorder teleport messages to be less confusing. | KHobbits | 2014-06-28 | -6/+6 |
* | Fix NPE with /list in console | KHobbits | 2014-06-27 | -2/+3 |
* | Update essentials to support 3rd party vanish toggling. | KHobbits | 2014-06-27 | -46/+122 |
* | Add some debugging to make it easier to diagnose kit errors. | KHobbits | 2014-06-25 | -17/+36 |
* | Kit cleanup and refactor. | KHobbits | 2014-06-25 | -59/+104 |
* | Allow multiple kits to be spawned per command. | KHobbits | 2014-06-23 | -14/+36 |
* | New permission: essentials.signs.trade.override.collect | KHobbits | 2014-06-21 | -7/+19 |
* | empty array is not null array | Necrodoom | 2014-06-19 | -1/+1 |
* | Reduce a few nickname refresh calls. | KHobbits | 2014-06-19 | -6/+26 |
* | Force listener cleanup on plugin disable. | KHobbits | 2014-06-19 | -0/+2 |
* | Add a lag check for permission system checks. | KHobbits | 2014-06-19 | -13/+53 |
* | 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 |