From 37e8ae71a4112161d4f481ce7ba2c71e4680bdd6 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Mon, 6 Nov 2023 10:22:09 -0500 Subject: [PATCH] Move around administration --- .../sop.md => administration.md} | 50 ++++++++++++++----- docs/administration/index.md | 8 --- docs/admins.md | 28 ----------- mkdocs.yml | 5 +- 4 files changed, 39 insertions(+), 52 deletions(-) rename docs/{administration/sop.md => administration.md} (74%) delete mode 100644 docs/administration/index.md delete mode 100644 docs/admins.md diff --git a/docs/administration/sop.md b/docs/administration.md similarity index 74% rename from docs/administration/sop.md rename to docs/administration.md index 548acbd..4762c0b 100644 --- a/docs/administration/sop.md +++ b/docs/administration.md @@ -1,21 +1,47 @@ --- -icon: material/clipboard-list -title: SOP +icon: material/shield-star +title: Administration description: The Standard Operating Procedures used by administration and moderation staff to run the server. --- +# Administration + !!! 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: 11/02/2023 23:15 + Draft date: 11/06/2023 10:21 -# Standard Operating Procedures +## The team -## Three Plus Three Strikes * +=== "Admins" + + === "Subnet_Masked" + + ![Subnet_Masked](assets/images/subnet_masked.png) + + Subnet (Cody) is our server owner, he runs and maintains the whole thing! + +=== "Moderators" + + === "Kate_Biron" + + ![Kate_Biron](assets/images/kate_biron.png) + + Subnet's sibling! + + === "rose_sunshades" + + ![Rose Sunshades](assets/images/rose_sunshades.png) + +--- + +## Standard Operating Procedures + +### Three Plus 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 +### 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. @@ -25,7 +51,7 @@ Kicking a player: 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 +### 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. @@ -35,11 +61,11 @@ Banning a player: 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 +#### Appeals Each player may submit an appeal for admin review. Appeals will only be handled by admins and must be submitted by email. -## Whitelisting +### Whitelisting When whitelisting a player, the following must happen: @@ -52,9 +78,9 @@ When whitelisting a player, the following must happen: - Creative Server ??? info "Strike sheet glimpse" - ![Strike Sheet Strike Tracking](../assets/images/sop-ss-st.png) - ![Strike Sheet Player Tracking](../assets/images/sop-ss-pt.png) + ![Strike Sheet Strike Tracking](assets/images/sop-ss-st.png) + ![Strike Sheet Player Tracking](assets/images/sop-ss-pt.png) -## References +### References [^1]: [Strike Sheet](https://docs.google.com/spreadsheets/d/1T9gGJxrJQ6rzPruT3JibE9cP-P0EYJppZ3SLyujaGjs/edit?usp=sharing) The strike sheet is a document where strikes are recorded for bans and kicks. \ No newline at end of file diff --git a/docs/administration/index.md b/docs/administration/index.md deleted file mode 100644 index 1dcef6e..0000000 --- a/docs/administration/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -icon: material/clipboard-check -description: This area of the site contains all information relating to he administration and moderation of the servers. ---- - -# Admin Area - -This section is for everyone to read and admins/moderators to use. \ No newline at end of file diff --git a/docs/admins.md b/docs/admins.md deleted file mode 100644 index dc3d9fd..0000000 --- a/docs/admins.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -icon: material/shield-star -description: A list of all the admins and mods on the servers and their roles and functions. ---- - -# Admins and Mods - -## Administrators - -Administrators have full ability including direct console and file access. - -### Subnet_Masked - -![Subnet_Masked](assets/images/subnet_masked.png) - -Subnet (Cody) is our server owner, he runs and maintains the whole thing! - -## Moderators - -Moderators have the ability to whitelist, ban and un-ban players. - -### Rose_Sunshades - -![Rose Sunshades](assets/images/rose_sunshades.png) - -### Kate_Biron - -![Kate_Biron](assets/images/kate_biron.png) diff --git a/mkdocs.yml b/mkdocs.yml index 429a6e1..1dfec92 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -51,7 +51,6 @@ markdown_extensions: nav: - 'index.md' - 'code_of_conduct.md' - - 'admins.md' - 'whitelisting.md' - 'survival.md' - 'screenshots.md' @@ -60,9 +59,7 @@ nav: - 'calendar.md' - 'bedrock.md' - 'maintenance.md' - - Administration: - - 'administration/index.md' - - 'administration/sop.md' + - 'administration.md' extra: social: - icon: fontawesome/brands/discord