mirror of
https://github.com/YouHaveTrouble/NotJustNameplates.git
synced 2026-05-12 06:26:58 +00:00
register permission for reload command
This commit is contained in:
@@ -21,6 +21,7 @@ public final class NotJustNameplates extends JavaPlugin {
|
|||||||
|
|
||||||
DefaultPermissions.registerPermission("notjustnameplates.seeown", "Allows a player to see their own nameplate", PermissionDefault.FALSE);
|
DefaultPermissions.registerPermission("notjustnameplates.seeown", "Allows a player to see their own nameplate", PermissionDefault.FALSE);
|
||||||
DefaultPermissions.registerPermission("notjustnameplates.command", "Allows a player to use the /njn command", PermissionDefault.TRUE);
|
DefaultPermissions.registerPermission("notjustnameplates.command", "Allows a player to use the /njn command", PermissionDefault.TRUE);
|
||||||
|
DefaultPermissions.registerPermission("notjustnameplates.command.reload", "Allows a player to use the /njn reload command", PermissionDefault.OP);
|
||||||
|
|
||||||
this.teamManagementListener = new TeamManagementListener(this);
|
this.teamManagementListener = new TeamManagementListener(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user