geforkt von Mirrors/Paper
Cleanup.
By: EvilSeph <evilseph@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
f7d35b29ad
Commit
ae0eb736d1
@ -81,7 +81,7 @@ public final class CommandPermissions {
|
||||
}
|
||||
|
||||
public static Permission registerPermissions(Permission parent) {
|
||||
Permission commands = DefaultPermissions.registerPermission(ROOT, "Gives the user the ability to use all Craftbukkit commands", parent);
|
||||
Permission commands = DefaultPermissions.registerPermission(ROOT, "Gives the user the ability to use all CraftBukkit commands", parent);
|
||||
|
||||
registerWhitelist(commands);
|
||||
registerBan(commands);
|
||||
|
@ -72,7 +72,7 @@ public final class DefaultPermissions {
|
||||
}
|
||||
|
||||
public static void registerCorePermissions() {
|
||||
Permission parent = registerPermission(ROOT, "Gives the user the ability to use all Craftbukkit utilities and commands");
|
||||
Permission parent = registerPermission(ROOT, "Gives the user the ability to use all CraftBukkit utilities and commands");
|
||||
|
||||
CommandPermissions.registerPermissions(parent);
|
||||
BroadcastPermissions.registerPermissions(parent);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren