summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Fixing up some TL mistakesKHobbits2012-06-10-89/+109
|
* Play a bit less greedy with eventsKHobbits2012-06-10-9/+9
|
* Remove dura command and merge into itemdb.KHobbits2012-06-10-46/+13
|
* Fix kits to only show to people who can use them.KHobbits2012-06-10-15/+4
|
* Merge pull request #72 from kukelekuuk00/masterKHobbits2012-06-10-0/+47
|\ | | | | Durability command
| * DERP #2kukelekuuk002012-06-10-2/+2
| |
| * DERPkukelekuuk002012-06-09-7/+6
| |
| * some more aliases for /durabilitykukelekuuk002012-06-02-1/+1
| |
| * added /dura a durability checkkukelekuuk002012-05-30-0/+48
| |
* | Merge pull request #75 from necrodoom/patch-1KHobbits2012-06-10-10/+94
|\ \ | | | | | | updating items.csv with newest pastebin, fixes duplicates and wrong alia...
| * | file indented for unknown reasonnecrodoom2012-06-10-3312/+3312
| | |
| * | updating items.csv with newest pastebin, fixes duplicates and wrong aliases. necrodoom2012-06-10-3229/+3313
|/ /
* | Fix xmpp format strippingsnowleo2012-06-08-1/+2
| |
* | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-06-03-71/+208
|\ \
| * \ Merge pull request #74 from Rutr/mastermd-52012-06-02-71/+71
| |\ \ | | |/ | |/| Edit the polish translation, thanks Rutr.
| | * translation some new messages and edit some existingRutr2012-06-02-71/+71
| |/
| * Don't allow armor to be used as a hat.md_52012-05-27-6/+22
| |
| * Add new command /hat and update translate keys as well as fix colour codes.md_52012-05-27-7/+128
| |
| * Client side note blocks don't play it seems (reverse-merged from commit ↵md_52012-05-26-1/+1
| | | | | | | | 0b60d4efe2fed324131e083f6d4168256d943588)
* | Fix broken preventmodify permissions check in invsee (*scowls at ementalo*)KHobbits2012-06-03-4/+11
|/ | | | Also added check to prevent duping items
* Tidy up PVP attack delay.KHobbits2012-05-22-6/+9
|
* Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-05-22-2/+27
|\
| * Adding new config setting login-attack-delay. Set this in seconds for a ↵ementalo2012-05-22-2/+27
| | | | | | | | | | | | delay before players can attack each other after logging on. Use permission "essentials.pvpdelay.exempt" to bypass this restriction
* | Separate toggle for world teleports using homes.KHobbits2012-05-22-2/+15
|/
* Code tidy.KHobbits2012-05-22-5/+3
|
* Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-05-22-2/+30
|\
| * Keep track of vanished players and tweak lag meter.md_52012-05-21-2/+30
| |
* | Patch null error in /home after recent update.KHobbits2012-05-22-11/+12
|/
* Make /home and /back obey the world perm system.KHobbits2012-05-20-3/+19
| | | | | | This will prevent players from moving between words using virtually all essentials commands. ATM /warp is excepted, because we already have per warp permissions. Ess3 may see warp permissions altered to: essentials.warp.<world>.<warpname>
* Fixing unit tests.KHobbits2012-05-19-0/+18
|
* Forgot to update plugin syntax.KHobbits2012-05-19-28/+28
| | | | Added missing perm checks.
* Exp command cleanupKHobbits2012-05-19-114/+77
|
* Merge pull request #70 from kukelekuuk00/masterKHobbits2012-05-19-0/+150
|\ | | | | /exp [set|give|player] [player] [amount]
| * Fixes made, added /exp fix [playername] this fixes negative exp.kukelekuuk002012-05-17-55/+110
| |
| * small description changekukelekuuk002012-05-14-1/+1
| |
| * new command /exp [set|give|player] [player] [amount]kukelekuuk002012-05-14-9/+59
| | | | | | perms are essentials.exp, essentials.exp.others, essentials.exp.set, essentials.exp.set.others, essentials.exp.give and essentials.exp.give.others
| * Added an /exp command that shows the amount of exp you have and how much you ↵kukelekuuk002012-05-13-0/+45
| | | | | | | | | | need for the next level. Permissions are essentials.exp and essentials.exp.needed
* | Update CraftBukkit: 1.2.5-R2.0 - 2190KHobbits2012-05-19-0/+36
| | | | | | | | Update Bukkit: 1.2.5-R2.0 - 1459
* | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-05-19-3/+124
|\ \
| * | There is no need to start a second task to measure lag, it can in fact be ↵md_52012-05-17-53/+38
| | | | | | | | | | | | measured with enough precision from the exisitng one.
| * | Add a LagMeter (ticks per second) to the /gc command. This command can now ↵md_52012-05-17-2/+138
| | | | | | | | | | | | | | | | | | be accessed with /lag as well. Also added a simple /vanish command, with the extra node essentials.vanish.see If you require a more advanced vanish solution checkout VanishNoPacket from mbaxter.
* | | Strip invalid chars from kit namesKHobbits2012-05-19-4/+5
|/ / | | | | | | This may possibly block some kits from working that previous worked, if the kit name contained unusual letters
* / Try to trim long displaynicks instead of blankly refusing to show them.KHobbits2012-05-13-32/+44
|/ | | | Will try trimming prefixes and dropping suffixes before trimming nicknames.
* Force 3 letters before matching players for /god /gamemode and /flyKHobbits2012-05-07-3/+3
|
* Revert "Update home count..." This reverts commit ↵KHobbits2012-05-07-13/+1
| | | | | | 9b731cc39c450c200c2c9a5c08492b54758d1344. On second thought, this would just lead to inconsistency....
* Home confirmation when using a bed.KHobbits2012-05-07-1/+3
|
* Update home count to include the bed home if set, this does not prevent ↵KHobbits2012-05-07-3/+17
| | | | people from setting a bed home if they are at max.
* Revert "Revert "New config option 'cancel-afk-on-move' - Set to false you ↵KHobbits2012-05-06-14/+38
| | | | | | | | don't use afk." -- This should fix afk mode." This reverts commit 95e6db679775d7ecb95ece8192b350f4c87169cb. Another attempt at adding 'cancel-afk-on-move' toggle.
* Revert "/me crashes ementalo's face for making the client crash."KHobbits2012-05-06-1/+3
| | | | | | This reverts commit 6d1e2dd10eb38ad4ad582a633f80e1e8443174c9. And fix the original bug.
* Add whisper to social spy trigger list.KHobbits2012-05-06-1/+1
|