1
0
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:
Luck
2022-07-20 22:46:22 +01:00
parent 8b0d6fd5d2
commit d36341c139
29 changed files with 2404 additions and 3 deletions

View File

@@ -76,7 +76,8 @@ public interface Platform {
NUKKIT("Nukkit"),
VELOCITY("Velocity"),
FABRIC("Fabric"),
FORGE("Forge");
FORGE("Forge"),
STANDALONE("Standalone");
private final String friendlyName;