-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.html
43 lines (40 loc) · 1.55 KB
/
privacypolicy.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
<!DOCTYPE html>
<html>
<head>
<!--# include file="/include/head.html" -->
<link rel="stylesheet" href="/styles/guide.css">
<title>TydiumCraft - Privacy Policy</title>
</head>
<body>
<!--# include file="/include/header.html" -->
<main>
<h1>Privacy Policy</h1>
<h2>Definitions</h2>
<p><b>Service: </b>The Service refers to "TydiumCraft: The Game/Minecraft Server" as well as "TydiumCraft API".
By using our services, you agree to our Privacy Policy.
<p>
<h2>By using the Service you agree to having the following information stored:</h2>
<ul>
<li>IP address</li>
<li>Minecraft UUID or Xbox Live XUID</li>
<li>Minecraft or Xbox Live username</li>
<li>Minecraft Skin</li>
<li>Device client</li>
<li>Last Login Timestamp</li>
<li>First Login Timestamp</li>
<li>Server Specific Player Data</li>
<li>Server Purchases</li>
</ul>
<h2>How we use your information</h2>
<p>Sensitive data such as your "IP Address" will only be used in the case of a "Server IP Ban" or "Server Ban".
The rest of the listed information may be used to provide a fully functioning service. None of your
sensitive information such as your "IP Address" will be shared publicly, and it will not be transmitted
outside of TydiumCraft unless required by law or for Legitimate Interest.</p>
<h2>Contact</h2>
<p>If you wish to contact us for concerns or legal requests, please <a href="mailto:[email protected]">email
us.</a></p>
</main>
<!--# include file="/include/footer.html" -->
<!-- THIS PAGE MUST BE UPDATED AT SOME POINT! -->
</body>
</html>