diff options
| author | Andrew Lee <alee14498@gmail.com> | 2021-01-23 16:22:59 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2021-01-23 16:22:59 -0500 |
| commit | c15bc60f470dd5357b8d9055c3aa24892f5ecbc8 (patch) | |
| tree | 6f65db09c409483769b1381e21c311ea8632e4d4 | |
| parent | 1500779f9a1f6c3af0856eb7efdbf1d64541b199 (diff) | |
| download | alp-website-c15bc60f470dd5357b8d9055c3aa24892f5ecbc8.tar.gz alp-website-c15bc60f470dd5357b8d9055c3aa24892f5ecbc8.tar.bz2 alp-website-c15bc60f470dd5357b8d9055c3aa24892f5ecbc8.zip | |
ToS Update
| -rw-r--r-- | pages/tos.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pages/tos.js b/pages/tos.js index 123ff8f..86ecfe3 100644 --- a/pages/tos.js +++ b/pages/tos.js @@ -60,16 +60,17 @@ const TOS = () => ( <h2>Cityverse Policy</h2> <p>These rules apply to the Cityverse server</p> <ul> - <li>Usage of hacked clients (including - but not limited to - Wurst, Wolfram, Sigma, etc.) is strictly prohibited</li> - <li>Griefing is not allowed</li> + <li>Usage of hacked clients (including - but not limited to - Wurst, Wolfram, Sigma, etc.) is strictly prohibited*</li> + <li>Griefing is not allowed*</li> <li>Respect everyone</li> </ul> <p>If you are found to be in violation of these rules, you may receive a temporary or permanent ban. If you have been banned, and are found playing on an alt, you may be subject to an IP ban.</p> + <p>* If a certain server allows these actions, then these policies will not apply.</p> </div> </div> <div id="discord-policies"> <h1>Discord Policies</h1> - <p>If you’re part of our discord server, we have set policies that you must follow.</p> + <p>If you are part of our discord server, we have set policies that you must follow.</p> <div id="logging"> <h2>Logging</h2> <p>The following will be logged and stored by our bots:</p> @@ -98,7 +99,7 @@ const TOS = () => ( </div> </div> <p>Any staff abusing their powers should be reported to Alee immediately.</p> - <p>Last updated: June 17th, 2020</p> + <p>Last updated: January 23rd, 2021</p> <a href="#top" className="green-text">Back to top</a> </div> </div> |
