From c6f430ad633afd5fedbcd4fb798770115fbd3627 Mon Sep 17 00:00:00 2001 From: alethkit Date: Sun, 15 Dec 2024 15:19:19 +0000 Subject: [PATCH 1/3] Added recommendation to use Purpur to wiki Since `doom` has a high proportion of resources consumed by Minecraft servers, I have added a suggestion to the wiki to use https://purpurmc.org/, which should allow for reduced congestion on `doom` (and hopefully better TPS). --- content/reference/other-services/game-servers.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/reference/other-services/game-servers.md b/content/reference/other-services/game-servers.md index 69c6e47..bf8c1e9 100644 --- a/content/reference/other-services/game-servers.md +++ b/content/reference/other-services/game-servers.md @@ -26,6 +26,12 @@ port for your application will be in use. We don't have any specific rules for picking a port for your application, so just pick high-numbered ports at random until you find one that isn't in use. +## Minecraft + +### Recommended server software + +To reduce the load on `doom.srcf.net`, please use a distribution such as [Purpur](https://purpurmc.org/). + ## Running at startup If you want your server application to run at system startup, you can From 7f9eb729085a6c5454137ae72d37c18e9b06630b Mon Sep 17 00:00:00 2001 From: alethkit Date: Sun, 15 Dec 2024 15:29:07 +0000 Subject: [PATCH 2/3] Reworded suggestion --- content/reference/other-services/game-servers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/reference/other-services/game-servers.md b/content/reference/other-services/game-servers.md index bf8c1e9..8e2c828 100644 --- a/content/reference/other-services/game-servers.md +++ b/content/reference/other-services/game-servers.md @@ -28,9 +28,9 @@ high-numbered ports at random until you find one that isn't in use. ## Minecraft -### Recommended server software +### Suggested server software -To reduce the load on `doom.srcf.net`, please use a distribution such as [Purpur](https://purpurmc.org/). +For higher server performance, consider using a server distribution such as [Purpur](https://purpurmc.org/) or [Paper](https://papermc.io/)_. ## Running at startup From 9c2e861a134f984ff3786682b44c1f8459a23e7f Mon Sep 17 00:00:00 2001 From: alethkit Date: Sun, 15 Dec 2024 15:29:51 +0000 Subject: [PATCH 3/3] Punctuation fix --- content/reference/other-services/game-servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/other-services/game-servers.md b/content/reference/other-services/game-servers.md index 8e2c828..c9f584a 100644 --- a/content/reference/other-services/game-servers.md +++ b/content/reference/other-services/game-servers.md @@ -30,7 +30,7 @@ high-numbered ports at random until you find one that isn't in use. ### Suggested server software -For higher server performance, consider using a server distribution such as [Purpur](https://purpurmc.org/) or [Paper](https://papermc.io/)_. +For higher server performance, consider using a server distribution such as [Purpur](https://purpurmc.org/) or [Paper](https://papermc.io/). ## Running at startup