diff --git a/Commands.md b/Commands.md index cbca222..3e5a2eb 100644 --- a/Commands.md +++ b/Commands.md @@ -1,43 +1,36 @@ -|Name |Alias|Description |Requires Target|Syntax |Required Level| -|--------------| -----| --------------------------------------------------------| -----------------| -------------| ---------------| -|prune|pa|demote any trusted clients that have not connected recently (defaults to 30 days)|False|!pa \|Owner| -|quit|q|quit IW4MAdmin|False|!q |Owner| -|rcon|rcon|send rcon command to server|False|!rcon \|Owner| -|ban|b|permanently ban a client from the server|True|!b \ \|SeniorAdmin| -|unban|ub|unban client by client id|True|!ub \ \|SeniorAdmin| -|find|f|find client in database|False|!f \|Administrator| -|killserver|kill|kill the game server|False|!kill |Administrator| -|map|m|change to specified map|False|!m \|Administrator| -|maprotate|mr|cycle to the next map in rotation|False|!mr |Administrator| -|plugins|p|view all loaded plugins|False|!p |Administrator| -|tempban|tb|temporarily ban a client for specified time (defaults to 1 hour)|True|!tb \ \ \|Administrator| -|alias|known|get past aliases and ips of a client|True|!known \|Moderator| -|baninfo|bi|get information about a ban for a client|True|!bi \|Moderator| -|fastrestart|fr|fast restart current map|False|!fr |Moderator| -|flag|fp|flag a suspicious client and announce to admins on join|True|!fp \ \|Moderator| -|kick|k|kick a client by name|True|!k \ \|Moderator| -|list|l|list active clients|False|!l |Moderator| -|mask|hide|hide your presence as a privileged client|False|!hide |Moderator| -|reports|reps|get or clear recent reports|False|!reps \|Moderator| -|say|s|broadcast message to all clients|False|!s \|Moderator| -|setlevel|sl|set client to specified privilege level|True|!sl \ \|Moderator| -|setpassword|sp|set your authentication password|False|!sp \|Moderator| -|unflag|uf|Remove flag for client|True|!uf \|Moderator| -|uptime|up|get current application running time|False|!up |Moderator| -|usage|us|get application memory usage|False|!us |Moderator| -|warn|w|warn client for infringing rules|True|!w \ \|Trusted| -|warnclear|wc|remove all warnings for a client|True|!wc \|Trusted| -|admins|a|list currently connected privileged clients|False|!a |User| -|getexternalip|ip|view your external IP address|False|!ip |User| -|help|h|list all available commands|False|!h \|User| -|nextmap|nm|view next map in rotation|False|!nm |User| -|owner|iamgod|claim ownership of the server|False|!iamgod |User| -|ping|pi|get client's latency|False|!pi \|User| -|privatemessage|pm|send message to other client|True|!pm \ \|User| -|report|rep|report a client for suspicious behavior|True|!rep \ \|User| -|rules|r|list server rules|False|!r |User| -|setgravatar|sg|set gravatar for webfront profile|False|!sg \|User| -|whoami|who|give information about yourself|False|!who |User| + +| Name | Alias | Description | Requires Target | Syntax | Required Level | +|---------------------|-------|-----------------------------------------------------------------------------------|-----------------|-------------------------------------------------|----------------| +| quit | q | quit IW4MAdmin | False | !q | Owner | +| restart | res | Restart IW4MAdmin | False | !res | Owner | +| rcon | rcon | send rcon command to server | False | !rcon \ | Owner | +| prune | pa | demote any trusted clients that have not connected recently (defaults to 30 days) | False | !pa \ | Owner | +| ban | b | permanently ban a client from the server | True | !b \ \ | SeniorAdmin | +| unban | ub | unban client by client id | True | !ub \ \ | SeniorAdmin | +| tempban | tb | temporarily ban a client for specified time (defaults to 1 hour) | True | !tb \ \ \ | Administrator | +| maprotate | mr | cycle to the next map in rotation | False | !mr | Administrator | +| map | m | change to specified map | False | !m \ | Administrator | +| unlinkclient | uc | Unlink a client from a shared GUID link | True | !uc | Administrator | +| kick | k | kick a client by name | True | !k \ \ | Moderator | +| fastrestart | fr | fast restart current map | False | !fr | Moderator | +| setlevel | sl | set client to specified privilege level | True | !sl \ \ | Moderator | +| usage | us | get application memory usage | False | !us | Moderator | +| uptime | up | get current application running time | False | !up | Moderator | +| flag | fp | flag a suspicious client and announce to admins on join | True | !fp \ \ | Moderator | +| unflag | uf | Remove flag for client | True | !uf \ \ | Moderator | +| mask | hide | hide your presence as a privileged client | False | !hide | Moderator | +| baninfo | bi | get information about a ban for a client | True | !bi \ | Moderator | +| setpassword | sp | set your authentication password | False | !sp \ | Moderator | +| privatemessageadmin | pma | Send a private message to all online privileged users | False | !pma | Moderator | +| runas | ra | Run a command as another client (impersonate) | True | !ra \ | Moderator | +| warn | w | warn client for infringing rules | True | !w \ \ | Trusted | +| warnclear | wc | remove all warnings for a client | True | !wc \ | Trusted | +| requesttoken | rt | generate a login token for the webfront | False | !rt | Trusted | +| rules | r | list server rules | False | !r | User | +| getexternalip | ip | view your external IP address | False | !ip | User | +| ping | pi | get client's latency | False | !pi \ | User | +| setgravatar | sg | set gravatar for webfront profile | False | !sg \ | User | +| nextmap | nm | view next map in rotation | False | !nm | User | | Name | Alias | Description | Requires Target | Syntax | Required Level | |-----------------|----------|----------------------------------------------------------------|-----------------|-----------------------------------------------------------------|----------------|