policy.php 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <template id="main">
  2. <div class="textwall-container">
  3. <div class="page-header">
  4. <h2 class="page-header-content">Privacy Policy</h2>
  5. </div>
  6. <p>
  7. For calming: We do not eat your data. No data will be transferred to third parties.
  8. </p>
  9. <h4>
  10. Website
  11. </h4>
  12. <p>
  13. 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.
  14. This includes:
  15. <ul>
  16. <li>your IP address</li>
  17. <li>version and type of your browser and operating system</li>
  18. <li>visited sites</li>
  19. <li>date and time of the retrieval</li>
  20. </ul>
  21. </p>
  22. <p>
  23. We do not use this data for further processing.
  24. </p>
  25. <h4>
  26. Minecraft
  27. </h4>
  28. <p>
  29. If you play on our Minecraft server we store
  30. <ul>
  31. <li>your IP address</li>
  32. <li>your name and uuid of your Minecraft account</li>
  33. <li>date and time of the retrieval</li>
  34. <li>every content you create on the server (e.g. your plots)</li>
  35. </ul>
  36. </p>
  37. <h4>
  38. Your rights
  39. </h4>
  40. <p>
  41. 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.
  42. </p>
  43. </div>
  44. </template>
  45. <?php include "base.php"; ?>