summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Update Essentials/src/items.csvIaccidentally2012-10-09-1/+1
| | | quick items.csv fix
* Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-10-07-57/+438
|\
| * Update AntiBuild for NB7.2snowleo2012-10-07-55/+402
| |
| * Prevent massive amount of mails being send.snowleo2012-10-07-2/+36
| | | | | | | | Added new config: mails-per-minute, default 1000
* | Add alt warp perm for othersKHobbits2012-10-07-1/+3
|/
* New permission: essentials.vanish.pvpKHobbits2012-10-07-0/+5
| | | | If you don't have this permission you cannot PVP while vanished.
* Change default action colour to be different to /sayKHobbits2012-10-06-9/+11
|
* Code commentsKHobbits2012-10-06-6/+15
|
* Comment for future sanity.KHobbits2012-10-05-0/+5
|
* Fix gamemode other perm checkKHobbits2012-10-02-9/+17
|
* Better handle invalid warp namesKHobbits2012-10-02-9/+26
|
* Cleanup sethomeKHobbits2012-10-01-7/+19
|
* Merge pull request #171 from chrisgward/patch-5Alexander Schepp2012-10-01-3/+3
|\ | | | | Adding console override to sudo chat
| * Adding console override to sudo chat, changing say to c:Chris Ward2012-10-02-3/+3
|/
* Merge branch '2.9' of https://ElgarL@github.com/essentials/Essentials.git ↵ElgarL2012-10-01-243/+603
|\ | | | | | | into 2.9
| * Merge pull request #165 from chrisgward/patch-2Alexander Schepp2012-10-01-0/+9
| |\ | | | | | | Adding say command to sudo to fake chat
| | * Adding -c switch to sudo to fake chatChris Ward2012-10-02-0/+9
| | |
| * | Merge pull request #166 from chrisgward/patch-3Alexander Schepp2012-10-01-2/+18
| |\ \ | | | | | | | | Blocking numeric home names, changing invalid home message
| | * | Blocking numeric home names, changing invalid home messageChris Ward2012-10-02-2/+18
| | |/
| * | Merge pull request #169 from chrisgward/patch-5Alexander Schepp2012-10-01-2/+3
| |\ \ | | | | | | | | Adding console only overrides to exempts
| | * | Adding console overrides to exemptsChris Ward2012-10-02-2/+3
| | | |
| * | | Merge pull request #170 from chrisgward/2.9Alexander Schepp2012-10-01-1/+2
| |\ \ \ | | |/ / | |/| | Fixing storage of compiled regex
| | * | Fixing storage of compiled regexChris Ward2012-10-02-1/+2
| |/ /
| * | Merge pull request #164 from chrisgward/patch-1Iaccidentally2012-10-01-1/+3
| |\ \ | | |/ | |/| Fixing bad file names in Windows (Fixes #2924)
| | * Fixing bad file names in Windows (Fixes #2924)Chris Ward2012-10-01-1/+3
| | |
| * | Merge pull request #163 from chrisgward/patch-1KHobbits2012-10-01-1/+1
| |\| | | | | | | Fixes #2933
| | * Typo (Ticket 2933)Chris Ward2012-10-01-1/+1
| |/
| * Merge pull request #158 from necrodoom/patch-10KHobbits2012-09-30-2/+271
| |\ | | | | | | update potion aliases- add all unused potions
| | * update potion aliases- add all unused potionsNecrodoom2012-09-28-3/+272
| | | | | | | | | items.csv version 2.1_13
| * | Merge pull request #162 from necrodoom/patch-12KHobbits2012-09-30-1/+2
| |\ \ | | | | | | | | small fixes to items.csv
| | * | small fixes to items.csvNecrodoom2012-09-30-1/+2
| | | |
| * | | Restore removed tp method, it is used in other plugins.KHobbits2012-09-30-0/+7
| | | |
| * | | Merge branch 'release' of github.com:essentials/Essentials into 2.9KHobbits2012-09-30-0/+0
| |\ \ \ | | |/ / | |/| |
| | * | update kit sign permission checkNecrodoom2012-09-30-1/+1
| | | |
| | * | update warp sign permission checkNecrodoom2012-09-30-1/+1
| | | |
| | * | Should fix tpaccept charge bug - needs testingKHobbits2012-09-30-0/+1
| | | |
| * | | New permission: essentials.teleport.timer.move - allow players to move ↵KHobbits2012-09-29-10/+11
| | | | | | | | | | | | | | | | during tp delay
| * | | Little bit DRYerKHobbits2012-09-29-34/+35
| | | |
| * | | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-09-29-2/+2
| |\ \ \
| | * \ \ Merge pull request #161 from necrodoom/patch-11KHobbits2012-09-29-2/+2
| | |\ \ \ | | | | | | | | | | | | update signs permission check
| | | * | | update kit sign permission checkNecrodoom2012-09-29-1/+1
| | | | | |
| | | * | | update warp sign permission checkNecrodoom2012-09-29-1/+1
| | |/ / /
| * | | | Properly handle tphere requests so the right user is in control/charged.KHobbits2012-09-29-18/+63
| | | | |
| * | | | Tidy Teleport fileKHobbits2012-09-29-37/+38
| |/ / /
| * / / Should fix tpaccept charge bug - needs testingKHobbits2012-09-29-0/+1
| |/ /
| * | Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9KHobbits2012-09-28-8/+13
| |\ \
| | * | Update users.yml to follow new ordering.ElgarL2012-09-25-3/+3
| | | |
| | * | No need for a new array.ElgarL2012-09-25-3/+1
| | | |
| | * | Add alphabetically sorted user lists.ElgarL2012-09-25-5/+12
| | | |
| * | | Add potion effect clearing on /heal - Chris WardKHobbits2012-09-28-15/+18
| | | |