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:
@@ -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