summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Update BukkitKHobbits2014-07-06-0/+6
| | | | CB: 3092 B: 1938
* Show warp teleport status to teleport owner.KHobbits2014-06-28-0/+4
|
* Slightly reorder teleport messages to be less confusing.KHobbits2014-06-28-6/+6
|
* Fix NPE with /list in consoleKHobbits2014-06-27-2/+3
|
* Update essentials to support 3rd party vanish toggling.KHobbits2014-06-27-46/+122
|
* Add some debugging to make it easier to diagnose kit errors.KHobbits2014-06-25-17/+36
|
* Kit cleanup and refactor.KHobbits2014-06-25-59/+104
|
* Allow multiple kits to be spawned per command.KHobbits2014-06-23-14/+36
|
* New permission: essentials.signs.trade.override.collectKHobbits2014-06-21-7/+19
| | | | People with this permission will collect the resources of other peoples trade signs broken with admin permissions (essentials.signs.trade.override).
* empty array is not null arrayNecrodoom2014-06-19-1/+1
|
* Reduce a few nickname refresh calls.KHobbits2014-06-19-6/+26
|
* Force listener cleanup on plugin disable.KHobbits2014-06-19-0/+2
|
* Add a lag check for permission system checks.KHobbits2014-06-19-13/+53
| | | | This doesn't include normal permission checks, since the overhead could be detrimental.
* Revert "Add spawn location cache to reduce blocking on player respawn."KHobbits2014-06-17-44/+17
| | | | This reverts commit 7804516793148becfe648c4491fea60829460957.
* If "sethome-multiple" config section is invalid, silently fallback to ↵KHobbits2014-06-17-1/+2
| | | | default config values.
* Add spawn location cache to reduce blocking on player respawn.KHobbits2014-06-16-17/+44
|
* Add default ban reason for tempban reason.KHobbits2014-06-14-1/+7
|
* Check for arraynull on pex group request.KHobbits2014-06-14-2/+16
|
* Only remove first date match from ban reason.KHobbits2014-06-14-1/+1
|
* Add optional {2} in 'tempBanned' TL key, for reason.KHobbits2014-06-14-3/+9
|
* Show UUID in trackUUID debug message.KHobbits2014-06-07-1/+1
|
* Don't allow old UUID's to accidentally overwrite current UUID for user mapping.KHobbits2014-06-07-31/+59
| | | | Add some extra logging and uuid debug.
* New permission: essentials.itemspawn.meta-vanillaKHobbits2014-06-07-1/+1
| | | | Without this permission you cannot use vanilla itemmeta. You can still use essentials style meta, if you have the appropriate permissions.
* Try to use consistent UUIDs and not rely on Bukkit lookup while saving.KHobbits2014-06-07-25/+38
|
* Add local echo of mail being sent on /mail send.KHobbits2014-06-05-8/+58
|
* Fix firework recipe in /recipeKHobbits2014-06-04-6/+17
|
* Use strings for cachemap key, should prevent accidental key issues.KHobbits2014-06-01-11/+7
|
* Add API logging to Eco API.KHobbits2014-05-31-0/+7
|
* Extend getUser(Object) to match uuid and offline players.KHobbits2014-05-30-0/+11
|
* Emulate player join for mocking.KHobbits2014-05-27-0/+15
|
* Improve fakeServer modelKHobbits2014-05-27-178/+188
|
* Remove online player lookup in usermap.getUUIDMap(), throw log entry on ↵KHobbits2014-05-27-12/+24
| | | | failback.
* 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
| | | | The server needs silentjoin to be enabled first.
* 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
| | | | | Named mobs can be removed using /remove named Killing all mobs now requires /remove all,tamed,named
* 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
|