12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <template id="main">
- <div class="textwall-container">
- <div class="page-header">
- <h2 class="page-header-content">Privacy Policy</h2>
- </div>
- <p>
- For calming: We do not eat your data. No data will be transferred to third parties.
- </p>
- <h4>
- Website
- </h4>
- <p>
- On using our website - or generally "the internet" - you must be aware of data which we receive and save due to technical reasons in logs.
- This includes:
- <ul>
- <li>your IP address</li>
- <li>version and type of your browser and operating system</li>
- <li>visited sites</li>
- <li>date and time of the retrieval</li>
- </ul>
- </p>
- <p>
- We do not use this data for further processing.
- </p>
- <h4>
- Minecraft
- </h4>
- <p>
- If you play on our Minecraft server we store
- <ul>
- <li>your IP address</li>
- <li>your name and uuid of your Minecraft account</li>
- <li>date and time of the retrieval</li>
- <li>every content you create on the server (e.g. your plots)</li>
- </ul>
- </p>
- <h4>
- Your rights
- </h4>
- <p>
- If you no longer wish us to process and store your personal data, you may exercise your right to deletion of your personal data. To ensure the best experience for other players some data will only be anonymised.
- </p>
- </div>
- </template>
- <?php include "base.php"; ?>
|