MassiveCore/src/com/massivecraft/mcore
2013-05-01 18:04:59 +02:00
..
adapter Update MongoDB Java driver to 2.11.1 2013-05-01 11:06:39 +02:00
cmd Reorganizing MCore internal commands and permissions. 2013-05-01 12:29:51 +02:00
event Working some one the MCore event classes. I will lie and say that all events are cancellable. In situations where we dont want them to be cancellable we can simply not care about that boolean. 2013-04-19 15:13:30 +02:00
integration Fore the sake of inception add in experimental money support in mcore through Vault. 2013-04-19 18:25:47 +02:00
inventory Experimental PlayerInventory serdes support. 2013-03-23 16:14:13 +01:00
mcorecmd 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
mixin Make PS comparable and have equals make use of the compare methods. 2013-04-11 08:19:15 +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 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
util Move the Aspect and Multiverse entities to the main package. 2013-05-01 11:25:39 +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 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
Lang.java Add a permission denied format event. 2013-03-26 09:43:23 +01:00
MCore.java Add an mstore command with a todo dbcopy command. Also cache database instances in mstore. 2013-05-01 13:07:21 +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 Add an mstore command with a todo dbcopy command. Also cache database instances in mstore. 2013-05-01 13:07:21 +02:00
ModuloRepeatTask.java Minor change to the modulo task 2013-04-24 09:00:05 +02:00
MPlugin.java Update MongoDB Java driver to 2.11.1 2013-05-01 11:06:39 +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