Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Cleanup | snowleo | 2013-05-05 | -1/+0 |
| | ||||
* | ECONOMY MADNESS? THIS IS … FIXED | snowleo | 2013-05-05 | -102/+270 |
| | ||||
* | fix NPE in teleport code | snowleo | 2013-05-05 | -1/+1 |
| | ||||
* | Further economy cleanup | KHobbits | 2013-05-05 | -35/+27 |
| | ||||
* | Cleanup player argument matching in loops | KHobbits | 2013-05-05 | -175/+231 |
| | | | | Cleanup ess cleanup timestamp matching | |||
* | Economy Madness | KHobbits | 2013-05-05 | -157/+216 |
| | ||||
* | Trim stored precision to below that of a double, to prevent rounding issues. | KHobbits | 2013-05-05 | -47/+55 |
| | ||||
* | Update messages_fr.properties | theudis | 2013-05-04 | -174/+174 |
| | ||||
* | Update CS translation with some extra TL keys from tommymortago | KHobbits | 2013-05-04 | -67/+68 |
| | ||||
* | Sorted TL files | KHobbits | 2013-05-04 | -413/+391 |
| | ||||
* | update zh-locate | pa001024 | 2013-05-04 | -61/+61 |
| | ||||
* | Throw invalid kit message on invalid delay | Necrodoom | 2013-05-04 | -1/+10 |
| | ||||
* | cleanup | KHobbits | 2013-05-04 | -23/+24 |
| | ||||
* | [Feature] Make /kit list kit costs if any are set. | KHobbits | 2013-05-04 | -2/+30 |
| | ||||
* | Merge pull request #465 from skmedix/patch-1 | KHobbits | 2013-05-04 | -38/+38 |
|\ | | | | | Update Polish translation | |||
| * | Update messages_pl.properties | SKmedix | 2013-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 ↵ | KHobbits | 2013-05-04 | -9/+3 |
| | | | | | | | | | | | | unlock /repair all Also make it to /repair defaults to hand. | |||
* | | [Fix] Allow Feed to be used via console | KHobbits | 2013-05-04 | -10/+74 |
| | | | | | | | | Throw events when modifying heath or food levels. | |||
* | | Remove User instance from Teleport class | snowleo | 2013-05-03 | -6/+8 |
| | | ||||
* | | Don't trust File.length() | snowleo | 2013-05-03 | -2/+14 |
| | | ||||
* | | Do not keep hard references to User objects | snowleo | 2013-05-03 | -4/+4 |
| | | ||||
* | | *angry eyes* | snowleo | 2013-05-03 | -1/+1 |
| | | ||||
* | | Fix cleanup to not hold Users in memory. | snowleo | 2013-05-03 | -15/+22 |
| | | ||||
* | | Update libs for 1.5.2 :: Minimum CB version now 2763 | Iaccidentally | 2013-05-02 | -1/+1 |
| | | ||||
* | | Minor cleanup | Iaccidentally | 2013-04-30 | -10/+3 |
|/ | ||||
* | Fix some tl keys :: update Portuguese translation | Iaccidentally | 2013-04-30 | -525/+524 |
| | ||||
* | API & misc cleanup | Iaccidentally | 2013-04-30 | -7/+57 |
| | ||||
* | Merge pull request #460 from main--/2.9 | Iaccidentally | 2013-04-30 | -5/+27 |
|\ | | | | | Made the "throws" declaration of getWarps() more specific | |||
| * | Made the "throws" declaration of getWarps() more specific | main() | 2013-04-29 | -5/+27 |
| | | | | | | | | It is very difficult to handle an Exception thrown by an API method when you don't have any way to **programatically** (without dirty stuff like string comparisons, so the message is not enough) distinguish errors and find out what's going on. | |||
* | | Support /me in console | KHobbits | 2013-04-30 | -0/+15 |
| | | ||||
* | | Allow powertool to be set from console. | KHobbits | 2013-04-30 | -8/+27 |
| | | ||||
* | | Fix tests. | KHobbits | 2013-04-30 | -2/+2 |
| | | ||||
* | | Move spawnmob.stack perm check to the right place. | KHobbits | 2013-04-30 | -10/+11 |
| | | ||||
* | | [Fix] Stacked mobs count towards spawnmob-limit count. | KHobbits | 2013-04-30 | -10/+21 |
| | | ||||
* | | Fix currency rounding up. | KHobbits | 2013-04-30 | -5/+2 |
| | | ||||
* | | Fix TL messages. | KHobbits | 2013-04-30 | -2/+25 |
| | | ||||
* | | Fix Eco take bug and fix NPE | KHobbits | 2013-04-30 | -5/+8 |
| | | ||||
* | | Merge branch '2.9' of github.com:essentials/Essentials into 2.9 | KHobbits | 2013-04-29 | -101/+214 |
|\ \ | ||||
| * | | Remove ArrayListInput | GunfighterJ | 2013-04-29 | -41/+13 |
| |/ | | | | | | | Formatting | |||
| * | Add keyword replacements in kits | GunfighterJ | 2013-04-29 | -6/+19 |
| | | | | | | | | | | Add SimpleTextInput constructor for lists Variable refactoring for clarity. | |||
| * | cleanup last commit a bit | Iaccidentally | 2013-04-28 | -17/+2 |
| | | ||||
| * | [API] Add a warp api, with future 3.x support :: minor cleanup | Iaccidentally | 2013-04-28 | -3/+130 |
| | | ||||
| * | [CHANGE] Rewrite eco command with better logic :: the command will now ↵ | Iaccidentally | 2013-04-27 | -57/+73 |
| | | | | | | | | attempt to do exactly what it is told, with respect to the minimum balance :: fix missing messages | |||
* | | Fix ZH TL messages | KHobbits | 2013-04-28 | -1569/+1605 |
| | | ||||
* | | Add China/Hong Kong/Taiwan Translations | pa001024 | 2013-04-28 | -0/+1602 |
|/ | ||||
* | [Fix] Try singular and plural entity names in /remove. | KHobbits | 2013-04-28 | -3/+17 |
| | ||||
* | Fix radius in /remove and add world. | Necrodoom | 2013-04-28 | -19/+35 |
| | | | | | Fix SocialSpy Fix /killall world argument. | |||
* | [Feature] Add /socialspy other | Necrodoom | 2013-04-28 | -1/+26 |
| | ||||
* | Update Polish translation by skmedix | KHobbits | 2013-04-28 | -39/+39 |
| | ||||
* | [Fix] Output proper message if typo'd kit | Necrodoom | 2013-04-28 | -17/+31 |
| |