mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-30 09:39:47 +02:00
Implement standalone/cli app
This commit is contained in:
@@ -76,7 +76,8 @@ public interface Platform {
|
||||
NUKKIT("Nukkit"),
|
||||
VELOCITY("Velocity"),
|
||||
FABRIC("Fabric"),
|
||||
FORGE("Forge");
|
||||
FORGE("Forge"),
|
||||
STANDALONE("Standalone");
|
||||
|
||||
private final String friendlyName;
|
||||
|
||||
|
Reference in New Issue
Block a user