1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-09 22:00:40 +02:00

Nukkit support (#764)

This commit is contained in:
Luck
2018-02-18 15:10:35 +00:00
committed by GitHub
parent 794455d728
commit 31e436868d
40 changed files with 4697 additions and 23 deletions

View File

@@ -36,7 +36,8 @@ public enum PlatformType {
BUKKIT("Bukkit"),
BUNGEE("Bungee"),
SPONGE("Sponge");
SPONGE("Sponge"),
NUKKIT("Nukkit");
private final String friendlyName;