summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove libs from repositoryHEAD2.xementalo2015-06-15-0/+0
|
* Unrequired DependacyKHobbits2014-09-06-0/+0
|
* Merge branch '2.x' of github.com:essentials/Essentials into 2.xKHobbits2014-09-03-14/+11
|\
| * Fix missed cases from previous user iteration optimizations.md_52014-08-16-14/+11
| |
* | rework /seen to be a little stricter on argument matching.KHobbits2014-08-18-22/+44
| |
* | Make sure we close any open inventories of players who leave.KHobbits2014-08-14-0/+13
|/
* Use quicker ban lookup to reduce /seen lag.KHobbits2014-08-14-8/+45
|
* Add paging to mail.KHobbits2014-08-11-12/+19
| | | | Support aliases in rule and baltop output.
* Add mailFormat TL key.KHobbits2014-08-11-5/+29
|
* Misc clarification (socialspy and kit delay)Necrodoom2014-08-11-2/+5
| | | | clarify allow-silent-join-quit
* Remove outdated try-catchesNecrodoom2014-08-11-48/+18
|
* Add /tempban missing syntaxNecrodoom2014-08-11-1/+1
|
* Add amount required to notEnoughMoney TL key.FearFree2014-07-19-8/+9
| | | | See https://essentials3.atlassian.net/browse/ESS-5125 for request.
* Formatting fixes.KHobbits2014-07-19-7/+8
|
* Fix sticky piston retract breaking essentials signSidShakal2014-07-19-12/+22
| | | | | | | | Sticky pistons could break signs that were mounted on blocks the pistons were retracting. This patch extends the protection from just the piston base to include the extended piston arm and the block at the end of the piston arm as well. This method will very likely need to be changed again when 1.8 comes out, but this should bring us a bit closer, by wrapping the block tests in a loop.
* Optimize player / user iteration.md_52014-07-19-63/+126
| | | | | | | | | * Add a method for backwards compatability with unmapped code. * Convert all getOnlinePlayers() calls to use this method, part of the IEssentials interface * Add a new method getOnlineUsers() Ljava/lang/Iterable; * Convert appropriate calls to use this method * Update Bukkit to #1945 * Update CraftBukkit to #3103
* Add permission check before resetting speed on login The staff of my server ↵Alexander Likhachev2014-07-19-2/+5
| | | | asked me to do this fix, but I think it is very useful for all. This commit change is to reset player fly & run speed only if player has no permission to change speed.
* If a player already exists in the usermap, don't replace it with a eco npc.KHobbits2014-07-19-1/+1
|
* Clean up tempban messages to be a little clearer.KHobbits2014-07-14-19/+80
|
* Update translations from Crowdin (http://translate2.ess3.net)KHobbits2014-07-12-1532/+2087
|
* Remove ban check from /ess cleanup, no longer required.KHobbits2014-07-12-39/+65
| | | | Fix ban upgrade script.
* Update to new ban method.FearFree2014-07-12-83/+97
|
* Add ban reason to /banipKHobbits2014-07-12-5/+18
|
* Still give 'nickNoMore' message when removing a nickname.KHobbits2014-07-12-2/+8
|
* Allow for changing of username casing without adding 'nickname' prefix.KHobbits2014-07-12-2/+5
|
* Prevent users from setting unsafe homes when teleport safety is disabled.KHobbits2014-07-12-1/+8
|
* Allow people with god & fly to teleport to unsafe locations even when ↵KHobbits2014-07-12-4/+20
| | | | teleport safety is disabled.
* Converge ban message translations, and add reason support to default tempban ↵KHobbits2014-07-12-3/+3
| | | | tl key.
* Switch sudo to command dispatch, this will allow vanilla commands to be ↵KHobbits2014-07-12-18/+16
| | | | executed.
* Don't cascade null usernames passed from eco apiKHobbits2014-07-10-0/+4
|
* New permission :essentials.tp.position Required to use /tp [player] <x> <y> <z>KHobbits2014-07-06-11/+15
|
* Add support for vanilla /tp <x> <y> <z> teleport syntax.Necrodoom2014-07-06-0/+16
|
* Allow forcing adult status on randomly generated /spawnmob mobs.KHobbits2014-07-06-2/+29
|
* 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 7c013fa437252147a8c20f8eab07e4a0db8a3cc5.
* 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
|