-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMcAutoWhitelist.html
72 lines (65 loc) · 3.24 KB
/
McAutoWhitelist.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>McAutoWhitelist – mben42</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="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<nav id="nav">
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="McAutoWhitelist.html">McAutoWhitelist</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="container">
<header>
<h2>McAutoWhitelist</h2>
<p>Script pour whitelist simplement une liste de joueurs</p>
</header>
<div class="box features">
<section>
<h3>Téléchargement</h3>
<ul class="actions">
<li><a href="https://github.com/mben42/McAutoWhitelist/releases/download/1.0.2/whitelist.zip" class="button" target="_blank">Exécutable Windows</a></li>
<li><a href="https://github.com/mben42/McAutoWhitelist" class="button alt" target="_blank">Code source (GitHub)</a></li>
</ul>
</section>
<section>
<h3>Utilisation</h3>
<p>Extraire le fichier, qui devrait créer un dossier whitelist. La liste des joueurs doit être mise dans le fichier whitelist.txt (un pseudo par ligne). La commande à taper pour whitelist doit être mise dans le fichier command.txt (par défaut : /whitelist add).</p>
<p>Une fois les deux fichiers remplis, exécuter l'application, puis se placer sur sa fenêtre minecraft (5 secondes de délai). Les commandes sont envoyées à 5 secondes d'intervalle jusqu'à la fin de la liste.</p>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/mben42" class="icon brands fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://twitter.com/mben42_" class="icon brands fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.twitch.tv/mben42" class="icon brands fa-twitch" target="_blank"><span class="label">Twitch</span></a></li>
<li><a href="https://www.youtube.com/channel/UCwym6xfPs3aCjhTO5XYtBjg" class="icon brands fa-youtube" target="_blank"><span class="label">YouTube</span></a></li>
<li><a href="https://steamcommunity.com/profiles/76561198312849321" class="icon brands fa-steam" target="_blank"><span class="label">Steam</span></a></li>
</ul>
<ul class="copyright">
<li><a href="https://creativecommons.org/licenses/by-sa/3.0/fr/" class="icon" target="_blank"><img src="images/by-sa.svg" /></a></li>
<li>© mben42 2021-2022. Certains droits réservés. <a href="mentions_legales.html">Mentions légales</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.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>