1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-24 21:31:32 +02:00
Commit Graph

89 Commits

Author SHA1 Message Date
Iaccidentally
f056d430c4 Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff 2013-11-06 21:22:32 -05:00
Chris Ward
d84fb870bf Add Maven Support 2013-10-19 12:19:39 +01:00
KHobbits
ff46b39f2b Extract CommandSender to CommandSource, this should prevent Ess user object leaks. 2013-10-16 21:05:33 +01:00
KHobbits
4146c401f0 Clarify kit errors 2013-09-05 15:40:43 +01:00
Iaccidentally
878a5a2674 [API] fix other modules to use new packages 2013-07-13 12:40:50 -04:00
KHobbits
fe85668021 More cleanup 2013-07-07 13:02:40 +01:00
KHobbits
7470ee6854 Split util classes. 2013-06-08 22:31:19 +01:00
KHobbits
244592a9e2 Essentials API cleanup and teleport possession fixing. (UNSTABLE) 2013-06-08 19:34:14 +01:00
KHobbits
7c4519e425 Update Essentials spawn to use new kit params. 2013-05-27 02:29:28 +01:00
KHobbits
bf2e2d4517 Forgot to push Essentials spawn changes. 2013-05-24 00:10:39 +01:00
Necrodoom
8ed7022bf4 [Fix] Print correct sender name on /spawn player from console. 2013-03-19 20:59:02 +00:00
KHobbits
55a1e40bf2 [Fix] Charging players at wrong point in /spawn 2013-02-28 12:52:22 +00:00
Iaccidentally
3525a7e201 This is still needed. 2013-02-25 22:44:52 -05:00
KHobbits
be98b5d915 Revert "[Spawn] Please join me in welcoming EssentialsSpawn to Java 1.6 and modern bukkit.
This reverts commit a403dbabf6.
If you don't understand the code, don't touch it.
2013-02-26 03:30:11 +00:00
Iaccidentally
a403dbabf6 [Spawn] Please join me in welcoming EssentialsSpawn to Java 1.6 and modern bukkit. :: http://i.imgur.com/79Izo.jpg 2013-02-25 22:01:06 -05:00
snowleo
b5873f28fd Check if player is still online 2013-02-08 21:18:00 +01:00
snowleo
61d53a3347 Fix async access to bukkit code 2013-02-08 21:16:21 +01:00
KHobbits
cd8ee29ca6 Let Bukkit decide if a bedspawn is valid or not.
Bukkit's bed fix forces minimum bukkit change.
2013-02-01 02:59:40 +00:00
Iaccidentally
80e2c82399 Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronously 2013-01-31 14:16:09 -05:00
KHobbits
e67d3ac682 Code comments 2012-11-04 02:24:54 +00:00
KHobbits
0c42e90746 Support new lines in newbie welcome message. 2012-09-22 21:15:04 +01:00
KHobbits
8d19e48605 Async EssentialsSpawn join event, like the others. 2012-09-08 14:55:37 +01:00
snowleo
32362f33c1 Netbeans 7.2 changes 2012-08-03 09:45:44 +02:00
Iaccidentally
646d9dec3a add /e<command> aliases to essentials spawn 2012-06-12 22:28:10 -04:00
KHobbits
c9aaba9fac Implement all abstract methods. 2012-03-28 15:12:25 +01:00
KHobbits
654663c0fd Adding starter/newbie kit to EssentialsSpawn
Optimization to EssentialsSpawn join event.
2012-03-04 20:09:25 +00:00
KHobbits
3af589bfd8 Prevent EssSpawn trying to handle spawning of jailed players. 2012-02-28 02:45:03 +00:00
KHobbits
d0c89f4e9f Adding full keyword support for newb join message.
Also adding {ADDRESS} and {USERNAME} as new keywords.
2012-02-18 21:09:18 +00:00
KHobbits
e82ee71bd9 If bed home is set, give priority when spawning. 2012-01-28 00:57:08 +00:00
KHobbits
72885e1d6c Check bed still exist, for bed homes. 2012-01-28 00:49:22 +00:00
KHobbits
085250c72f Switch website URL's to point at wiki. 2012-01-28 00:20:46 +00:00
ementalo
0a05cda9bc Don't try to spawn users who have disconnected before we have a chance to spawn them 2012-01-24 22:43:33 +00:00
snowleo
a44c6d51f7 Removing load info, bucket displays that now. 2012-01-20 05:52:35 +01:00
snowleo
49318ba78f New Event code for EssentialsSpawn 2012-01-20 05:34:28 +01:00
KHobbits
ce6f6ad855 Removing debugging messages. 2012-01-13 22:50:48 +00:00
KHobbits
d242de8cc8 Adjusting default spawn behavior.
Moving option in config file.
2012-01-13 22:41:47 +00:00
snowleo
955843d6a0 Netbeans 7.1 stuff 2012-01-12 23:37:39 +01:00
KHobbits
61d77e5a44 Update copylibs. 2011-12-13 03:11:11 +00:00
KHobbits
825ebbd568 Update Bukkit jars and paths. 2011-12-12 22:45:59 +00:00
KHobbits
462c8e2e54 Update plugin information. 2011-12-09 21:51:31 +00:00
KHobbits
edfa47705f Adjusting /spawn to not trigger respawn event. 2011-12-08 02:21:10 +00:00
snowleo
794e92879f Allow to set the Respawn priority in config. 2011-12-07 15:09:22 +01:00
snowleo
261ebebb62 Null check in new player teleport, fixes #1212 2011-12-07 10:37:34 +01:00
ementalo
47f29cbe5d Catch TeleportClause.COMMAND in the teleport listener.
Changed Teleport methods to pass a TeleportClause param
2011-12-07 01:12:36 +00:00
snowleo
e42d05c43e Refactoring to create less redundant code 2011-12-06 15:38:14 +01:00
snowleo
166dfbd532 Prevent some rare cases of NPE and Deadlocks, better error handling on yaml load 2011-12-06 14:39:52 +01:00
snowleo
4c2b9b8d0f Updated EssentialsSpawn to use the new config code
/spawn and /home now call the PlayerRespawnEvent to make it more compatible with other plugins.
2011-12-06 13:41:29 +01:00
snowleo
49004cf0ec Ignore teleport cooldown on /tjail 2011-12-04 22:57:40 +01:00
snowleo
b50e9dbe73 Added missing [player] to plugin.yml 2011-12-04 22:10:20 +01:00
snowleo
7816313028 New permission essentials.spawn.others 2011-12-04 22:09:36 +01:00