Skip to content

Commit c52f645

Browse files
committed
Added rules
1 parent ad98f79 commit c52f645

2 files changed

Lines changed: 84 additions & 0 deletions

File tree

content/rules.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: "Rules"
3+
description: "Rules for the Minecraft Access server"
4+
draft: true
5+
---
6+
7+
## 1. Cheating & Exploits
8+
### 1.1 Disallowed Modifications
9+
Modifications[^modifications] which give or attempt to give the player an unfair advantage are strictly prohibited.
10+
11+
This rule does not apply to:
12+
- [Minecraft Access]
13+
- Any mods in the [Visually Impaired Access Mods] modpack
14+
- Any part of the vanilla game including the f3 menu and hitbox and chunk boarder overlays, these aren't modifications
15+
- Any modifications which are purely asthetic, including but not limited to:
16+
- Shaders
17+
- Resource packs which modify sound, text, or textures excluding any which make normally opaque block transparent (e.g. X-Ray)
18+
- Optimisation mods, provided that they do not modify the the behaviour of the base game in any meaningful way
19+
- Quality of life mods, provided that they do not allow for anything that would normally be impossible in an unmodified game
20+
(e.g. placing blocks faster than usual or in otherwise invalid places), or provide any other unfair advantage.
21+
Permitted QoL features include but are not limited to:
22+
- Armour and status HUDs
23+
- Minimaps, provided that they do not show players or caves which are otherwise hidden
24+
25+
### 1.2 Exploits
26+
Taking advantage of exploits, bugs, any other obvious technical oversight, or otherwise circumventing is strictly prohibited and will result in a permenent ban.
27+
28+
Any exploits should be immediately reported to admins, see [Appeals & Reports](#appeals--reports).
29+
30+
### 1.3 Alternative Accounts
31+
Each player may play with at most one account, any additional accounts may be banned.
32+
Attempting to use an alternative account to circumvent any punishment may result in all accounts being permenently banned.
33+
34+
### 1.4 Lag & Disruption to Services
35+
Intentionally causing lag or other disruption to the server or related services is strictly prohibited.
36+
37+
## 2. Behaviour & Chat
38+
### 2.1 NSFW Content
39+
Any mention of or reference to anything that could be considered NSFW in any way, shape, or form is strictly forbidden.
40+
41+
### 2.2 Links
42+
While sending links isn't itself disallowed,
43+
any mallicious or fraudulent links are strictly forbidden.
44+
45+
Asking someone to Google something specific or otherwise go to a specific web page is also considered a link.
46+
47+
### 2.3 Spam & Advertising
48+
Any excessive disruptive behaviour including chat messages,
49+
excessive unsolicited private communications,
50+
or unsolicited promotion of or links to anything not endorsed by server staff
51+
is prohibited.
52+
53+
### 2.4 Disrespectful Conduct
54+
All players are expected to respect one another at all times.
55+
Any disrespectful or discriminatory conduct will not be tolerated.
56+
57+
### 2.5 Revealing Personal Information
58+
Revealing or threatening to reveal personal information about other players without explicit consent is strictly forbidden.
59+
60+
## Enforcement
61+
Staff members reserve the right to take any action deemed appropriate against any player for any reason.
62+
Exact punishments may vary.
63+
64+
## Appeals & Reports
65+
If you believe that a punishment has been made in error or would like to report another player, bug, or exploit,
66+
please create a ticket in the [#mc-server-info] channel of our [Discord server].
67+
68+
[^modifications]: Any mod, resource pack, or other deviation from the vanilla game. Not to be confused with mods which specifically refer to code changes loaded with a modloader such as Fabric.
69+
70+
[Minecraft Access]: https://modrinth.com/mod/minecraft-access
71+
[Visually Impaired Access Mods]: https://modrinth.com/modpack/vi-access
72+
[#mc-server-info]: https://discord.com/channels/843921862194364468/1327657449372647504
73+
[Discord server]: https://discord.gg/yQjjsDqWQX

hugo.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
languageCode: en
22
title: "Minecraft Access Server Docs"
3+
enableGitInfo: true
4+
summaryLength: 25
35
disableKinds:
46
- taxonomy
57
- term
68
- rss
79
theme:
810
- docs
911

12+
markup:
13+
tableOfContents:
14+
ordered: true
15+
startLevel: 2
16+
endLevel: 4
17+
1018
security:
19+
http:
20+
mediaTypes:
21+
- "^audio/.+$"
1122
funcs:
1223
getenv:
1324
- ^GITHUB_REPOSITORY$

0 commit comments

Comments
 (0)