ElgarL
78d4987d5d
Clear the player reference on logout so it's refreshed upon a reconnect.
2012-06-16 19:04:40 +01:00
KHobbits
9f852b3a41
Using /exp, show can't find player message, if no matching player is found.
2012-06-16 18:22:31 +01:00
KHobbits
edca2cbdff
Added missing syntax to plugin.yml
2012-06-16 17:56:12 +01:00
KHobbits
c578302d7c
Fix playerlistname update when prefix/suffix option is disabled.
...
Fixes #2216
2012-06-16 17:42:42 +01:00
KHobbits
dfce4b31f3
Adjust kit delay description.
...
Fixes #1580
2012-06-16 17:37:42 +01:00
KHobbits
669edfc048
Prevent joinbots from triggering join code, unless they are actually connected to the server and online.
2012-06-16 17:31:33 +01:00
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
a764f8c929
Fix chat showing [spy] prefix when social spy was not required to see the message.
...
Fixes #2263
2012-06-16 16:05:48 +01:00
KHobbits
5da886593b
Replace op ignore exempt with ignore exempt chat permission:
...
essentials.chat.ignoreexempt
This permission won't prevent a player from ignoring the player, but the player will see the chat messages anyway.
2012-06-16 16:01:27 +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
Iaccidentally
ee61ce35c8
Merge pull request #85 from kukelekuuk00/master
...
Updated dutch translation and fixed many grammar and spelling mistakes.
2012-06-15 15:06:38 -07:00
kukelekuuk00
6ec5b4a5da
Updated dutch translation and fixed many grammar and spelling mistakes.
2012-06-16 00:02:19 +02:00
Iaccidentally
d63ad6fc0c
Merge pull request #82 from kukelekuuk00/master
...
Allow your hat to be removed with /hat remove
2012-06-15 13:44:51 -07:00
kukelekuuk00
641a4b9dff
Allow your hat to be removed with /hat remove
2012-06-15 22:36:26 +02:00
Paul A.
31001d6b1a
Merge pull request #81 from kukelekuuk00/master
...
/vanish [on|off] - thanks kukelekuuk00
2012-06-15 03:05:13 -07: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
Iaccidentally
cafdb919e4
Merge branch 'master' of https://github.com/essentials/Essentials
2012-06-12 22:33:12 -04:00
Iaccidentally
808f448399
add /e<command> aliases to essentials spawn
2012-06-12 22:28:10 -04: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
1e04e3f80d
This is broken for some reason. Removing until fixed.
2012-06-12 01:41:39 -04:00
Iaccidentally
c32e10caac
oops. forgot this.
2012-06-12 01:13:12 -04:00
Iaccidentally
120440d45b
add admin chat
2012-06-12 00:59:53 -04:00
Iaccidentally
61b85901a3
Merge pull request #79 from Iaccidentally/master
...
update messages_pt.properties
2012-06-11 19:40:42 -07:00
Iaccidentally
f0b3acf491
fix Portuguese translation with new messages
2012-06-11 22:34:40 -04:00
Alexander Schepp
f2d624a795
Merge pull request #78 from Iaccidentally/master
...
fix some tl keys
2012-06-11 19:17:44 -07: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
KHobbits
593f1dd67f
Update Bukkit to 1.2.5-R4
...
Bukkit: #1473 CB: #2222
2012-06-11 00:40:45 +01: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