Merge branch 'explosivegaming:main' into aperx

This commit is contained in:
2025-03-07 23:45:09 +09:00
committed by GitHub
6 changed files with 6 additions and 7 deletions

View File

@@ -35,10 +35,9 @@ Commands.new("unassign-role", { "exp-commands_roles.description-unassign" })
end)
--- Lists all roles in they correct order
Commands.new("get-role", { "exp-commands_roles.description-get" })
Commands.new("get-roles", { "exp-commands_roles.description-get" })
:optional("player", { "exp-commands_roles.arg-player-get" }, Commands.types.player)
:add_aliases{ "roles" }
:add_flags{ "admin_only" }
:register(function(player, other_player)
--- @cast other_player LuaPlayer?
local roles = get_roles_ordered()