-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
170 lines (142 loc) · 5.31 KB
/
Copy pathdocumentation.html
File metadata and controls
170 lines (142 loc) · 5.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE HTML>
<!--
ZeroFour by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>BattleForge Commander RCON Bot documentation page</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header Wrapper -->
<div id="header-wrapper">
<div class="container">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<h1><a href="index.html" id="logo">BattleForge Solutions</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current_page_item"><a href="index.html">Home</a></li>
<li>
<a href="#">More</a>
<ul>
<li><a href="support.html">Support</a></li>
<li><a href="news.html">News</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="legals.html">Legals</a></li>
</ul>
</li>
<li><a href="features.html">Features</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
</nav>
</div>
</header>
</div>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="wrapper style2">
<div class="inner">
<div class="container">
<div id="content">
<!-- Content -->
<article>
<header class="major">
<h2>Documentation</h2>
</header>
<h1>Setup guide</h1>
<p>Follow these steps to set up the Discord RCON Bot:<br>
Invite the bot to your Discord server using the <a href="https://discord.com/oauth2/authorize?client_id=1271182673481699379&permissions=8&integration_type=0&scope=bot">Install Link</a>.<br>
Configure the bot using the provided commands.<br>
Link your game server using the <code>/connect</code> command.
</p>
<h1>Setting up</h1>
<p>Server owners should use <code>/Permission_Add</code> to grant admin roles access to bot commands.<br>
Admins can check their permissions with <code>/Permission_Check</code>.</p>
<h1>Connecting your servers</h1>
<p>
Use /connect to add servers for RCON commands.<br><br>
View connected servers with /list_Connected.<br><br>
Remove a server using /disconnect if needed.
</p>
<h1>Using RCON COmmands</h1>
<p>
Send commands to individual servers with /send_rcon_command.
</p>
<h1>Managing Clusters</h1>
<p>
Create or add to clusters using /add_cluster.<br><br>
Remove clusters or servers from clusters with /remove_cluster and /remove_server_in_cluster.<br><br>
List all clusters and their servers using /list_cluster.<br><br>
Send RCON commands to all servers in a cluster with /cluster_rcon.
</p>
<h1>Player management</h1>
<p>
View all linked players using /player_list.<br><br>
Clear the player list with /clear_player_list if necessary.
</p>
<h1>User commands (Available to all)</h1>
<p>
Players can link their game account to Discord using /link.<br><br>
Linked players can kick themselves from the game using /Kick_Me.
</p>
<h1>Troubleshooting</h1>
<p>
If commands aren't working, check permissions with /Permission_Check.<br><br>
Server owners can adjust permissions using /Permission_Add and /Permission_Remove.<br><br>
Remember to use these commands responsibly and in accordance with your server rules.
</p>
</article>
</div>
</div>
</div>
</div>
<!-- Footer Wrapper -->
<div id="footer-wrapper">
<footer id="footer" class="container">
<div class="row">
<div class="col-6 col-12-medium imp-medium">
<!-- Contact -->
<section>
<h2>Get in touch</h2>
<div>
<div class="row">
<div class="col-6 col-12-small">
<dl class="contact">
<dd><a href="https://discord.gg/7VRVTCMsBq">Discord</a></dd>
<dd><a href="https://www.youtube.com/@BattlForge">Youtube</a></dd>
</dl>
</div>
</div>
</div>
</section>
</div>
<div class="col-12">
<div id="copyright">
<ul class="menu">
<li>© © 2024 BattleForge Commander RCON Bot. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>