Skip to content

Commit

Permalink
Added commands to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
UserR00T committed Aug 8, 2018
1 parent 67b71f7 commit e6b180b
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<style></style>
</head>

<body style="width=100%; word-wrap: break-word;" id="top">
<body style="width=100%; word-wrap: break-word;" id="top">
<div class="bg-primary text-center d-flex h-100 align-items-center parallax" style="top: 0px;background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgb(255, 140, 0)), to(rgb(197, 76, 32)));" id="gradient">
<div class="container">
<div class="row">
Expand Down Expand Up @@ -263,6 +263,71 @@ <h1 class="text-warning">Commands</h1>
<td>n/a</td>
<td>Marks you as AFK. When someone types your name they will get a message saying that you're afk.</td>
</tr>
<tr>
<td>/createkit [DelayInSeconds] [KitName]</td>
<td>/ck</td>
<td>Creates a new kit if it doesn't already exist.</td>
</tr>
<tr>
<td>/kits</td>
<td>/listkits</td>
<td>Lists all the kits you have access to and aren't disabled.</td>
</tr>
<tr>
<td>/kit [Name]</td>
<td>/getkit</td>
<td>Gives you that kit as long as you have permission to it and it isn't disabled.</td>
</tr>
<tr>
<td>/vehicle [id]</td>
<td>/v</td>
<td>Spawns in vehicle with that id.</td>
</tr>
<tr>
<td>/tplocation [location]</td>
<td>/tpl</td>
<td>Teleports you to a specific location.</td>
</tr>
<tr>
<td>/tpall</td>
<td>n/a</td>
<td>Teleports everyone to your position.</td>
</tr>
<tr>
<td>/tpapartment [10k, 5k, 1.2k</td>
<td>n/a</td>
<td>Teleports you to a specific apartment. (you can also use /tplocation [10k, 5k, 1.2k])</td>
</tr>
<tr>
<td>/spy</td>
<td>/spycommands</td>
<td>Will log all commands users enter to your chat.</td>
</tr>
<tr>
<td>/promote [Username/ID]</td>
<td>/rankup</td>
<td>Promotes a user to the their next rank (if possible).</td>
</tr>
<tr>
<td>/clear [Username/ID]</td>
<td>/clearinv</td>
<td>Clears a user inventory <b>completely</b>.</td>
</tr>
<tr>
<td>/disablestaffchat</td>
<td>/dsc</td>
<td>Disable recieving staff messages.</td>
</tr>
<tr>
<td>/staffchat</td>
<td>/sc</td>
<td>Toggles staffchat.</td>
</tr>
<tr>
<td>/t</td>
<td>/tchat</td>
<td>Toggles chat.</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit e6b180b

Please sign in to comment.