-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
rules.html
266 lines (261 loc) · 19.8 KB
/
rules.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
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE html>
<html lang="en-US">
<head>
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
<title>EarthMC rules</title>
<meta name="description" content="EarthMC rules">
<meta charset="UTF-8"/>
<meta name="robots" content="index, follow">
<meta name="googlebot" content="code">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<style>*{margin:0;padding:0}body{font-family:Arial,sans-serif;color:#1E1E1E;margin:0;background-color:#f3f3f3;text-rendering:optimizeLegibility}html{overflow-y:scroll}*{box-sizing:border-box;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-kerning:auto}a{background-color:transparent;text-decoration:none;color:#1E1E1E}img{border:0}.centerwrap{max-width:1280px;margin:auto}.country{display:block;color:#585858;padding:12px 16px 0px 15px;line-height:20px;text-decoration:none;letter-spacing:0.3px;line-height:px;font-size:16px;float:left;position:absolute}.country img{height:10px;margin-bottom:1px;image-rendering:pixelated}nav ul{list-style-type:none;margin:0;padding:0;overflow:hidden}nav li{float:right;padding:0 12px 0 0px;color:black}nav li a{display:block;color:#1E1E1E;padding:23px 5px 21px 16px;text-decoration:none;letter-spacing:0.3px;font-weight:bold;font-size:16px;letter-spacing:1px}.splashscreen{height:calc(100vh - 64px);max-height:720px;overflow:hidden;max-width:1250px;margin:auto;border-radius:15px;padding:0 15px 0 15px;background-image:url('../img/bg6.webp');background-size:cover;background-color:#3549BD;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}.splashscreen h1{font-size:50px;letter-spacing:2px;word-spacing:3px;line-height:60px}.splashsubtitle{margin-top:20px;align-self:center;color:#ccc;line-height:30px;max-width:470px}.splashscreen .copy{margin-top:50px;font-size:20px;padding:25px;border-radius:15px;font-size:30px;letter-spacing:2px;font-weight:bold;color:#000000;box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);background-color:#4CAF50;border:none;outline:none}#snackbar{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#333;color:#fff;text-align:center;border-radius:15px;padding:14px;position:fixed;z-index:1;left:50%;top:8px}.quotewrap{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:start;align-content:center;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;min-height:500px}.quoteblock{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;margin:10px;width:300px;padding-top:20px;display:inline-block}.quoteblock q{font-size:20px;word-spacing:1px}.quoteblock img{margin-bottom:10px;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}.quoteblock p{padding-top:10px;color:#2e2e2e;line-height:30px}@media only screen and (max-width:1265px){.splashscreen{border-radius:0px}.quotewrap{padding:40px 0 40px 0}}@media only screen and (max-width:770px){.splashscreen h1{font-size:40px;line-height:40px}.quoteblock{margin:20px auto;width:80%}.country{font-size:13px;line-height:14px;padding-top:20px}}@media only screen and (max-width:390px){nav li a{padding:23px 2px 21px 2px;font-size:13px}}</style>
<link as="style" rel="preload stylesheet" type="text/css" href="css/main.css"/>
<meta name="author" content="Fix">
<meta property="og:site_name" content="EarthMC" />
</head>
<body>
<nav id="navigation">
<ul class="centerwrap">
<li class="country">Join with: <br> play.earthmc.net</li>
<li><a href="rules.html">rules</a></li>
<li><a href="premium.html">premium</a></li>
<li><a target="_blank" rel="noreferrer" href="https://earthmc.net/map/" data-no-instant>map</a></li>
<li><a href="https://earthmc.net">home</a></li>
</ul>
</nav>
<section class="splashscreen">
<h1>EarthMC Rules <br>Law of nations </h1>
</section>
<div class="textarea">
<section id="1">
<h2>1. Cheating, server exploits and alternative accounts</h2>
<ul>
<li id="1.1">
<b>1.1 Cheat clients and other modifications</b><br/>
Cheat clients, macro keys and other modifications which give the player gameplay leverage over other players are not allowed.
Players found breaking this rule will face a permanent ban, and yes, permanent means permanent.<br/>
<br/>
This rule does not apply to:
<ul class="innerul">
<li>Optifine and other performance improvement mods.</li>
<li>Armor and effect status HUD mods.</li>
<li>Minimap mods unless they display more information than our Dynmap provides.</li>
<li>Purely aesthetic mods.</li>
<li>Litematica (Schematica is not allowed however)</li>
</ul>
</li>
<li id="1.2">
<b>1.2 Knowingly benefitting from or assisting others in breaking server rules</b><br/>
Players found intentionally assisting in, knowingly participating in, or knowingly benefitting from other players breaking any of the rules listed on this page may be treated as if they committed the act themselves.
</li>
<li id="1.3">
<b>1.3 Technical errors and server exploits</b><br/>
Players are not allowed to take advantage of apparent server bugs or otherwise exploit technical oversights. Players found taking advantage bugs or technical oversights without notifying staff may be permanently banned.
</li>
<li id="1.4">
<b>1.4 Alternative accounts</b><br/>
Alternative accounts or “alts” for short are not allowed. You may only use one account per player.
Alternative accounts will be banned and the player’s main account may be warned if this rule is deliberately broken. Please contact server staff if you wish to switch your main account.</li>
<li id="1.5">
<b>1.5 Intentionally causing lag or disrupting EarthMC services</b><br/>
Players intentionally causing harm to the services we provide may be permanently banned.
</li>
</ul>
</section>
</a>
<section id="2">
<h2>2. Behavior and chat</h2>
<ul>
<li id="2.1">
<b>2.1 Teleport traps</b><br />
The act of tricking players into teleporting to a specific location or person just to kill or trap them is not allowed. This used to be allowed but a lot of players abused it to the degree players voted to forbid it.<br>
<br/>
Normal traps that don't involve players blindly teleporting into them and any traps constructed in a warzone are allowed however, as long as the player doesn't get stuck for a longer period of time (10 - 15 minutes or more).
</li>
<li id="2.2">
<b>2.2 Stealing and raiding players/towns/nations</b><br/>
Stealing from and raiding other players is allowed. It’s up to each and every player to protect their assets.
</li>
<li id="2.3">
<b>2.3 Spam</b><br/>
Spamming or sending messages in a way that disrupts chat flow, normally by sending a similar message repeatedly, is not allowed.
</li>
<li id="2.4">
<b>2.4 Unwanted behavior</b><br/>
Listed unwanted behavior is not allowed on the server. Unwanted behavior includes:<br/>
<ul class="sub-list">
<li>Explicit forms of bullying.</li>
<li>Repetitive use of derogatory terms.</li>
<li>Comments encouraging self-harm.</li>
<li>Inciting violence or explicit forms of hate speech against racial and social minorities.</li>
<li>Explicit talk about sex.</li>
</ul><br/>
Toxicity is evaluated on a case by case basis and staff has final say in what is considered toxic behavior. Repeated behavior may lead to warnings, mutes and eventually a permanent ban.
</li>
<li id="2.5">
<b>2.5 Impersonating other players, towns and nations</b><br/>
Impersonating players by taking advantage of, but not limited to, usernames, nicknames, town/nation names is not allowed.
Offenders will be asked to revert to their proper character. If any damage is done staff may choose to ban the offending player.
</li>
<li id="2.6">
<b>2.6 AFK time</b><br/>
You are not allowed to be AFK more than 15 minutes, if you are found using a method of circumventing the auto-kicking staff will take action.
</li>
<li id="2.7">
<b>2.7 Sharing personal information</b><br/>
Sharing personal information and identities of others without their explicit permission is strictly forbidden.
Personal information may be, but not limited to, “real life” photos of players, phone numbers, home addresses, social networks, school/work location, family relations and IP-addresses.
</li>
<li id="2.8">
<b>2.8 Sharing links</b><br/>
Malicious links are not allowed, this includes for instance viruses or ip loggers.
Links which contribute to breaking any of the rules listed on this page are not allowed.
This includes sending links to other players in Discord for instance as well.<br/>
<br/>
Linking to sexual or extremely violent/disturbing content is not allowed. Other links are allowed, although they may get caught by the spam filter.<br/>
</li>
<li id="2.9">
<b>2.9 Advertising</b><br/>
Advertising is not allowed unless it’s related to the server.
</li>
<li id="2.10">
<b>2.10 Selling content and services for real money</b><br/>
You are not allowed to sell in-game items or services for real life money, or vice-versa.
</li>
<li id="2.11">
<b>2.11 Language in global chat channels</b><br/>
When speaking in either the global chat or the donator chat channel you should stick to English only. You can use other private chat channels for other languages such as town chat or private messages.
If there are only or almost only players who also speak your language online you are allowed to speak it in the global channels too.
</li>
</ul>
</section>
<section id="3">
<h2>3. Griefing</h2>
<ul>
<li id="3.1">
<b>3.1 Destroying land in or around claims</b><br/>
Players may not damage land in or around claims (griefing). Players breaking this rule will be warned and damage will be rolled back. Players doing this more than once may face a permanent ban. Placing and removing blocks during siege war events is allowed when necessary to the extent needed in the conflict.
<br>
Examples of grief:
<ul class="innerul">
<li>Cobble monsters - Mountain-like structures that are built using lava and water.</li>
<li>Lava/water curtains - Placing rows of lava/water in the sky to make a wall of falling lava.</li>
<li>TNT craters.</li>
<li>Mass spawning entities within or around a town (Chickens, Boats, etc.).</li>
</ul>
</li>
<li id="3.2">
<b>3.2 Destroying land in wilderness</b><br/>
Wilderness is defined by Towny as any land not currently claimed. You are allowed to grief structures or terrain as long as they are not within or in close proximity to a claimed area.
However, any player may request major terrain grief to be rolled back even in the wilderness.<br>
<br>
Breaking railways or ice roads is not allowed even in the wilderness, if willingly connecting two existing towns. This does not only apply to the rails but all blocks the railroad is made of.
</li>
<li id="3.3">
<b>3.3 Town claims</b><br/>
Towns are not allowed to have areas of unclaimed chunks inside of their borders as this can substantially increase the size of a town without them actually having to increase their claim limit legitimately.<br>
<br>
Surrounding other towns with claims is also not allowed, about 3/4 of the town has to be surrounded for it to count as illegal. The only exception to this is when a town is created in an area where it is already surrounded.
</li>
<li id="3.4">
<b>3.4 Stealing specific blocks</b><br/>
Stealing specific blocks for their value is not considered grief and is therefore allowed. This does not apply to easily acquired blocks even if they are valuable to you.
</li>
<li id="3.5">
<b>3.5 Major terraforming</b><br/>
In order to preserve the accurate geography of the map, major terraforming of the natural terrain is not allowed. In general, if your edits of the landscape alter the Dynmap view of the natural landscape, they will be removed.
Examples of this includes for instance draining large lakes/rivers, creating artificial islands which do not exist in real life, or covering the ocean with platforms. Vertical terraforming is allowed as it does not change the dynmap view.
</li>
<li id="3.6">
<b>3.6 Map art</b><br/>
Creating map art is allowed as long as it does not interfere with other towns. It is recommended to place map art in Antarctica as there is a lot of unused space there.
If you place it outside of Antarctica you will have to claim the area as it will count as proximity greifing if the other towns around you don't like it.<br/>
<br/>
Your map art may not contain nudity, sexual content, racist imagery or anything else that breaks any part of rule 2.
</li>
</ul>
</section>
<section id="4">
<h2>4. Naming</h2>
<ul>
<li id="4.1">
<b>4.1 Nation names</b><br/>
Before creating a nation, make sure your name complies with the nation naming rules. Nation names may be changed by a staff member if the rule is not followed and may be disbanded if the rule is repeatedly broken.
<ul class="innerul">
<li>Nation name cannot be fictional. It has to have the same name as a current or past nation.</li>
<li>Nation can be named after region, province or other large geographical area with defined borders if accurate nation name is already taken.</li>
<li>Nation name must correspond with map location of the nation capital.</li>
<li>Nation cannot have a similar name to already established nation to the point where one could easily be confused with the other.</li>
</ul>
</li>
<li id="4.2">
<b>4.2 Town names</b><br/>
Before creating a town, make sure your name complies with the naming rules. Names may be changed by a staff member if the rule is not followed.
<ul class="innerul">
<li>Fictional town names are allowed. However, we highly recommend towns to have a name tied to the real life town location.</li>
<li>Town names cannot be inappropriate/toxic/offensive.</li>
<li>Towns cannot have similar names to already established towns to the point where one could easily be confused with the other.</li>
</ul>
</li>
<li id="4.3">
<b>4.3 Minecraft accounts</b><br/>
The following account characteristics may not be explicit, sexual, racist or otherwise inappropriate:
<ul class="innerul">
<li>Username</li>
<li>Nickname</li>
<li>Player skin</li>
<li>Towny titles</li>
</ul>
</li>
</ul>
</section>
<section id="rules-faq">
<h2>Rules FAQ</h2>
<ul>
<li id="appealing">
<b>How and where do I appeal my punishment?</b>
<p>
You have the chance to appeal any punishments provided by staff. You can visit our dedicated discord server for support and ban appeals found <a href="https://discord.gg/EZBYmpp">here</a> (this is different from our main discord server).
Use the -new command to open a ticket and follow the instructions.
</p>
</li>
<li id="reporting">
<b>How do I report a player breaking the rules?</b>
<p>
Please join our support discord server <a href="https://discord.gg/EZBYmpp">here</a> and open a new support ticket channel using the -new command.
You do not have to wait for staff to reply here, instead provide as much evidence as you have of the player and which rules are broken from the list above.
</p>
</li>
<li id="players">
<b>Who is a player and who does above rules apply to?</b>
<p>
Everyone playing on EarthMC Minecraft server or anyone part of our discord server is a player regardless of rank.
</p>
</li>
<li id="suggestions">
<b>How do I make a suggestion for the rules?</b>
<p>
If you have any ideas or concerns regarding to the rules above, you can <a target="_blank" href="https://github.com/EarthMC/EarthMC.net/issues">click here</a> to make a rule suggestion.
</p>
</li>
<li id="staff">
<b>Who are server staff?</b>
<p>
Anyone who holds the Mod, Dev, Admin or Owner rank is considered server staff. Plugin developers are not server staff although they may have access to support tickets so they can use your feedback to improve their plugins.
</p>
</li>
</li>
</ul>
</section>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script src="//instant.page/5.1.0" type="module" integrity="sha384-by67kQnR+pyfy8yWP4kPO12fHKRLHZPfEsiSXR8u2IKcTdxD805MGUXBzVPnkLHw"></script>
<script defer src="https://www.googletagmanager.com/gtag/js?id=UA-163559242-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163559242-1');
</script>
</body>
</html>