1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-26 15:54:22 +02:00

LuckPerms for Forge (#3262)

This commit is contained in:
Alex Thomson
2022-05-21 07:09:04 +12:00
committed by GitHub
parent 65a4c67745
commit 6421525f3a
49 changed files with 4016 additions and 74 deletions

View File

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