From 10d09ecfedd7bbac28327264298a1c32faf8962c Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Wed, 11 Sep 2024 08:42:16 -0700 Subject: [PATCH] update article for clarity --- src/articles/index.html | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/src/articles/index.html b/src/articles/index.html index 7586475..1ae29e9 100644 --- a/src/articles/index.html +++ b/src/articles/index.html @@ -166,8 +166,13 @@ the server
config.yml
file to configure your proxy
- settings
+ Edit the config.yml
file and set these values:listeners.host: localhost:8080
+ online_mode: false
+ enforce_secure_profile: false
+ servers.lobby.address: localhost:25565
java -Xms1024M -Xmx1024M -jar server.jar
server.properties
(Disable online mode,
- change the port, etc.)
+ Create a new file named eula.txt
with
+ eula=true
as the content.
spigot.yml
to have this:
- bungeecord: true
+ Open 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
.
config.yml
by
- scrolling to the servers section and editing/adding an entry for
- your server, such as localhost:port
.
+ >
+ to support 1.8 Eaglercraft players.
listeners.yml
to listen on
+ port 8081.