Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reduce calls to bukkit getPlayer(); | KHobbits | 2012-10-26 | -64/+17 |
| | ||||
* | Fix tp delay message | KHobbits | 2012-10-23 | -7/+7 |
| | ||||
* | Update ↵ | KHobbits | 2012-10-22 | -0/+4 |
| | | | | EssentialsAntiBuild/src/com/earth2me/essentials/antibuild/EssentialsAntiBuildListener.java | |||
* | Update listener comment | KHobbits | 2012-10-22 | -0/+1 |
| | ||||
* | Fix NPE in UserData on login | Alexander Schepp | 2012-10-21 | -1/+4 |
| | | | if no address is available | |||
* | Fix perm check in /kill | KHobbits | 2012-10-20 | -1/+1 |
| | ||||
* | If the player is still alive, make sure he dies. (/kill) | KHobbits | 2012-10-20 | -1/+7 |
| | ||||
* | Block explicit /home bed, unless user has "essentials.home.bed" permission. | KHobbits | 2012-10-20 | -1/+1 |
| | | | | | This does not effect the '/home' command when used with no arguments. In this case, a player will still be sent to the bed home, if they have no Ess home set. | |||
* | Remove extra home check. | KHobbits | 2012-10-20 | -1/+0 |
| | ||||
* | Fix test | ementalo | 2012-10-17 | -0/+36 |
| | ||||
* | CB #2396 B #1566 | ementalo | 2012-10-17 | -1/+1 |
| | ||||
* | Don't call plugin manager in Settings. | snowleo | 2012-10-15 | -1/+16 |
| | ||||
* | Merge pull request #174 from necrodoom/patch-13 | KHobbits | 2012-10-14 | -4/+3 |
|\ | | | | | fix sandstone slab aliases | |||
| * | fix sandstone slab aliases | Necrodoom | 2012-10-14 | -4/+3 |
|/ | ||||
* | Allow kicking of hidden players | KHobbits | 2012-10-14 | -10/+27 |
| | ||||
* | Warn when banning a player who has never connected to the server. | KHobbits | 2012-10-14 | -2/+21 |
| | ||||
* | Update Essentials/src/items.csv | Iaccidentally | 2012-10-09 | -1/+1 |
| | | | quick items.csv fix | |||
* | Merge branch '2.9' of github.com:essentials/Essentials into 2.9 | KHobbits | 2012-10-07 | -57/+438 |
|\ | ||||
| * | Update AntiBuild for NB7.2 | snowleo | 2012-10-07 | -55/+402 |
| | | ||||
| * | Prevent massive amount of mails being send. | snowleo | 2012-10-07 | -2/+36 |
| | | | | | | | | Added new config: mails-per-minute, default 1000 | |||
* | | Add alt warp perm for others | KHobbits | 2012-10-07 | -1/+3 |
|/ | ||||
* | New permission: essentials.vanish.pvp | KHobbits | 2012-10-07 | -0/+5 |
| | | | | If you don't have this permission you cannot PVP while vanished. | |||
* | Change default action colour to be different to /say | KHobbits | 2012-10-06 | -9/+11 |
| | ||||
* | Code comments | KHobbits | 2012-10-06 | -6/+15 |
| | ||||
* | Comment for future sanity. | KHobbits | 2012-10-05 | -0/+5 |
| | ||||
* | Fix gamemode other perm check | KHobbits | 2012-10-02 | -9/+17 |
| | ||||
* | Better handle invalid warp names | KHobbits | 2012-10-02 | -9/+26 |
| | ||||
* | Cleanup sethome | KHobbits | 2012-10-01 | -7/+19 |
| | ||||
* | Merge pull request #171 from chrisgward/patch-5 | Alexander Schepp | 2012-10-01 | -3/+3 |
|\ | | | | | Adding console override to sudo chat | |||
| * | Adding console override to sudo chat, changing say to c: | Chris Ward | 2012-10-02 | -3/+3 |
|/ | ||||
* | Merge branch '2.9' of https://ElgarL@github.com/essentials/Essentials.git ↵ | ElgarL | 2012-10-01 | -243/+603 |
|\ | | | | | | | into 2.9 | |||
| * | Merge pull request #165 from chrisgward/patch-2 | Alexander Schepp | 2012-10-01 | -0/+9 |
| |\ | | | | | | | Adding say command to sudo to fake chat | |||
| | * | Adding -c switch to sudo to fake chat | Chris Ward | 2012-10-02 | -0/+9 |
| | | | ||||
| * | | Merge pull request #166 from chrisgward/patch-3 | Alexander Schepp | 2012-10-01 | -2/+18 |
| |\ \ | | | | | | | | | Blocking numeric home names, changing invalid home message | |||
| | * | | Blocking numeric home names, changing invalid home message | Chris Ward | 2012-10-02 | -2/+18 |
| | |/ | ||||
| * | | Merge pull request #169 from chrisgward/patch-5 | Alexander Schepp | 2012-10-01 | -2/+3 |
| |\ \ | | | | | | | | | Adding console only overrides to exempts | |||
| | * | | Adding console overrides to exempts | Chris Ward | 2012-10-02 | -2/+3 |
| | | | | ||||
| * | | | Merge pull request #170 from chrisgward/2.9 | Alexander Schepp | 2012-10-01 | -1/+2 |
| |\ \ \ | | |/ / | |/| | | Fixing storage of compiled regex | |||
| | * | | Fixing storage of compiled regex | Chris Ward | 2012-10-02 | -1/+2 |
| |/ / | ||||
| * | | Merge pull request #164 from chrisgward/patch-1 | Iaccidentally | 2012-10-01 | -1/+3 |
| |\ \ | | |/ | |/| | Fixing bad file names in Windows (Fixes #2924) | |||
| | * | Fixing bad file names in Windows (Fixes #2924) | Chris Ward | 2012-10-01 | -1/+3 |
| | | | ||||
| * | | Merge pull request #163 from chrisgward/patch-1 | KHobbits | 2012-10-01 | -1/+1 |
| |\| | | | | | | | Fixes #2933 | |||
| | * | Typo (Ticket 2933) | Chris Ward | 2012-10-01 | -1/+1 |
| |/ | ||||
| * | Merge pull request #158 from necrodoom/patch-10 | KHobbits | 2012-09-30 | -2/+271 |
| |\ | | | | | | | update potion aliases- add all unused potions | |||
| | * | update potion aliases- add all unused potions | Necrodoom | 2012-09-28 | -3/+272 |
| | | | | | | | | | items.csv version 2.1_13 | |||
| * | | Merge pull request #162 from necrodoom/patch-12 | KHobbits | 2012-09-30 | -1/+2 |
| |\ \ | | | | | | | | | small fixes to items.csv | |||
| | * | | small fixes to items.csv | Necrodoom | 2012-09-30 | -1/+2 |
| | | | | ||||
| * | | | Restore removed tp method, it is used in other plugins. | KHobbits | 2012-09-30 | -0/+7 |
| | | | | ||||
| * | | | Merge branch 'release' of github.com:essentials/Essentials into 2.9 | KHobbits | 2012-09-30 | -0/+0 |
| |\ \ \ | | |/ / | |/| | | ||||
| | * | | update kit sign permission check | Necrodoom | 2012-09-30 | -1/+1 |
| | | | |