<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8"/>
        <meta name="description" content="Mordhau commands">
        <meta name="author" content="KJKalle">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Commands</title>
        <link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAwUExURQAA/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKa/6x8AAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAoSURBVBjTY4ADRkFBASAhgGBAeWgMMI3MEATTyAxMNWjmYLELDBgYAB29A/3vJnQvAAAAAElFTkSuQmCC">
        <link rel="shortcut icon" href="https://kjkalle.net/favicon.ico">
        <link rel="stylesheet" href="https://kjkalle.net/legacy.css">
    </head>
    <body>
        <nav>
            <a id="back" href="https://kjkalle.net/mordhau">BACK</a>
        </nav>
        <div class="page">
            <header>
                <h1>
                    Commands
                </h1>
            </header>
            <section>
                <li><y>&#60;location&#62;</y> can be either a preset location, or the coordinates X, Y and Z.</li>
                <li><y>&#60;player&#62;</y> can be any part of a player's name. It can also be a player's ID.</li>
                <li><y>&#60;location&#62;</y>, <y>&#60;player&#62;</y> and all command names are case-insensitive.</li>
                <li>In general: <g>CYAN</g> commands are public, <r>RED</r> commands are admins-only.</li>
            </section>
            <section>
                <li><g>tp</g> <br>Find out all the preset locations.</li><br>
                <li><g>tp</g> <y>&#60;location&#62;</y> <br>Teleport to a location.<br>Example: tp top<br>Example: tp -1500 1000 500</li><br>
                <li><r>tp</r> <y>&#60;player&#62;</y> <y>&#60;location&#62;</y> <br>Teleport a player to a location.</li><br>
                <li><r>tpwith</r> <y>&#60;player&#62;</y> <y>&#60;location&#62;</y> <br>Teleport to a location with another player.</li><br>
                <li><g>admins</g> <br>Find out the which admins are currently online.</li><br>
                <li><g>amadmin</g> <br>Check if you are an admin.</li><br>
                <li><g>isadmin</g> <y>&#60;player&#62;</y> <br>Check if a player is an admin.</li><br>
                <li><g>tickrate</g> <br>Find out the server's tickrate.</li><br>
                <li><g>timeleft</g> <br>Find out how much time is left until the round ends.</li><br>
                <li><g>ft</g> <y>&#60;number of kills to win&#62;</y> <br>Challenges a player to a first-to-n challenge.<br>Example: ft5 KJKalle</li><br>
                <li><g>score</g> <br>Find out the scores of your current FT-challenges.</li><br>
                <li><g>killstreak</g> <br>Find out your current killstreak.</li><br>
                <li><g>refreshadmins</g> <br>Refresh the admin list to give new admins their powers faster after adding.</li><br>
                <li><g>roll</g> <y>&#60;number of dice&#62;</y><g>d</g><y>&#60;number of sides&#62;</y> <br>Roll a given amount of dice with a given amount of sides.<br>Example: roll 2d6</li><br>
                <li><g>question</g> <br>Find out what the current question is.</li><br>
                <li><g>warnings</g> <br>Find out how many warnings you have.</li><br>
                <li><g>warnings</g> <y>&#60;player&#62;</y> <br>Find out how many warnings a player has.</li><br>
                <li><r>warn</r> <y>&#60;player&#62;</y> <br>Gives a player a warning.</li><br>
                <li><r>unwarn</r> <y>&#60;player&#62;</y> <br>Removes a warning from a player.</li><br>
                <li><r>kill</r> <y>&#60;player&#62;</y> <br>Kills a player.</li><br>
                <li><r>wkill</r> <y>&#60;player&#62;</y> <br>Warns and kills a player.</li><br>
                <li><r>kick</r> <y>&#60;player&#62;</y> <br>Kicks a player.<br>You can add a message for the kicked player using ' -'.<br>Example: kick KJKalle -No FFA!</li><br>
                <li><r>wkick</r> <y>&#60;player&#62;</y> <br>Warns and kicks a player.</li><br>
                <li id="ban"><r>ban</r> <y>&#60;player&#62;</y> <y>&#60;duration&#62;</y> <br>Bans a player for the given duration.<br>Duration of 0 is a permanent ban.<br>Works even after they've left the server, if it was during the same round.<br>Can also be used to change the length of an already given ban.<br>You can add a message for the kicked player using ' -'.<br>Example: ban KJKalle 1000 -No FFA!<br>This message is not the same thing as a ban reason.</li><br>
                <li><r>reason</r> <y>&#60;reason text&#62;</y> <br>Sets the reason for the last ban you made.<br>This can only used on bans you made.<br>Your last ban is remembered until the round ends.</li><br>
                <li><r>unban</r> <y>&#60;player&#62;</y> <br>Unbans a player.<br>They have to attempt joining the server before this works.</li><br>
                <li><r>mute</r> <y>&#60;player&#62;</y> <y>&#60;duration&#62;</y> <br>Mutes a player for the given duration.</li><br>
                <li><r>unmute</r> <y>&#60;player&#62;</y> <br>Unmutes a player.</li><br>
                <li><r>say</r> <y>&#60;message&#62;</y> <br>Sends a server message in chat.<br>You can also just use the built-in vanilla /aserver command.</li><br>
            </section>
        </div>
    </body>
</html>