fish-station/Resources/Locale/en-US/commands/role-commands.ftl
2025-06-17 20:01:28 +02:00

12 lines
533 B
Text

cmd-addrole-desc = Adds a role to a player's mind.
cmd-addrole-help = Usage: addrole <session ID> <role>
cmd-addrole-mind-not-found = Can't find that mind.
cmd-addrole-role-not-found = Can't find that role.
cmd-addrole-mind-already-has-role = Mind already has that role.
cmd-listroles-desc = List all available roles.
cmd-listroles-help = Usage: listroles
cmd-rmrole-desc = Removes a role from a player's mind.
cmd-rmrole-help = Usage: rmrole <session ID> <Role Type>
The role type is the actual C# type name.