~/paste/157199
~/paste/157199
~/paste/157199

  1.     .hidden {
  2.       display: none;
  3.     }
  4.  
  5. <h3>Forums</h3>
  6. <ol type="1">
  7.     <li>Use common sense, this is a 13+ community but kids are sometimes present!</li>
  8.     <li>Do not post NSFW Content.</li>
  9.     <li>Report innapropriate behavior or abuse.</li>
  10.     <li>Ask VergilPrime before posting advertising content.</li>
  11. </ol>
  12. <h3>Minecraft</h3>
  13. <p>Disclaimer: All chat, whispers and other communication is visible in server logs. General chat is shared with some
  14.     discord channels.</p>
  15. <ol type="1">
  16.     <li>Be civil in chat.</li>
  17.     <li>No spamming or advertising.</li>
  18.     <li>No racism.</li>
  19.     <li>No adult content.</li>
  20.     <li>No harassment.</li>
  21.     <li>PVP is allowed.</li>
  22.     <li>Raiding is allowed.</li>
  23.     <li>Us AngelProtect to protect your land.</li>
  24.     <li>No hack clients.</li>
  25.     <li>No fly hacks.</li>
  26.     <li>No x-ray.</li>
  27.     <li>No PVP hacks.</li>
  28.     <li>Minimaps are allowed.</li>
  29. </ol>
  30. <h3>Discord</h3>
  31. <p>Disclaimer: Chat in some channels is shared with Minecraft servers.</p>
  32. <ol type="1">
  33.     <li>Use common sense, this is a 13+ community but kids are sometimes present!</li>
  34.     <li>Do not post NSFW Content.</li>
  35.     <li>Report innapropriate behavior or abuse to staff.</li>
  36.     <li>Don&#39;t spam chat or abuse pings.</li>
  37.     <li>Ask VergilPrime before posting self-promoting content.</li>
  38.     <li>Don&#39;t bother people to join your discord or other gaming community if you don&#39;t know them.</li>
  39.     <li>Do not violate Discord&#39;s Terms of Service.</li>
  40. </ol>
  41. <form action="127.0.0.1:8101" method="POST">
  42.     <input class="hidden" type="text" id="token" name="token" value="">
  43.     <input class="hidden" type="submit" id="agree" value="I Agree to follow these rules.">
  44. </form>
  45.     var urlParams = new URLSearchParams(window.location.search)
  46.     if(urlParams.has('token')){
  47.         var token = urlParams.get('token');
  48.         document.getElementById('token').value=token;
  49.         document.getElementById('agree').classList.remove('hidden');
  50.     }
Language: html4strict
Posted by rules page at 21 Aug 2021, 12:04:50 UTC