From f0b5d7abf38685bd88d84cbadddbc6004ca4a5e1 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sat, 21 Oct 2023 01:39:26 -0400 Subject: [PATCH] Add draft administration section --- docs/administration/index.md | 8 ++++++ docs/administration/sop.md | 53 ++++++++++++++++++++++++++++++++++++ mkdocs.yml | 6 +++- 3 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 docs/administration/index.md create mode 100644 docs/administration/sop.md diff --git a/docs/administration/index.md b/docs/administration/index.md new file mode 100644 index 0000000..459c44d --- /dev/null +++ b/docs/administration/index.md @@ -0,0 +1,8 @@ +--- +icon: material/clipboard-check +--- + +# Admin Area + +Hello fellow or mod. +Here you can find information related to your roll including our SOP and other documentation. \ No newline at end of file diff --git a/docs/administration/sop.md b/docs/administration/sop.md new file mode 100644 index 0000000..7cf7916 --- /dev/null +++ b/docs/administration/sop.md @@ -0,0 +1,53 @@ +--- +icon: material/clipboard-list +--- + +!!! Warning "DRAFT" + This page is a draft and subject to comment and change. Please offer suggestions, edits or other comments via the Discord server. Thank you. + + Draft date: 10/21/2023 01:39 + +# Standard Operating Procedures + +## Three Strikes * + +The three strikes system applies to bans and kicks. All strikes with reason and the person applying the strikes will be recorded in the Strike Sheet[^1]. + +## Kicks + +Each player gets three kicks before a ban, however, bans may be applied before all three kicks are used. A player may be kicked for minor infractions which are up the discretion of the admin or moderator that witnessed the action and or received and validated a report. Every kick may be appealed. + +Kicking a player: + +1. Ensure that when using the `/kick` command, that you include a brief reason in the kick message. +2. Record the kick, reason, IGN and date in the "Strike Tracking" section of the Strike Sheet[^1]. +3. Record the kick count in the "Player Tracking" section of the Strike Sheet[^1]. + +## Bans + +Each player gets two bans. The first ban will last one week, the second two weeks, and finally the third will be indefinite and non-appealable. + +Banning a player: + +1. Ensure that when using the `/ban` command that you include a brief reason in the ban message. +2. Record the ban, reason, IGN and date in the "Strike Tracking" section of the Strike Sheet[^1]. +3. Record the ban count in the "Player Tracking" section of the Strike Sheet[^1]. + +### Appeals + +Each player may submit an appeal for admin review. Appeals will only be handled by admins and must be submitted by email. + +## Whitelisting + +When whitelisting a player, the following must happen: + +1. Make the user aware of this website and ask that they take a moment to review it. +2. Add player to the "Player Tracking" section of the Strike Sheet[^1]. + - Make sure to select the existing player that invited the player. +3. Whitelist the user + - Survival Server + - Creative Server + +## References + +[^1]: [Strike Sheet](https://docs.google.com/spreadsheets/d/1T9gGJxrJQ6rzPruT3JibE9cP-P0EYJppZ3SLyujaGjs/edit?usp=sharing) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index cb473ad..cab04da 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,6 +9,7 @@ theme: - navigation.instant - navigation.instant.progress - navigation.top + - navigation.indexes name: material palette: # Palette toggle for light mode @@ -48,4 +49,7 @@ nav: - 'survival.md' - 'screenshots.md' - 'status.md' - - 'more.md' \ No newline at end of file + - 'more.md' + - Administration: + - 'administration/index.md' + - 'administration/sop.md' \ No newline at end of file