-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtos.html
More file actions
169 lines (157 loc) · 6.29 KB
/
tos.html
File metadata and controls
169 lines (157 loc) · 6.29 KB
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
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<script>
async function load() {
await new Promise((r) => setTimeout(r, 500));
document.getElementById("policy").scrollIntoView();
}
</script>
<script defer src="script.js"></script>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="images/icon.png" />
<link
href="https://fonts.bunny.net/css2?family=Fira+Sans&display=swap"
rel="stylesheet"
/>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terms of Service - AxolotlClient</title>
</head>
<body onload="load()">
<div class="navbar">
<div class="navbar-left">
<a href="https://axolotlclient.com"
><img src="images/icon.png" alt="Logo"
/></a>
<a class="text" href="https://modrinth.com/mod/axolotlclient"
>Modrinth</a
>
<a class="text" href="https://codeberg.org/AxolotlClient/">Codeberg</a>
<a class="text" href="https://github.com/AxolotlClient/">GitHub</a>
<a class="text" href="https://discord.gg/WyMjeX3vka">Discord</a>
</div>
<div class="navbar-right">
<img src="images/moon.svg" alt="" id="switcher" />
</div>
</div>
<div class="main">
<img src="images/icon.png" alt="AxolotlClient icon" />
<h1>Terms of Service</h1>
</div>
<div class="policy" id="policy">
<h3 class="primer">
This Document describes your relationship with the services provided by
AxolotlClient.
</h3>
<em>Last Updated: 2024-12-16</em>
<p>These terms govern the relation ship between the following parties:</p>
<ul>
<li>
The online services provided together with the social features of
AxolotlClient, hereafter referred to as "the services".
</li>
<li>
You, a user of the services, hereafter referred to as "the user".
</li>
</ul>
<p>
By using the services you agree to have read and understood these terms
and accept our privacy policy.
</p>
<h2>Definition</h2>
<p>
The services offer features defined as individual communication (as per
NetzDG §1).
</p>
<h2>Requirements</h2>
<p>
To make use of the services you must fulfill the following requirements:
</p>
<ol>
<li>
The user must own a valid Minecraft account, obtainable from
<a href="https://minecraft.net">https://minecraft.net</a>
</li>
<li>
The user must be at least 13 years of age. The minimum age to use our
Services without parental approval may be higher in your home country.
</li>
<li>
The user must accept these terms and our privacy policy, accessible at
<a href="https://axolotlclient.com/privacy"
>https://axolotlclient.com/privacy</a
>.
</li>
<li>The user must not be banned from using the services.</li>
<li>
The user must not use any of the provided features to circumvent the
law. Should we notice any illicit activity we may restrict the user's
ability to access the services.
</li>
<li>
The user owns the information they submit through the services. The
user must also own the rights to distribute any shared content.
</li>
</ol>
<h2>Registration</h2>
<p>
Registration is an automated process that connects your Minecraft
account to the data the user provides to the service. The user is
registered when they first connect to the service. The user's Minecraft
account must have multiplayer features enabled as well as be allowed to
use them to use the services.
</p>
<h2>Disclaimers</h2>
<p>
AxolotlClient grants you a limited, revocable, non-exclusive and
non-transferable license to use the services in accordance with these
terms.
</p>
<p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</p>
<p>
Our Services may be interrupted, including for maintenance, upgrades, or
network or equipment failures. We may discontinue some or all of our
Services, including certain features and the support for certain devices
and platforms, at any time.
</p>
<p>
Should parts of this document be against current legislation in the
user's jurisdiction those parts become ineffective. This does not affect
the validity of other agreements in this document.
</p>
<p>
We may link to other services on our website or in other products.
Despite our best efforts we may not always be able to ensure the safety
or accuracy of the contents on third-party websites or products. We are
not responsible for the contents of third-party websites or products.
</p>
<h2>Changes to this Document</h2>
The latest version of this policy will always be available at
<a href="https://axolotlclient.com/tos">https://axolotlclient.com/tos</a>.
We will update the date at the top of this page accordingly. While we will
try to notify you of changes ahead of them taking effect, we recommend to
regularly check this page to always know how we store and process your
data since it might not be possible to notify you ahead of changes since
we do not store any contact information.
</div>
<div class="about">
<h5 class="warning">
NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH
MOJANG.
</h5>
<p>
<a href="https://axolotlclient.com/terms">Terms</a>
</p>
</div>
</body>
</html>