This bukkit plugin contains components for developing other bukkit plugins.
Go to file
Magnus Ulf b0086ba0f7 Make code less null-happy
A lot of the code is filled with acceptance of null, even when null could mean something went wrong. We no longer want to fail-safe but want to fail fast, so this approach to null is changing. This will surely cause some bugs in the beginning, but will also make them less frequent in the long run.
2019-02-08 14:49:35 +01:00
src/com/massivecraft/massivecore Make code less null-happy 2019-02-08 14:49:35 +01:00
.gitignore Maven 2016-10-09 10:36:36 +02:00
ISSUE_TEMPLATE.md Update Issue Template 2017-08-08 20:05:37 +02:00
itemstackformat.txt Add potion & map color fields to DataItemStack. 2017-02-22 08:58:36 +01:00
plugin.yml Reimplement (sorta) dynamic command registration 2019-01-24 19:05:53 +01:00
pom.xml This is 3.1.1 2019-02-04 12:37:22 +01:00
README.md Specify license 2018-12-29 19:33:21 +01:00
sponsor-disable-code Add unused disable system 2017-07-20 20:00:27 +02:00

MassiveCore Logotype https://www.massivecraft.com/massivecore

Please read the guide below if you want to compile.
https://www.massivecraft.com/tech-compile

License This software uses the MIT license.