This bukkit plugin contains components for developing other bukkit plugins.
Go to file
riking 5c6cd57a4d Use a MutableBoolean to synchronize on instead of a Boolean
The code synchronizes on a boxed primitive constant, such as an Boolean.

Since there normally exist only two Boolean objects, this code could be synchronizing on the same object as other, unrelated code, leading to unresponsiveness and possible deadlock.

This commit uses the MutableBoolean class from commons-lang, which is included in bukkit.jar.
2013-08-30 18:40:48 -07:00
media added media logo 2012-11-11 14:47:41 +01:00
src/com/massivecraft/mcore Use a MutableBoolean to synchronize on instead of a Boolean 2013-08-30 18:40:48 -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