1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 01:54:25 +02:00

63 Commits

Author SHA1 Message Date
md_5
035182fcda 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
KHobbits
9c8be30b2d Cleanup 2014-04-06 15:44:37 +01:00
FearFree
51bd0d88f3 Future Java versions may not support _ as identifier. 2014-03-22 16:08:11 +11:00
KHobbits
807a5c382f Reformat pom 2014-02-08 00:13:46 +00:00
Iaccidentally
78b74afa4b Modifier order consistency 2014-02-04 11:11:43 -05:00
Chris Ward
85c09226e2 Restore Bukkit dependency to parent pom 2014-01-30 10:34:16 +11:00
KHobbits
cd2fc1928f Force Bukkit version to match deps. 2014-01-25 23:29:48 +00:00
Chris Ward
5f78452880 Remove Ant, migrate Netbeans code style to pom.xml 2013-12-27 03:47:13 +11: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
Iaccidentally
4583e549ea Cleanup XMPP PR 2013-10-16 20:53:30 +01:00
patjense
595c5c4da2 add delayed task for XMPP presence update 2013-10-16 20:52:50 +01:00
patjense
a11ba6b09a add XMPP presence management stack 2013-10-16 20:52:50 +01:00
patjense
8083cfba89 add update for global presence handler 2013-10-16 20:52:50 +01:00
KHobbits
8a30272022 Fix failing XMPP build. 2013-07-13 17:36:35 +01:00
KHobbits
0be9986dfb Misc cleanup 2013-07-07 12:38:01 +01:00
KHobbits
7470ee6854 Split util classes. 2013-06-08 22:31:19 +01:00
Chris Ward
d809e13837 Add debug option to XMPP 2013-01-23 19:41:36 +11:00
Alexander Schepp
e8b45dba88 Use the right formatter in XMPP 2012-12-30 00:23:04 +01:00
snowleo
d238d353c9 Add log color removal.
(This could already be done with the bukkit setting "log-strip-color")
2012-11-27 19:54:32 +01:00
DerFlash
77f7027c50 Fix problems with async chat event not sending messages to xmpp chat spy 2012-09-13 14:57:02 +02:00
snowleo
050f80c52a Thread safety for XMPP 2012-08-04 10:48:56 +02:00
ementalo
55b083ddbf CB #2289 Bukkit #1512
Change PlayerChatEvent to AsyncPlayerChatEvent
2012-08-04 09:25:54 +01:00
snowleo
32362f33c1 Netbeans 7.2 changes 2012-08-03 09:45:44 +02:00
snowleo
f13df076b9 Fix xmpp format stripping 2012-06-08 00:34:25 +03:00
md_5
10ccc503ee Merge remote-tracking branch 'origin/master' 2012-03-01 16:23:21 +11:00
md_5
1195149c4d Remove old, unwanted manifest.mf files 2012-03-01 12:27:59 +11:00
snowleo
406295a548 Updated Essentials to work with R5 2012-02-21 17:33:46 +01:00
KHobbits
085250c72f Switch website URL's to point at wiki. 2012-01-28 00:20:46 +00:00
snowleo
a44c6d51f7 Removing load info, bucket displays that now. 2012-01-20 05:52:35 +01:00
snowleo
3315019203 Update for new CraftBukkit Event Code
EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
2012-01-20 05:20:37 +01: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
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
073e04c51f Update of Smack to 3.2.1 2011-12-01 02:11:40 +01:00
snowleo
b3f4e32401 Cleanup of the library folder
Also: we don't use the mysql.jar/sqlite.jar anymore, since it is included in craftbukkit. I don't know why this reference in config.yml still exists.
2011-12-01 01:35:48 +01:00
snowleo
3888b08f6d If Essentials core fails to read one of the configs now, it will disable itself. If other modules detect that Essentials is not enabled, they will be disabled too. EssentialsProtect will go into emergency mode, canceling all events that could hurt your world. Fix the file and either restart or reload the server. 2011-11-30 20:49:11 +01:00
snowleo
164dbf0af4 Locale.ENGLISH!!1! 2011-11-27 06:23:07 +01:00
snowleo
e3fa243753 Switch to the new I18n class and format cleanup of all classes 2011-11-21 02:55:26 +01:00
snowleo
8b2d076833 CB# 1467 B#1022 2011-11-20 14:03:00 +01:00
KHobbits
4a15bd8fdd More code cleanup. 2011-11-18 18:33:22 +00:00
snowleo
f575ce6f92 XMPP: Don't send messages from spy users back to them. 2011-10-30 00:18:55 +02:00
snowleo
8317797274 Prevent that hidden players broadcast afk messages
Prevent that moving players triggers unafk too early, they can now move within a radius of 3 blocks from the position where they went afk.
2011-09-02 16:16:15 +02:00
snowleo
bb17a568f0 Minor cleanup 2011-08-08 16:32:59 +02:00
snowleo
fa69490c6d XMPP: Let xmpp users see xmpp messages from other xmpp users. 2011-08-08 16:30:32 +02:00
snowleo
39f4e42f7b XMPP: reconnect to server, if connection is broken. 2011-08-08 16:03:00 +02:00
snowleo
d5254a2885 Changes to build-impl by Netbeans 2011-08-08 14:40:39 +02:00
snowleo
44e55e01c8 Added code guidelines to all projects, so we don't need them globally.
Compress jar files
Don't copy lib files into dist folders
Removed vendor names
Changed all java versions to 1.6 to make it consistent.
2011-07-24 04:07:28 +02:00
snowleo
616b880e13 Heavy cleanup of all classes
ItemDb is not static anymore
Essentials.getStatic() removed
2011-07-16 01:33:22 +02:00