ementalo
0395b5d222
Revert "add essentials.keepxp to allow a player to keep their level after death."
...
This reverts commit 3b25235755
.
2012-06-25 21:40:22 +01:00
Iaccidentally
3b25235755
add essentials.keepxp to allow a player to keep their level after death.
2012-06-24 23:27:30 -04:00
ElgarL
51d61e7a91
Fix loading users with only numerals in their names to be seen as
...
strings.
2012-06-24 13:10:22 +01:00
KHobbits
4d17b73291
Revert "fix /back resetting on logout"
...
This is desired behavior, and required for other features.
This reverts commit 329f93a4f6
.
2012-06-23 13:33:36 +01:00
md-5
f7a34c49fb
Merge pull request #89 from necrodoom/patch-7
...
major slab alias expansion for items.csv
2012-06-23 02:07:34 -07:00
necrodoom
d0a8dc4812
major slab alias expansion for items.csv
2012-06-23 12:02:28 +03:00
Alexander Schepp
0466a60093
Too much space :D
2012-06-22 20:12:56 +03:00
Alexander Schepp
2c6a81a916
Prevent NPEs in KeywordReplacer
2012-06-22 19:16:40 +03:00
ElgarL
656f25dc97
Only output a Data update message if something has changed.
2012-06-22 15:44:04 +01:00
Iaccidentally
329f93a4f6
fix /back resetting on logout
2012-06-22 03:44:19 -04:00
md-5
b70f950479
Merge pull request #88 from SyntaxBlitz/master
...
Fix /vanish with no arguments doing nothing
2012-06-21 04:31:18 -07:00
Timothy Aveni
38a2e2bcfd
Fix /vanish with no arguments doing nothing
2012-06-21 06:17:26 -04:00
md-5
d9b91e0c34
Merge pull request #87 from necrodoom/patch-5
...
updated items.csv, 43:4, 43:5, 44:4, 44:5
2012-06-21 03:03:39 -07:00
necrodoom
4ae5579068
while enraged at mibbit and esper failing to work, updated items.csv
2012-06-21 12:18:14 +03:00
md_5
f1a7be09c2
Merge remote-tracking branch 'origin/groupmanager'
2012-06-21 18:27:21 +10:00
md_5
0742ca23c1
Update Czech translation.
2012-06-21 18:18:57 +10:00
Iaccidentally
8823ce070e
change some default values
2012-06-21 05:05:22 -03:00
Iaccidentally
d77f6cbbf1
fixxy fixxy
2012-06-19 18:13:47 -04:00
Iaccidentally
909c8b3cb5
Add Finnish translation
2012-06-19 18:02:05 -04:00
Iaccidentally
5b7d29fa55
Merge branch 'master' of https://github.com/essentials/Essentials
2012-06-19 17:56:43 -04:00
KHobbits
8dfb3c03c7
*borrows snowleo's strainer*
2012-06-19 20:57:40 +01:00
Iaccidentally
6e8031f477
Merge branch 'master' of https://github.com/essentials/Essentials
2012-06-19 12:48:55 -04:00
Paul A.
81c545f45b
Merge pull request #86 from necrodoom/patch-4
...
adding beef and steak to items.csv - thanks @necrodoom
2012-06-19 07:13:37 -07:00
KHobbits
65025d47c5
Little safety check for bad plugins.
2012-06-19 09:03:37 +01:00
KHobbits
4f23e8aaeb
Patch to allow plugins to use ignore lookup, without updating their own code.
2012-06-19 08:59:26 +01:00
KHobbits
aea2c00a95
Add optional 2n'd param to temp ban reason TL key.
2012-06-19 08:46:33 +01:00
necrodoom
eafe0380e1
hotfix before 2.9.2 release
2012-06-19 10:04:13 +03:00
ementalo
3975ceb2a0
Fixing vanish on off arguments
2012-06-18 15:35:21 +01:00
ementalo
0a3ecbcd0e
Use the assigned variable when looking at durability in itemdb
2012-06-18 10:28:37 +01:00
KHobbits
9679a90d88
Add sign throttle config option.
...
Allows you to limit how often an Essentials sign can be spammed per player.
2012-06-17 19:28:59 +01:00
Iaccidentally
c4a704b1a2
The French are weird : they use colons like this.
2012-06-17 11:50:52 -04:00
Iaccidentally
776900bd7b
fix spacing issue in messages.properties
2012-06-17 11:41:00 -04:00
ElgarL
5683ea35fc
Better update for the User object player reference.
2012-06-16 19:12:54 +01:00
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