Nukkit support (#764)
This commit is contained in:
@@ -36,7 +36,8 @@ public enum PlatformType {
|
||||
|
||||
BUKKIT("Bukkit"),
|
||||
BUNGEE("Bungee"),
|
||||
SPONGE("Sponge");
|
||||
SPONGE("Sponge"),
|
||||
NUKKIT("Nukkit");
|
||||
|
||||
private final String friendlyName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user