<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8"/>
        <meta name="description" content="KJKalle.net">
        <meta name="author" content="KJKalle">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Role System</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">
            <h1>
                Role System
            </h1>
            <section>
                <li>One player can only have one role.</li>
                <li>"normal" is the default role and can't be removed.</li>
                <li><y>&#60;role name&#62;</y> can not contain spaces.</li>
            </section>
            <h1>
                Ability Attributes
            </h1>
            <section>
                <li><g>tp</g>: Can players teleport themselves.</li>
                <li><g>tp_others</g>: Can the players teleport other players.</li>
                <li><g>kill</g>: Can the players use the kill command.</li>
                <li><g>tp_others</g>: Can the players teleport other players.</li>
                <li><g>warn</g>: Can the players warn/unwarn.</li>
                <li><g>kick</g>: Can the players kick.</li>
                <li><g>ban</g>: Can the players ban/unban.</li>
                <li><g>mute</g>: Can the players mute/unmute.</li>
                <li><g>say</g>: Can the players send server messages.</li>
                <li><g>nextq</g>: Can the players skip the question.</li>
                <li><g>game_admin</g>: Are the players ingame admins.</li>
                <li><g>visual_admin</g>: Are the players displayed as admins ingame.</li>
                <li><g>edit_roles</g>: Can the players edit roles.</li>
            </section>
            <h1>
                Role Commands
            </h1>
            <section>
                <li><g>addrole</g> <y>&#60;role name&#62;</y> <br>Adds a new role with the specified name.</li><br>
                <li><g>deleterole</g> <y>&#60;role name&#62;</y> <br>Removes the role with the specified name.</li><br>
                <li><g>editrole</g> <y>&#60;role name&#62;</y> <y>&#60;attribute&#62;</y> <y>&#60;value&#62;</y> <br> Sets an attribute of role on or off.<br>Value should be "1" for on, "0" for off.<br>Example: editrole normal tp 0</li><br>
                <li><g>viewrole</g> <y>&#60;role name&#62;</y> <br>Lists the ability attributes of a role.</li><br>
                <li><g>giverole</g> <y>&#60;role name&#62;</y> <y>&#60;player&#62;</y> <br>Gives a role to a player.</li><br>
                <li><g>role</g> <br>Find out your role.</li><br>
                <li><g>role</g> <y>&#60;player&#62;</y> <br>Find out a player's role.</li><br>
                <li><g>roles</g> <br>Get a list of every role.</li><br>
            </section>
        </div>
    </body>
</html>