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
  • - Edit the 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
  • Step 2: Set Up Backend Server

    @@ -180,24 +185,29 @@
    java -Xms1024M -Xmx1024M -jar server.jar
  • - Configure server.properties (Disable online mode, - change the port, etc.) + Create a new file named eula.txt with + eula=true as the content.
  • - Configure 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
    +
  • +
  • + Open spigot.yml and set + settings.bungeecord to be true.
  • If your server is on a different version than 1.8.8, you need to - download the + install the ViaVersion plugins. -
  • -
  • - Add the backend server to your Bungee 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.
  • Step 3: Install EaglerXBungee Plugin

    @@ -219,8 +229,8 @@ files
  • - Configure the EaglerXBungee plugin as needed (disabling online - mode, etc.) + Configure the plugin's listeners.yml to listen on + port 8081.
  • Step 4: Set Up Caddy