Nukkit support (#764)

This commit is contained in:
Luck
2018-02-18 15:10:35 +00:00
committed by GitHub
Unverified
parent 794455d728
commit 31e436868d
40 changed files with 4697 additions and 23 deletions
@@ -36,7 +36,8 @@ public enum PlatformType {
BUKKIT("Bukkit"),
BUNGEE("Bungee"),
SPONGE("Sponge");
SPONGE("Sponge"),
NUKKIT("Nukkit");
private final String friendlyName;