1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

update article for clarity

This commit is contained in:
zumbiepig 2024-09-11 08:42:16 -07:00
parent 263175ba1c
commit 10d09ecfed
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -166,8 +166,13 @@
the server the server
</li> </li>
<li> <li>
Edit the <code>config.yml</code> file to configure your proxy Edit the <code>config.yml</code> file and set these values:<br />
settings <code
>listeners.host: localhost:8080<br />
online_mode: false<br />
enforce_secure_profile: false<br />
servers.lobby.address: localhost:25565</code
>
</li> </li>
</ol> </ol>
<h3>Step 2: Set Up Backend Server</h3> <h3>Step 2: Set Up Backend Server</h3>
@ -180,24 +185,29 @@
<pre><code>java -Xms1024M -Xmx1024M -jar server.jar</code></pre> <pre><code>java -Xms1024M -Xmx1024M -jar server.jar</code></pre>
</li> </li>
<li> <li>
Configure <code>server.properties</code> (Disable online mode, Create a new file named <code>eula.txt</code> with
change the port, etc.) <code>eula=true</code> as the content.
</li> </li>
<li> <li>
Configure <code>spigot.yml</code> to have this: Open <code>server.properties</code> and set these values:<br />
<code>bungeecord: true</code> <code
>online-mode=false<br />
enforce-secure-profile=false<br />
server-ip=localhost<br />
server-port=25565</code
>
</li>
<li>
Open <code>spigot.yml</code> and set
<code>settings.bungeecord</code> to be <code>true</code>.
</li> </li>
<li> <li>
If your server is on a different version than 1.8.8, you need to If your server is on a different version than 1.8.8, you need to
download the install the
<a href="https://viaversion.com/setup" target="_blank" <a href="https://viaversion.com/setup" target="_blank"
>ViaVersion plugins</a >ViaVersion plugins</a
>. >
</li> to support 1.8 Eaglercraft players.
<li>
Add the backend server to your Bungee <code>config.yml</code> by
scrolling to the servers section and editing/adding an entry for
your server, such as <code>localhost:port</code>.
</li> </li>
</ol> </ol>
<h3>Step 3: Install EaglerXBungee Plugin</h3> <h3>Step 3: Install EaglerXBungee Plugin</h3>
@ -219,8 +229,8 @@
files files
</li> </li>
<li> <li>
Configure the EaglerXBungee plugin as needed (disabling online Configure the plugin's <code>listeners.yml</code> to listen on
mode, etc.) port 8081.
</li> </li>
</ol> </ol>
<h3>Step 4: Set Up Caddy</h3> <h3>Step 4: Set Up Caddy</h3>