-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrule.html
73 lines (73 loc) · 3.74 KB
/
rule.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
73
<!doctype html>
<html>
<head>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<title>サーバールール</title>
<link rel="stylesheet" type="text/css" href="css/slick-theme.css"/>
<link rel="stylesheet" type="text/css" href="css/slick.css"/>
<link rel="stylesheet" type="text/css" href="css/common.css"/>
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, maximum-scale=1.0, user-scalable=yes">
</head>
<body class="bg1">
<img src="images/bluebar.png">
<div class="wrapper">
<div class="a">
<img src="images/bluebar.png">
</div>
<div class="musuca">
<b><a href="index.html"><img src="images/musuca.png"></a></b>
</div>
<div class="introduction">
<b><a href="introduction" class="btn-square">サーバー紹介</a></b>
</div>
<div class="mod">
<b><a href="mods" class="btn-square"><nobr>導入mod</a></b>
</div>
<div class="rule">
<b><a href="rule" class="btn-square">サーバールール</a></b>
</div>
<div class="join">
<b><a href="join" class="btn-square">参加方法</a></b>
</div>
<div class="donate">
<b><a href="donate" class="btn-square">寄付</a></b>
</div>
<div class="info">
<b><a href="info" class="btn-square">Info</a></b>
</div>
<div class="kiroku">
<b><a href="kiroku" class="btn-square">記録</a></b>
</div>
<div class="dynmap">
<b><a href="http://muscari.fun:8123/index.html" class="btn-square">Dynmap</a></b>
</div>
</div>
<img class="rule2" src="images/black.png" width=1020 height=850>
<div class="rule3">
<p><font size=6>サーバールール</font></p>
<br><ul class=rulele><font color=#ff0000>禁止事項(事前警告なしで対応)</font>
<li>・公序良俗に反する建築物や発言、スキンを使用
<li>・他プレイヤーに対する悪意のある攻撃的な発言、行為または非道徳的な発言、行為
<li>・故意によるバグの利用
<li>・故意にサーバーに過度な負荷をかける行為
</ul>
<br><ul class=rulele><font color=#969cff>遵守(DiscordのDMやゲーム内tellでの警告)</font>
<li>・複数人チームでのスカイブロック拠点生活の禁止
<li>・ディメンションを介する能力を持ちうるゲートの作成の禁止
<li>・2つ以上のチームの間でのアイテム/ブロック/エンティティ等の共有、または優遇する行為の禁止
<li>・連打・マクロ系ツールに準ずるmodの禁止
<li>・サーバーに負荷をかける行為の禁止
</ul>
<br><br><ul class=rulele><font color=#00ff08>推奨 (より良いマイクライフの為に)</font>
<li>・初参加時&IN/OUT時の挨拶
<li>・バグを発見した際のDiscordの意見・質問・不具合チャンネルへの報告
</ul>
</div>
<script type="text/javascript" src="js/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="js/slick.min.js"></script>
<script type="text/javascript" src="js/common.js"></script>
</body>
</html>