-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<!DOCTYPE html> | ||
|
||
<head> | ||
<title>Sven Co-op</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="../../styles.css"> | ||
<script src="../../scripts.js"></script> | ||
</head> | ||
|
||
<body> | ||
<a href="../../"><img class="img-banner" src="../../media/svencoop.png" alt="Sven Co-op"></a> | ||
<div class="block"> | ||
<br> | ||
<div class="neon-text"> | ||
DiscordBridge<br><br> | ||
#DiscordBridge::Description#<br><br> | ||
|
||
#MetamodRequired# | ||
</div> | ||
<br> | ||
</div> | ||
<br> | ||
<br> | ||
<div class="block"> | ||
<br> | ||
<div class="neon-text"> | ||
#ConfigureJson#<br><br> | ||
<div style="text-align: left;padding-left: 1%;"><br> | ||
<button onclick="toggleTable('json_0')">"language"</button><br> | ||
<div id="json_0" class="hidden" style="padding-left: 2%;"> | ||
<button class="json-description">#Type#: </button><button class="json-string">string</button><br> | ||
<button class="json-description">#Description#: </button><button class="json-description2">#DiscordBridge::language#</button><br> | ||
</div> | ||
<button onclick="toggleTable('json_1')">"enable"</button><br> | ||
<div id="json_1" class="hidden" style="padding-left: 2%;"> | ||
<button class="json-description">#Type#: </button><button class="json-boolean">boolean</button><br> | ||
<button class="json-description">#Description#: </button><button class="json-description2">#DiscordBridge::Enable#</button><br> | ||
</div> | ||
<button onclick="toggleTable('json_2')">"reload"</button><br> | ||
<div id="json_2" class="hidden" style="padding-left: 2%;"> | ||
<button class="json-description">#Type#: </button><button class="json-boolean">boolean</button><br> | ||
<button class="json-description">#Description#: </button><button class="json-description2">#ReloadJson#</button><br> | ||
</div> | ||
<button onclick="toggleTable('json_3')">"MESSAGES"</button> | ||
<div id="json_3" class="hidden" style="padding-left: 2%;"> | ||
<button class="json-description">#Type#: </button><button class="json-dictionary">dictionary</button><br> | ||
<button class="json-description">#Description#: </button><button class="json-description2">#DiscordBridge::MESSAGES#</button><br> | ||
<button class="json-string" onclick="toggleTable('json_4')">"PlayerKilled"</button><br> | ||
<div id="json_4" class="hidden" style="padding-left: 3%;"> | ||
<button class="json-description">#Type#: </button><button class="json-dictionary">dictionary</button><br> | ||
<button class="json-string" onclick="toggleTable('json_5')">"Gib"</button><br> | ||
<div id="json_5" class="hidden" style="padding-left: 4%;"> | ||
<button class="json-description">#Type#: </button><button class="json-array">array</button><br> | ||
<button class="json-description">#Description#: </button><button class="json-description2">#DiscordBridge::MESSAGES::Gib#</button><br> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<br> | ||
</div> | ||
<br><br> | ||
<div class="block"><a href="https://github.com/Mikk155/Sven-Co-op/releases/tag/DiscordBridge" target="_blank">#Download#</a><br></div><br> | ||
</body> | ||
</html> |