From e706e65318f760d9f0602a08f1badb67d77e5fb1 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 30 Nov 2019 12:40:35 -0500 Subject: Switching to NextJS --- pages/tos.js | 154 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 pages/tos.js (limited to 'pages/tos.js') diff --git a/pages/tos.js b/pages/tos.js new file mode 100644 index 0000000..527798d --- /dev/null +++ b/pages/tos.js @@ -0,0 +1,154 @@ +/* + Alee Productions Website: Website for Alee Productions + Copyright (C) 2019 Alee + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +*/ +import Layout from '../components/Layout'; + +const TOS = () => ( + +
+
+{/* TODO: Add legal stuff */} +
+

Alee Productions Terms of Service

+

These terms and service have been set in place so we make sure that you can have a great time using our services.

+
+
+

Tiers

+
    +
  • Normal Tier - It means it is not too severe and it there’s nothing to worry about.
  • +
  • Excessive Tier - It means that if a rule is broken that’s severe it will be taken action immediately and will be stored in the punishment log.
  • +
+
+
+

Normal Tier

+

If these are broken, then an unofficial warning will occur. If these actions continue, an official warning will occur then excessive punishment will happen if continued once more.

+
    +
  • Use common sense. (This isn’t an against rule but you must use your common knowledge.)
  • +
  • No spamming (Any spam will result in an official warning.)
  • +
  • No any advertisements/giveaways at any channels. Unless for a specific purpose.
  • +
  • Respect others.
  • +
  • No backseat moderating (enforcing the rules to other users)
  • +
  • Refrain asking for staff that just lowers your chance to never getting it.
  • +
+
+
+

Excessive Tier

+

This can result in an official warning or a termination from using our services.

+
    +
  • No excessive swearing (Swearing is allowed but cursing that contains racial slur and etc will result in immediate severe punishment.)
  • +
  • Any accusations will never be tolerated here there will be an investigation from the staff team if it occurs and false accusation may lead a temporary termination or possibly permanently terminated from using our services.
  • +
  • Do not argue or threaten the staff.
  • +
  • Blackmailing members is also not tolerated here.
  • +
  • No NSFW content.
  • +
  • No raids to be started when using our services.
  • +
  • No alts are to be on any of our services.
  • +
  • Threatening anyone will also not be tolerated. (i.e. DDoS, trying to find you and etc)
  • +
  • Any malicious content will not be tolerated. (i.e. Viruses, Malware, Adware and etc)
  • +
+
+
+

Alee Productions Policies

+
+

COPPA Policy

+

You must be at least 13 years old to be in this server due to the COPPA regulations…

+

If you don’t accept this, you have to leave our services.

+

An investigation or/and ban may happen if found guilty.

+
+

Discord Only Policies

+
+

Nickname Policy

+

We enforce this nickname policy to keep a clean, friendly community.

+

Our nickname system is different, using the command am:nick [your nickname] so our staff team can approve it first. This system is set in place so that the community is a nice place to be for everyone. + To have your nickname accepted, it must comply with the following:

+
    +
  • No offensive words
  • +
  • No symbols
  • +
  • Not attention-grabbing (i.e. getting to the top of the list by using a symbol)
  • +
+

Any display name that does not follow the guidelines above will have the following done to it:

+
    +
  • Censoring your nickname/username
  • +
  • Ignoring the nickname change from AstralMod
  • +
+
+
+

Logging Policy

+

Our bots log the following things, and store them in their databases:

+
    +
  • Deleted Messages
  • +
  • Edited Messages
  • +
  • Your ID
  • +
  • You joining and leaving
  • +
+

If you don’t agree with the policies and wanting to opt out, you may not use our services.

+
+
+

We also highly recommend you to read Discord’s ToS and Community Guidelines.

+ +
+

Frequent Asked Questions

+

These are the frequently asked questions that you might ask the staffs.

+
    +
  • Q: Can I be staff?
  • +
  • A: No, you can't ask for staff but you want to know how to get it, then here are the instructions.
  • +
  • Q: I was banned for no reason! I hate the staff…
  • +
  • A: Well… if you were banned for no reason you can ask our staff team and they will tell you why you were banned.
  • +
+
+
+

If a rule is broken, no need to panic, it's just a heads up on what’s coming if you were to break another rule and if you got mistakenly warned please contact one of the staff immediately.

+

If there's staff abusing their powers please report them to Alee immediately.

+

Thanks for reading the ToS!

+

- Alee Productions Community Team

+

Last updated on November 26th 2019

+
+ Back to top +
+
+
+
+) + +export default TOS; \ No newline at end of file -- cgit v1.2.3