You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
2.9 KiB
48 lines
2.9 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>JJMumbleBot - Commands</title>
|
|
<link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.css" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://duckboss.github.io/JJMumbleBot/css/content-pages.css" crossorigin="anonymous">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
<script src="https://duckboss.github.io/JJMumbleBot/js/insert_html.js"></script>
|
|
</head>
|
|
<body>
|
|
<nav id="table_of_contents"></nav>
|
|
<div class="main-content">
|
|
<h2 id="bot-commands-system">Bot Commands System</h2>
|
|
<hr>
|
|
<h5>Please note that commands are CASE-SENSITIVE</h5>
|
|
<hr>
|
|
<h3 id="simple-commands">Simple Commands:</h3>
|
|
<p><b>Users can enter commands to the bot by typing the Command Token before a command like so:</b><br>
|
|
<code>!help</code> --> This command shows the list of available plugin help content.<br>
|
|
<code>!help 'plugin_name'</code> --> This command shows help commands for individual plugins.<br>
|
|
<code>!version</code> --> This command shows the current bot version.<br>
|
|
</p>
|
|
<h3 id="multi-commands">Multi-Commands:</h3>
|
|
<p><b>There is also support for multi-command inputs which allows you to input multiple commands in a single line
|
|
like so:</b><br>
|
|
<code>!version ; !about ; !echo test</code> --> This multi-command calls the !version, !about, and !echo
|
|
commands.<br>
|
|
<code>!ytsearch songname ; !ytplay 1</code> --> This multi-command searches youtube for a song and plays item #1 from the search results.<br>
|
|
<b>You can set the multi-command limit (commands per input) in the config.ini</b></p>
|
|
<h3 id="custom-command-tokens">Custom Command Tokens:</h3>
|
|
<p><b>You can also change the command token to any single character in your <i>config.ini</i> file.<br>
|
|
For example, you can change the token to '~' or '/' so your commands will look like
|
|
this:</b><br>
|
|
<code>~help</code> --> This command shows help commands.<br>
|
|
<code>/version</code> --> This command shows the current bot version.<br></p>
|
|
<h3 id="primary-bot-control-plugins">Primary Bot Control Plugins: Core Commands and
|
|
Bot Commands</h3>
|
|
<h5 id="core-commands-plugin">Core Commands:</h5>
|
|
<p>Please refer to the <a href="https://duckboss.github.io/JJMumbleBot/wiki/plugins/core/core_commands_plugin.html">Core Commands Plugin</a> wiki page for a full list of commands.</p>
|
|
<h5 id="bot-commands-plugin">Bot Commands:</h5>
|
|
<p>Please refer to the <a href="https://duckboss.github.io/JJMumbleBot/wiki/plugins/core/bot_commands_plugin.html">Bot Commands Plugin</a> wiki page for a full list of commands.</p>
|
|
|
|
|
|
</div>
|
|
<footer></footer>
|
|
</body>
|
|
</html> |