drtshock
dde0b20775
Reformat
2015-04-14 23:06:16 -05:00
md_5
465041b98b
Optimize player / user iteration.
...
* Add a method for backwards compatability with unmapped code.
* Convert all getOnlinePlayers() calls to use this method, part of the IEssentials interface
* Add a new method getOnlineUsers() Ljava/lang/Iterable;
* Convert appropriate calls to use this method
* Update Bukkit to #1945
* Update CraftBukkit to #3103
2014-07-19 20:07:50 +01:00
FearFree
5724c0c8df
Future Java versions may not support _ as identifier.
2014-03-22 16:08:11 +11:00
KHobbits
6f85761f7f
Extract CommandSender to CommandSource, this should prevent Ess user object leaks.
2013-10-16 21:05:33 +01:00
KHobbits
3377e3483d
Fix user comparison.
2013-07-09 09:08:26 +01:00
KHobbits
66911bb0a9
Improve hidden player matching.
...
Replace essentials.teleport.hidden with essentials.vanish.interact
Fix perm checks in tpall and tpaall
2013-05-23 22:59:09 +01:00
KHobbits
f9659dae68
Move the per world permissions:
...
essentials.world.worldname is moved to essentials.worlds.worldname
2012-09-08 22:50:20 +01:00
KHobbits
97eed50ccc
Adding world permission checks to:
...
tpaall tpall tpahere tphere tpohere
User is required to have the permission for the world he is in, before he can teleport users outside this world, to it.
2012-03-27 15:28:40 +01:00
ementalo
95d5217f58
Allow timeout of /tpa /tpahere requests
...
Adds new config setting tpa-accept-cancellation
Test #781
2011-12-08 23:43:09 +00:00
snowleo
220d68f375
Switch to the new I18n class and format cleanup of all classes
2011-11-21 02:55:26 +01:00
KHobbits
cd9ea163e4
Continuing code cleanup
2011-11-18 22:09:26 +00:00
KHobbits
e5a8cd88f0
Code cleanup continued.
2011-11-18 17:48:49 +00:00
snowleo
6427a93d14
Correctly charge for the use of commands.
...
We now first test, if the user could pay it, do the stuff and then charge him. If the command throws an exception, the user will not be charged.
2011-08-27 23:14:49 +02:00
KHobbits
2541efb682
Adding instructions to accept tpaall.
2011-08-17 14:27:27 +01:00
KHobbits
8ff405f2fe
Adding /tpaall - Teleport here request to all players.
2011-08-17 14:19:47 +01:00