Add support for Velocity

This commit is contained in:
Luck
2018-08-26 18:41:09 +01:00
Unverified
parent bd41286076
commit 55220e9d10
40 changed files with 2399 additions and 154 deletions
@@ -37,7 +37,8 @@ public enum PlatformType {
BUKKIT("Bukkit"),
BUNGEE("Bungee"),
SPONGE("Sponge"),
NUKKIT("Nukkit");
NUKKIT("Nukkit"),
VELOCITY("Velocity");
private final String friendlyName;