summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Reduce duplicated broadcast code.KHobbits2013-05-26-70/+34
|
* Simplify player matching.KHobbits2013-05-26-71/+57
|
* Standardize /getpos and /whois to use essentials.vanish.interact like all ↵KHobbits2013-05-26-3/+3
| | | | other commands.
* GeoIP already has a perm, doesn't need hidden behind essentials.seen.extra ↵KHobbits2013-05-26-15/+14
| | | | as well.
* Show teleport cancel messages to tpa user.KHobbits2013-05-26-5/+5
|
* Fix /helpop for console use.KHobbits2013-05-26-4/+17
|
* [Fix] Fix vanished player matching in: /seen /give /burn /nuke /tpall /tpaallKHobbits2013-05-26-3/+8
|
* Forgot to push Essentials spawn changes.KHobbits2013-05-24-2/+2
|
* Improve hidden player matching.KHobbits2013-05-23-60/+49
| | | | | Replace essentials.teleport.hidden with essentials.vanish.interact Fix perm checks in tpall and tpaall
* Fixing feed messages.KHobbits2013-05-23-8/+14
|
* Improve user matchingKHobbits2013-05-20-5/+11
|
* Don't throw NPE on broken sign state, just allow block to break.KHobbits2013-05-19-4/+10
|
* Default chat formatting should strip all format codes, not just colours.KHobbits2013-05-19-1/+1
|
* Add indication of when kit's cannot be used yet, in the /kit output.KHobbits2013-05-18-26/+68
|
* Tidy up /gc's TPS output.KHobbits2013-05-18-12/+20
|
* [Feature] Add hunger level to /whoisKHobbits2013-05-18-9/+40
|
* Fix null when trying to tempban players in console for times longer than max ↵KHobbits2013-05-18-1/+2
| | | | ban.
* Tweak /baltop to not show displaynames on vanished players.KHobbits2013-05-12-1/+2
|
* Tiny listener optimizations.KHobbits2013-05-12-6/+7
|
* Small tweak to warning display and make config variable ↵KHobbits2013-05-12-2/+4
| | | | 'economy-lag-warning' set in ms not ns.
* Make the lag warning configurable, useful to debug economy lag on larger ↵KHobbits2013-05-12-16/+52
| | | | servers.
* Throw console warning on slow economy api call.KHobbits2013-05-12-1/+13
|
* [Fix] Check initial direction when looking for a safe teleport spotGunfighterJ2013-05-10-2/+7
|
* Don't treat AFK players as god mode when dealing with food regen.KHobbits2013-05-09-6/+13
|
* Update ItemDb.javasnowleo2013-05-08-1/+1
|
* Doesn't need thissnowleo2013-05-08-1/+1
|
* [Feature] Withdraw from trade signs without dropping items as overflow. ↵KHobbits2013-05-06-60/+172
| | | | [EXPERIMENTAL]
* Add some sign debugging to /ess debug to help track down charging issues.KHobbits2013-05-05-4/+23
|
* Couple more bits of Eco cleanupKHobbits2013-05-05-7/+7
|
* Fix /sell to handle zero priced items again.KHobbits2013-05-05-4/+4
|
* Make it compatible with Factions again.snowleo2013-05-05-0/+6
|
* Catch both exceptions in EssentialsConf and valueOf instead of newsnowleo2013-05-05-5/+9
|
* Cleanupsnowleo2013-05-05-1/+0
|
* ECONOMY MADNESS? THIS IS … FIXEDsnowleo2013-05-05-102/+270
|
* fix NPE in teleport codesnowleo2013-05-05-1/+1
|
* Further economy cleanupKHobbits2013-05-05-35/+27
|
* Cleanup player argument matching in loopsKHobbits2013-05-05-175/+231
| | | | Cleanup ess cleanup timestamp matching
* Economy MadnessKHobbits2013-05-05-157/+216
|
* Trim stored precision to below that of a double, to prevent rounding issues.KHobbits2013-05-05-47/+55
|
* Update messages_fr.propertiestheudis2013-05-04-174/+174
|
* Update CS translation with some extra TL keys from tommymortagoKHobbits2013-05-04-67/+68
|
* Sorted TL filesKHobbits2013-05-04-413/+391
|
* update zh-locatepa0010242013-05-04-61/+61
|
* Throw invalid kit message on invalid delayNecrodoom2013-05-04-1/+10
|
* cleanupKHobbits2013-05-04-23/+24
|
* [Feature] Make /kit list kit costs if any are set.KHobbits2013-05-04-2/+30
|
* Merge pull request #465 from skmedix/patch-1KHobbits2013-05-04-38/+38
|\ | | | | Update Polish translation
| * Update messages_pl.propertiesSKmedix2013-04-30-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: --- * Added: kitError2 (216) kitNotFound (536) socialSpy (537) setBal (538) insufficientFunds (540) * Fixed: backUsageMsg (21) banFormat (28) bedMissing (30) connectedPlayers (58) downloadingGeoIp (91) fullStack (125) geoIpUrlEmpty (131) geoIpUrlInvalid (132) healOther (148) itemSpawn (200) jailReleased (206) jailSentenceExtended (208) jailSet (209) kickedAll (213) kitInvFull (221) kitOnce (222) markMailAsRead (239) matchingIPAddress (242) messageTruncated (246) nickChanged (272) removed (376) repairNone (381) teleportAll (419) tempBanned (434) thunderDuration (437) timeSet (442) totalWorthAll (446) totalWorthBlocks (447) tradeSignEmpty (450) youAreHealed (520) youHaveNewMail (521) balanceOther (527)
* | [Permission] Add essentials.repair.all permission, which is required to ↵KHobbits2013-05-04-9/+3
| | | | | | | | | | | | unlock /repair all Also make it to /repair defaults to hand.
* | [Fix] Allow Feed to be used via consoleKHobbits2013-05-04-10/+74
| | | | | | | | Throw events when modifying heath or food levels.