From b2bf1f4851ac3be2a3ecaf54bc5954a38eba5da4 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:34:32 -0700 Subject: [PATCH] remove eaglercraft server tutorial at ServerDotSo's request --- src/articles/index.html | 173 ++-------------------------------------- 1 file changed, 8 insertions(+), 165 deletions(-) diff --git a/src/articles/index.html b/src/articles/index.html index 1ae29e9..00e267d 100644 --- a/src/articles/index.html +++ b/src/articles/index.html @@ -119,172 +119,15 @@
Have you ever wondered how to make an Eaglercraft Server?
- In this guide, we will be going over how to setup your own - Eaglercraft server. -
-start.bat
for Windows or
- start.sh
for Linux) with the following content:
- java -Xms512M -Xmx512M -jar bungee.jar
- config.yml
file and set these values:listeners.host: localhost:8080
- online_mode: false
- enforce_secure_profile: false
- servers.lobby.address: localhost:25565
- start.bat
for Windows or
- start.sh
for Linux) with the following content:
- java -Xms1024M -Xmx1024M -jar server.jar
- eula.txt
with
- eula=true
as the content.
- server.properties
and set these values:online-mode=false
- enforce-secure-profile=false
- server-ip=localhost
- server-port=25565
- spigot.yml
and set
- settings.bungeecord
to be true
.
- plugins
folder
- listeners.yml
to listen on
- port 8081.
- localhost {
reverse_proxy :8081
}
- 8081
(or whichever
- port you configured for EaglerXBungee) to your server's local IP
- address
- If you want to use a custom domain:
-example.com
with your domain:
- example.com {
reverse_proxy :8081
}
- caddy stop
and caddy start
.
- - Players can connect to your server using an Eaglercraft client such - as MineXLauncher, and entering your server's IP address or domain - and port. -
-Examples:
-wss://localhost
wss://example.com
- Ensure you keep all software (especially the EaglerXBungee plugin)
- up to date and properly secure your server to protect against
- potential vulnerabilities.
+ ServerDotSo has requested for this content to be removed.
Read
+ their tutorial here instead:
+ https://eaglercraft.dev/articles/how-to-make-an-eaglercraft-server/
+
+ Don't worry, a new tutorial is coming in the next update!