# Commands The server provides various commands for managing accounts, enemies, and loading scenes. All commands, their arguments, and usage examples are listed below: Note: <> - required arguments; [] - optional arguments; |Command |Purpose |Arguments |Target required? |Full command |Example usage | |:--------------|:------------------------------------|:---------------------------|:----------------|:-----------------------------------|:-----------------------| |help |Displays all available commands |None |No |help |help | |target |Selects the active user |\ |No |target \ |target 740623067 | |scene |Loads a scene |\ |Yes |scene \ |scene 209 | |kick |Disconnects the user from the session|None |Yes |kick |kick | |spawn |Spawns enemies near the player |\ \|Yes |spawn \ \ |spawn eny_0007_mimicw 20| |heal |Heals characters from the team |None |Yes |heal |heal | |add |Adds items, weapons, characters |\ \ \|Yes |add \ \ \|add char chr_0007_ikut 80| |remove |Removes character |\ |Yes |remove \ |remove chr_0007_ikut | |level |Sets the item or character level |[char\|weapon id] \ |Yes |level [char\|weapon id] \ |level wpn_funnel_0010 80| |charinfo |Character information |\ |Yes |charinfo \ |charinfo chr_0007_ikut | |nickname |Changes in-game nickname |\ |Yes |nickname \ |nickname blob | |account |Creates an account in the database |\ \|No |account \ \|account create test | |players |Shows a list of all players |None |No |players |players | |clear |Clears console |None |No |clear |clear | |unlockall |Unlocks all permissions |None |Yes |unlockall |unlockall | |idlist |Shows ids |\ |No |idlist \ |idlist chars | > [!WARNING] > `level` command: if no specific `id` is specified, the level will be changed for *all* weapons and characters.