Necrodoom
fd3f8941c5
update ID 137
2012-10-27 10:41:50 +03:00
KHobbits
504a82bc37
Merge branch '2.9' of github.com:essentials/Essentials into release
2012-10-26 21:41:49 +01:00
KHobbits
0acaff8a85
Reduce calls to bukkit getPlayer();
2012-10-26 21:34:36 +01:00
ementalo
7445d44a77
2.9 Release
2012-10-26 09:48:45 +01:00
KHobbits
2dccfdb53c
Fix tp delay message
2012-10-23 00:00:55 +01:00
KHobbits
c2cfa8a089
Update EssentialsAntiBuild/src/com/earth2me/essentials/antibuild/EssentialsAntiBuildListener.java
2012-10-22 14:55:52 +02:00
KHobbits
2c52ed361c
Update listener comment
2012-10-22 12:27:01 +02:00
Alexander Schepp
2a227a6400
Fix NPE in UserData on login
...
if no address is available
2012-10-21 23:17:08 +03:00
KHobbits
411a4cc7ee
Fix perm check in /kill
2012-10-20 19:24:33 +01:00
KHobbits
5d42895173
If the player is still alive, make sure he dies. (/kill)
2012-10-20 19:18:04 +01:00
KHobbits
84f8ff055f
Block explicit /home bed, unless user has "essentials.home.bed" permission.
...
This does not effect the '/home' command when used with no arguments.
In this case, a player will still be sent to the bed home, if they have no Ess home set.
2012-10-20 16:15:43 +01:00
KHobbits
eb845cc6dd
Remove extra home check.
2012-10-20 16:09:54 +01:00
Necrodoom
fff657a380
update mob.java to 1.4
2012-10-20 12:24:18 +03:00
Necrodoom
d589ac37ef
update items.csv to 1.4
...
items.csv version 2.2_01
2012-10-20 12:11:27 +03:00
ementalo
1269ed4b35
Fix test
2012-10-17 13:14:59 +01:00
ementalo
b4e6d55040
CB #2396 B #1566
2012-10-17 13:09:03 +01:00
snowleo
87edb235b5
Don't call plugin manager in Settings.
2012-10-15 20:30:52 +02:00
KHobbits
e4aaa5df1b
Merge pull request #174 from necrodoom/patch-13
...
fix sandstone slab aliases
2012-10-14 09:44:26 -07:00
Necrodoom
f237d83360
fix sandstone slab aliases
2012-10-14 19:40:57 +03:00
KHobbits
a25be26c12
Allow kicking of hidden players
2012-10-14 13:04:00 +01:00
KHobbits
209efb3ac9
Warn when banning a player who has never connected to the server.
2012-10-14 13:03:54 +01:00
Iaccidentally
b446df78e2
Update Essentials/src/items.csv
...
quick items.csv fix
2012-10-09 05:19:27 -03:00
KHobbits
75c6e3cccf
Merge branch '2.9' of github.com:essentials/Essentials into 2.9
2012-10-07 22:40:18 +01:00
KHobbits
110a70ec01
Add alt warp perm for others
2012-10-07 22:40:04 +01:00
snowleo
23b08e223c
Update AntiBuild for NB7.2
2012-10-07 23:00:09 +02:00
snowleo
dc44abbb1d
Prevent massive amount of mails being send.
...
Added new config: mails-per-minute, default 1000
2012-10-07 22:46:15 +02:00
KHobbits
532ecab05e
New permission: essentials.vanish.pvp
...
If you don't have this permission you cannot PVP while vanished.
2012-10-07 18:10:50 +01:00
KHobbits
e130bca4c5
Change default action colour to be different to /say
2012-10-06 22:26:51 +01:00
KHobbits
914a7b5968
Code comments
2012-10-06 03:49:36 +01:00
KHobbits
97544a755f
Comment for future sanity.
2012-10-05 02:06:23 +01:00
KHobbits
26bcb84ee3
Fix gamemode other perm check
2012-10-02 21:06:28 +01:00
KHobbits
9a6616b302
Better handle invalid warp names
2012-10-02 00:19:42 +01:00
KHobbits
2e115c73a2
Cleanup sethome
2012-10-01 20:32:10 +01:00
Alexander Schepp
c34167a135
Merge pull request #171 from chrisgward/patch-5
...
Adding console override to sudo chat
2012-10-01 10:31:48 -07:00
Chris Ward
ccd226f685
Adding console override to sudo chat, changing say to c:
2012-10-02 03:30:13 +10:00
ElgarL
42e4f3f6cb
Merge remote-tracking branch 'remotes/origin/2.9' into groupmanager
2012-10-01 17:51:56 +01:00
ElgarL
9a1920a8df
Merge branch '2.9' of https://ElgarL@github.com/essentials/Essentials.git into 2.9
2012-10-01 17:50:08 +01:00
ElgarL
38b2687f54
Move Event to LOW so permissions get updated before this event is
...
triggered.
With LOWEST it would only randomly work with most perm systems,
depending on the loading order.
2012-10-01 17:49:42 +01:00
Alexander Schepp
a3eff95988
Merge pull request #165 from chrisgward/patch-2
...
Adding say command to sudo to fake chat
2012-10-01 09:34:49 -07:00
Alexander Schepp
33c8e32da1
Merge pull request #166 from chrisgward/patch-3
...
Blocking numeric home names, changing invalid home message
2012-10-01 09:34:09 -07:00
Chris Ward
7fcc1da283
Blocking numeric home names, changing invalid home message
2012-10-02 02:32:52 +10:00
Chris Ward
eaa92b8c83
Adding -c switch to sudo to fake chat
2012-10-02 02:31:15 +10:00
Alexander Schepp
78f7d069b0
Merge pull request #169 from chrisgward/patch-5
...
Adding console only overrides to exempts
2012-10-01 09:15:18 -07:00
Alexander Schepp
c576af4d8f
Merge pull request #170 from chrisgward/2.9
...
Fixing storage of compiled regex
2012-10-01 09:12:35 -07:00
Chris Ward
6aad42e35e
Fixing storage of compiled regex
2012-10-02 02:11:05 +10:00
Chris Ward
a8575bddef
Adding console overrides to exempts
2012-10-02 01:57:29 +10:00
Iaccidentally
e44d0754b5
Merge pull request #164 from chrisgward/patch-1
...
Fixing bad file names in Windows (Fixes #2924 )
2012-10-01 07:16:22 -07:00
Chris Ward
f4b45f5ca0
Fixing bad file names in Windows ( Fixes #2924 )
2012-10-01 21:20:17 +10:00
ElgarL
eaa3b12c4b
allWorldsDataList now returns fully mirrored worlds whihc are not
...
identical mirrors (fixes the /manselect list).
2012-10-01 12:05:49 +01:00
KHobbits
99bad86db6
Merge pull request #163 from chrisgward/patch-1
...
Fixes #2933
2012-10-01 03:27:37 -07:00