This bukkit plugin contains components for developing other bukkit plugins.
Go to file
riking fe6ce01037 Define hashCode() for TimeUnit as it is being used in a HashMap
TimeUnit is being used as the key to a map in TimeDiffUtil, so we must define a hashCode() consistent with its equals() method.

The implementation is the same as java.lang.Long.hashCode().
2013-08-30 18:45:57 -07:00
media added media logo 2012-11-11 14:47:41 +01:00
src/com/massivecraft/mcore Define hashCode() for TimeUnit as it is being used in a HashMap 2013-08-30 18:45:57 -07:00
.gitignore Added inventory gson type adapter as well as some other derp. 2011-12-08 22:56:52 +01:00
itemstackformat.txt minor cleanup 2013-01-15 07:58:51 +01:00
plugin.yml This is MCore 6.7.0 2013-08-29 09:30:42 +02:00
README.md Oh yeah. I should not use ServerConf since this could be MConf. 2013-08-29 10:55:35 +02:00