KHobbits
0a9c88a990
Added TL key for ban syntax,
...
Default message: "Banned: <reason>"
Default reason: The Ban Hammer has spoken!
Optional 2nd param to banReason, {1}, will contain user who made the ban.
Example use: "banReason=Banned for {0} by {1}"
2012-06-16 17:10:47 +01:00
KHobbits
4e5e5a9684
Fix teleport cooldowns - thanks @basicsensei
...
Fixes #2260
2012-06-16 16:46:40 +01:00
KHobbits
97eada7dd6
Players should not be able to ignore Console
...
Also implement chat exempt permission in other commands.
2012-06-16 16:22:51 +01:00
KHobbits
4c5a88929c
Fix /exp so it can be used in the console
2012-06-16 14:26:29 +01:00
KHobbits
af7e427545
Avoid silent command failures on /hat (ie typing /hat fish will no longer silently return as if broken)
2012-06-16 14:02:13 +01:00
KHobbits
4638c5ab55
Added missing TL key 'hatRemoved'
2012-06-16 13:56:36 +01:00
KHobbits
0c2e63baad
Make /vanish follow the same rules as /fly, /god and /gamemode
2012-06-16 13:53:46 +01:00
kukelekuuk00
6ec5b4a5da
Updated dutch translation and fixed many grammar and spelling mistakes.
2012-06-16 00:02:19 +02:00
kukelekuuk00
641a4b9dff
Allow your hat to be removed with /hat remove
2012-06-15 22:36:26 +02:00
kukelekuuk00
d1a1559dca
args[0] instead of args[1]
...
derp
2012-06-15 11:41:06 +02:00
kukelekuuk00
0d56b700bf
/vanish [on|off]
2012-06-15 11:02:04 +02:00
KHobbits
10d902e730
Revert "Invert teleport timer."
...
This reverts commit 0436962ee7
.
2012-06-13 03:06:42 +01:00
KHobbits
0436962ee7
Invert teleport timer.
2012-06-13 02:51:47 +01:00
KHobbits
2bebb0bd61
3 char min length on /pay and /msg
2012-06-13 00:49:36 +01:00
Iaccidentally
c32e10caac
oops. forgot this.
2012-06-12 01:13:12 -04:00
Iaccidentally
f0b3acf491
fix Portuguese translation with new messages
2012-06-11 22:34:40 -04:00
Iaccidentally
9e1d7aca92
fix some tl keys
2012-06-11 22:05:30 -04:00
KHobbits
3b43f7bf03
Messing around with whois syntax
...
(TL's probably need some love)
2012-06-12 01:43:20 +01:00
KHobbits
2f18c6edf1
Fix spacing issue in /list
2012-06-12 00:27:21 +01:00
KHobbits
79f8699174
Fixing messed enchantment.
2012-06-12 00:18:53 +01:00
KHobbits
602681dcc2
Merge pull request #76 from necrodoom/patch-2
...
pull request for expanding enchant database
2012-06-11 16:17:53 -07:00
KHobbits
3e63047c38
Merge pull request #77 from necrodoom/patch-3
...
woodenslab fix, pointed out by branicyeti
2012-06-11 16:17:21 -07:00
KHobbits
4f2f166824
Adding mute status to /whois
2012-06-12 00:16:09 +01:00
necrodoom
fc782f286d
woodenslab fix, pointed out by branicyeti
2012-06-11 16:39:18 +03:00
necrodoom
425c548611
pull request for expanding enchant database
2012-06-11 15:08:12 +03:00
md_5
8cff4348a6
Fix the vanish command for good.
2012-06-11 09:18:06 +10:00
KHobbits
40271f2ddf
I spied some more big Booleans.
2012-06-11 00:14:19 +01:00
KHobbits
aa1205f42d
i should prefer boolean to Boolean.
2012-06-11 00:08:31 +01:00
KHobbits
2e15de483d
Make /whois throw an error if no matching players are found.
2012-06-11 00:07:22 +01:00
md_5
77b0415c1b
Pass the actual player object to Bukkit.
2012-06-11 08:45:24 +10:00
KHobbits
43b3a9df23
/vanish command sets players invisible to essentials commands.
2012-06-10 23:36:10 +01:00
KHobbits
8b47b80b0b
Broadcast command allows colour formatting.
2012-06-10 23:35:50 +01:00
KHobbits
13da8c3adc
Fix /lightning <player> <damage> to actually deal the proper set damage (5 or 25% by default).
2012-06-10 23:00:49 +01:00
KHobbits
a10190df51
Fix /essentials command to not show command debugging if there were no conflicts.
2012-06-10 22:46:56 +01:00
KHobbits
ecfa745484
Try to be a little more sensible with stored cooldowns.
2012-06-10 21:55:48 +01:00
KHobbits
20d439578b
Fix /mute to follow same convention as /tjail
...
Fixed #2056
2012-06-10 19:56:24 +01:00
KHobbits
dd7f1bcf25
Missing event aborts in sign code.
2012-06-10 19:40:09 +01:00
KHobbits
3b855255cf
Fix bug with /remove and minecarts
2012-06-10 19:36:31 +01:00
KHobbits
23283426e0
Allow syntax: /god <player> <on/off>
2012-06-10 19:20:43 +01:00
KHobbits
c958bc78dd
Allow syntax: /fly <player> <on/off>
2012-06-10 19:11:45 +01:00
KHobbits
24ec242ecf
Fixing up some TL mistakes
2012-06-10 18:38:55 +01:00
KHobbits
9068c13e39
Play a bit less greedy with events
2012-06-10 18:33:07 +01:00
KHobbits
024aff0af5
Remove dura command and merge into itemdb.
2012-06-10 18:31:28 +01:00
KHobbits
57c1d75779
Fix kits to only show to people who can use them.
2012-06-10 18:27:55 +01:00
KHobbits
8c434783a2
Merge pull request #72 from kukelekuuk00/master
...
Durability command
2012-06-10 10:22:42 -07:00
necrodoom
b218d33a24
file indented for unknown reason
2012-06-10 18:06:26 +03:00
necrodoom
6e0f4674d5
updating items.csv with newest pastebin, fixes duplicates and wrong aliases.
2012-06-10 15:29:34 +03:00
kukelekuuk00
62812e1e3a
DERP #2
2012-06-10 14:19:03 +02:00
kukelekuuk00
63680b4911
DERP
2012-06-09 23:06:09 +02:00
KHobbits
93980629d3
Merge branch 'master' of github.com:essentials/Essentials
2012-06-03 16:35:12 +01:00