MassiveCore/src/com/massivecraft/mcore
2013-06-12 08:44:41 +02:00
..
adapter Update for 1_5_R3, after a detailed lookthrough it seems no nms method signatures I used had changed. 2013-05-03 09:57:26 +02:00
cmd Add a couple of Reqs I found useful. 2013-06-11 17:15:14 +02:00
event Add destination desc to the event and rename parameters for PS teleport mixin. 2013-06-12 08:44:41 +02:00
integration Check if entity is FireWork. Fixes #5 and #6. Thanks aadnk. 2013-05-26 11:22:29 +02:00
inventory Update for 1_5_R3, after a detailed lookthrough it seems no nms method signatures I used had changed. 2013-05-03 09:57:26 +02:00
mcorecmd I like this order better. 2013-05-27 09:46:08 +02:00
mixin Add destination desc to the event and rename parameters for PS teleport mixin. 2013-06-12 08:44:41 +02:00
money Money, ensure accounts exist before using them. If they are not players set balance to zero. 2013-04-26 08:03:22 +02:00
ps Move the Aspect and Multiverse entities to the main package. 2013-05-01 11:25:39 +02:00
sender With custom naming for block command senders that follow no special rules for the ID there is not much we can do. Also the reverse lookup was doomed to fail from the beginning. Removing that feature and make the system more compatible with the current situation. 2013-04-21 10:08:35 +02:00
store Add in pre/post detach/attach hooks and ensure entity contains all data before attachin on first load from remote. 2013-05-31 11:34:23 +02:00
util Add in a small async web util. 2013-06-07 09:31:14 +02:00
xlib Update MongoDB Java driver to 2.11.1 2013-05-01 11:06:39 +02:00
Aspect.java Move the Aspect and Multiverse entities to the main package. 2013-05-01 11:25:39 +02:00
AspectColl.java Move the Aspect and Multiverse entities to the main package. 2013-05-01 11:25:39 +02:00
ConfServer.java Escaping dot and dollar signs in the mongo <--> gson converter, adding success message to copy command and preparing to rename gson --> flatfile. 2013-05-01 18:04:59 +02:00
Heatable.java More stuff in cooldown system test component. 2013-04-05 09:19:13 +02:00
HeatData.java first draft and cooldown component 2013-04-03 09:35:23 +02:00
InternalListener.java Simplified the visibility mixin for now. 2013-06-11 07:21:11 +02:00
Lang.java Add a permission denied format event. 2013-03-26 09:43:23 +01:00
MCore.java Adding in a sync-log. This makes it easier to find colls that sync to much 2013-05-27 08:41:06 +02:00
MCoreConf.java Since I only used String ids for now, let's assume that's always the case. Saves us a lot of generics-crap. 2013-04-12 14:05:14 +02:00
MCoreConfColl.java Moving lowercasing logic to Coll and alter constructors to get rid of uuid as default and troll myself. 2013-04-16 09:23:55 +02:00
MCorePerm.java Added missing line, the DB cache now works. Added mstore stats and listcolls command. 2013-05-01 19:41:36 +02:00
ModuloRepeatTask.java Minor change to the modulo task 2013-04-24 09:00:05 +02:00
MPlugin.java Adding in a sync-log. This makes it easier to find colls that sync to much 2013-05-27 08:41:06 +02:00
Multiverse.java Move the Aspect and Multiverse entities to the main package. 2013-05-01 11:25:39 +02:00
MultiverseColl.java Move the Aspect and Multiverse entities to the main package. 2013-05-01 11:25:39 +02:00
NaturalOrderComparator.java Fix some comments and indent style 2013-04-20 15:50:50 +02:00
Predictate.java use one mcore only 2013-02-22 08:27:28 +01:00
Prioritized.java use one mcore only 2013-02-22 08:27:28 +01:00
PriorityComparator.java Fix some comments and indent style 2013-04-20 15:50:50 +02:00
Progressbar.java Add a progressbar system 2013-04-26 17:54:53 +02:00
ReversePriorityComparator.java Fix some comments and indent style 2013-04-20 15:50:50 +02:00
SimpleConfig.java Fix some comments and indent style 2013-04-20 15:50:50 +02:00
WorldNameSetEngine.java Some random additions. Factions stuff that fit into the STD. 2013-04-18 14:17:07 +02:00