Fix some things

This commit is contained in:
Subnet_Masked 2023-10-21 14:48:40 -04:00
parent e664c5269b
commit 76c6af44be
5 changed files with 10 additions and 9 deletions

View file

@ -1,5 +1,6 @@
--- ---
icon: material/clipboard-list icon: material/clipboard-list
title: SOP
--- ---
!!! Warning "DRAFT" !!! Warning "DRAFT"

View file

@ -11,6 +11,6 @@ Welcome to **PlaceholderMC**, a set of private minecraft servers for friends, an
... Of the owner! *phew* that took a lot of breath. ... Of the owner! *phew* that took a lot of breath.
A great place to start is the [Code of Conduct and Bans](code_of_conduct.md)! A great place to start is the [Code of Conduct and Bans](code_of_conduct.md)! After that, you should check out the [Discord](https://discord.gg/RWNQxAWad2).
![Welcome Image](assets/images/screenshots/welcome.png) ![Welcome Image](assets/images/screenshots/welcome.png)

View file

@ -16,13 +16,13 @@ A list of future and completed plans!
- [ ] Find a new name for the server. - [ ] Find a new name for the server.
- [ ] Better way to ask for whitelist. - [ ] Better way to ask for whitelist.
- [ ] Make world downloads available. - [ ] Make world downloads available.
- [ ] **Important** Make documentation for how to handle kicks, bans and whitelisting. (Available to public!) - [X] **Important** Make documentation for how to handle kicks, bans and whitelisting. (Available to public!)
- [ ] Kick Docs. - [X] Kick Docs.
- [ ] Ban Docs. - [X] Ban Docs.
- [ ] Whitelist Docs. - [X] Whitelist Docs.
- [ ] SOP (Standard Operating Procedures). - [X] SOP (Standard Operating Procedures).
- [ ] Admin specific part of website. - [X] Admin specific part of website.
- [ ] Better permissions and management of Discord server. - [X] Better permissions and management of Discord server.
- [ ] Add download buttons to the [Survival](survival.md) page for the Vanilla tweaks packs. - [ ] Add download buttons to the [Survival](survival.md) page for the Vanilla tweaks packs.
- [ ] Build the Creative server. - [ ] Build the Creative server.
- [ ] Normalize plugins. - [ ] Normalize plugins.

View file

@ -44,7 +44,7 @@ markdown_extensions:
nav: nav:
- 'index.md' - 'index.md'
- 'code_of_conduct.md' - 'code_of_conduct.md'
- 'administration.md' - 'admins.md'
- 'whitelisting.md' - 'whitelisting.md'
- 'survival.md' - 'survival.md'
- 'screenshots.md' - 'screenshots.md'