From 7803c481c08e5743d39baf78dcdf9d2c6a90da44 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Wed, 1 Nov 2023 14:51:19 -0400 Subject: [PATCH 1/4] 1.21 Prep --- docs/more.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/docs/more.md b/docs/more.md index fa001e5..4cb3e9e 100644 --- a/docs/more.md +++ b/docs/more.md @@ -31,4 +31,69 @@ A list of future and completed plans! - [ ] Find seed. - [ ] Build web page. - [ ] Bump up view distance to 15 like [Survival](survival.md). -- [ ] Get the staging server up for testing. \ No newline at end of file +- [ ] Get the staging server up for testing. + +### 1.21 Release Planning + +- [ ] 1.21 Released. + - [ ] Paper build available. + - [ ] Velocity build available. +- [ ] Plugins updated or compatible. + - [ ] [LPC - Chat Formatter](https://www.spigotmc.org/resources/lpc-chat-formatter-1-7-10-1-20.68965/). + - [ ] [LuckPerms](https://luckperms.net/). + - [ ] [TabLocation](https://www.spigotmc.org/resources/tablocation.83894/). + - [ ] [Simple Voice Chat (Plugin)](https://www.spigotmc.org/resources/simple-voice-chat.93738/). + - [ ] [HttpHeartBeat](https://www.spigotmc.org/resources/httpheartbeat.79214/). + - [ ] [BlueMap](https://bluemap.bluecolored.de/). + - [ ] [BlueMap Marker Manager](https://modrinth.com/plugin/bmarker). + - [ ] [TabTPS](https://modrinth.com/plugin/tabtps). +- [ ] Datapacks updated or compatible. + - [ ] [Saddle](https://modrinth.com/datapack/saddle). + - [ ] [Woodcutter](https://modrinth.com/datapack/tc-woodcutter/version/2.0.0). + - [ ] [Gardener's Dream](https://modrinth.com/datapack/gardeners-dream/version/1). + - [ ] Vanilla Tweaks Packs. + - [ ] Survival. + - [ ] villager workstation highlights. + - [ ] unlock all recipes. + - [ ] armor statues. + - [ ] fast leaf decay. + - [ ] graves. + - [ ] multiplayer sleep. + - [ ] afk display. + - [ ] Items. + - [ ] player head drops. + - [ ] armored elytra. + - [ ] terracotta rotation wrench. + - [ ] redstone rotation wrench. + - [ ] Mobs. + - [ ] more mob heads. + - [ ] double shulker shells. + - [ ] Experimental. + - [ ] xp management. + - [ ] timber. + - [ ] Vanilla Tweaks Crafting. + - [ ] Quality-of-life. + - [ ] powder to glass. + - [ ] blackstone cobblestone. + - [ ] coal to black dye. + - [ ] charcoal to black dye. + - [ ] rotten flesh to leather. + - [ ] double slabs. + - [ ] back to blocks. + - [ ] More-blocks. + - [ ] more bricks. + - [ ] more stairs. + - [ ] more bark. + - [ ] more trapdoors. + - [ ] Craftables. + - [ ] craftable blackstone. + - [ ] craftable bundles leather. + - [ ] craftable bundles rabbit hide. + - [ ] craftable name tags. + - [ ] craftable notch apples. + - [ ] craftable horse armor. + - [ ] Unpackables. + - [ ] unpackable wool. + - [ ] unpackable nether wart. + - [ ] unpackable ice. +- [ ] Migration date chosen. From a11a3cc439209d47a18a485a0df2c7a112b6d89f Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Wed, 1 Nov 2023 15:46:25 -0400 Subject: [PATCH 2/4] Add expected 1.21 release date --- docs/more.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/more.md b/docs/more.md index 4cb3e9e..38d77b2 100644 --- a/docs/more.md +++ b/docs/more.md @@ -35,7 +35,7 @@ A list of future and completed plans! ### 1.21 Release Planning -- [ ] 1.21 Released. +- [ ] 1.21 Released. (Currently expected mid-2024) - [ ] Paper build available. - [ ] Velocity build available. - [ ] Plugins updated or compatible. From 2fa6a528323d30747c12d16af3cf90b7c3423336 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Wed, 1 Nov 2023 16:10:35 -0400 Subject: [PATCH 3/4] Add calendar and maintenance --- docs/calendar.md | 9 +++++++++ docs/maintenance.md | 24 ++++++++++++++++++++++++ mkdocs.yml | 2 ++ 3 files changed, 35 insertions(+) create mode 100644 docs/calendar.md create mode 100644 docs/maintenance.md diff --git a/docs/calendar.md b/docs/calendar.md new file mode 100644 index 0000000..f96d9ec --- /dev/null +++ b/docs/calendar.md @@ -0,0 +1,9 @@ +--- +icon: material/calendar +--- + +# Calendar + +What's happening!? When!? + + \ No newline at end of file diff --git a/docs/maintenance.md b/docs/maintenance.md new file mode 100644 index 0000000..5af5fe7 --- /dev/null +++ b/docs/maintenance.md @@ -0,0 +1,24 @@ +--- +icon: material/wrench +--- + +# Maintenance + +## Schedule + +Maintenance will be performed every other wednesday between 18:30 and 19:30 starting 2023-11-01. Refer to the [Calendar](calendar.md) for more dates. + +## Maintenance items + +- Updates. + - Linux. + - Manager. + - Velocity. + - Paper. + - Plugins. +- Reboot. +- General cleanup. + +## Why + +Doing regular maintenance will keep our servers running well and also help to keep them secure! Wednesday was selected as a day the has the least traffic. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 1f88499..e8f6594 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -55,6 +55,8 @@ nav: - 'screenshots.md' - 'status.md' - 'more.md' + - 'calendar.md' + - 'maintenance.md' - Administration: - 'administration/index.md' - 'administration/sop.md' From 36a959eb4a436e229663a57b3e653357bd941315 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Wed, 1 Nov 2023 16:10:47 -0400 Subject: [PATCH 4/4] Update wording for the type of server. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a5aee28..bcb5b88 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ description: PlaceholderMC - A private minecraft server for friends and friends !!! Info "We need a name!" We need a name for the server! As you can see it is currently called "PlaceholderMC". please submit name ideas on `#the-name` on the [Discord](https://discord.gg/RWNQxAWad2)! -Welcome to **PlaceholderMC**, a set of private minecraft servers for friends, and friends of friends and friends of friends of friends and friends of friends of friends of... +Welcome to **PlaceholderMC**, a set of invite-only minecraft servers for friends, and friends of friends and friends of friends of friends and friends of friends of friends of... ... Of the owner! *phew* that took a lot of breath.