BungeeCord: Difference between revisions

From MBedwars
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
BungeeCord-support is still under work!
__NOTOC__
=== Understanding the different systems ===
MBedwars contains different lots of different system which you can combine to fit perfectly to your server.<br>
Please select the option which fits to you:
* [[BungeeCord#I only want to use a single server for all arenas and the hub|I only want to use a single server for all arenas and the hub]]
* [[BungeeCord#I am using a CloudSystem|I am using a CloudSystem]]
* [[BungeeCord#I have a plugin, e.g. a sign plugins, which is teleporting me to the server with the bedwars arena|I have a plugin, e.g. a sign plugins, which is teleporting me to the server with the bedwars arena]]
* [[BungeeCord#I am not using any of these systems but still want to have multiple servers for bedwars|am not using any of these systems but still want to have multiple servers for bedwars]]
== I only want to use a single server for all arenas and the hub ==
Congratulations, you are done!<br>
Only make sure that you did '''not''' install the BungeeCord add-on and did '''not''' enable the 'autojoin-enabled' and 'bungeecord-enabled' configs in the config.cm2 file.
== I am using a CloudSystem ==
<u>Before continuing please make sure that your CloudSystem is supported:</u><br>
[[Library_CloudSystem#Supported_CloudSystems]]<br>
<br>
<u>If your CloudSystem isn't supported then please continue with the following tutorial:</u><br>
I have a plugin, e.g. a sign plugins, which is teleporting me to the server with the bedwars arena<br>
<br>
<u>If it is supported:</u><br>
First of all make sure that you did '''not''' install the BungeeCord AddOn.<br>
Also prepare and test your arena before continuing as you won't be able to configurate it during production.<br>
Keep also in mind that its not possible to have more than one arena per server (unless you are using MapVoting) when using this combination.<br>
After that open your config.cm2 file and change the following:
* '''bungeecord-enabled''' to ''false''
* '''autojoin-enabled''' to ''true''
* '''autojoin-arena''' to the name of your arena
* '''autojoin-way''' to ''BungeeCord''
* '''autojoin-way-bungeecord-lobby''' to the name of your lobby server which you've defined in your BungeeCord configurations
* '''cloudsystem-enabled''' to ''true''
* '''cloudsystem-arena''' to the name of your arena
* Optionally '''cloudsystem-extra''' to your needs
After that save your changes and template and restart your server.
==  I have a plugin, e.g. a sign plugins, which is teleporting me to the server with the bedwars arena ==
First of all make sure that you did '''not''' install the BungeeCord AddOn.<br>
Also prepare and test your arena before continuing as you won't be able to configurate it during production.<br>
Keep also in mind that its not possible to have more than one arena per server (unless you are using MapVoting) when using this combination.<br>
After that open your config.cm2 file and change the following:
* '''bungeecord-enabled''' to ''false''
* '''autojoin-enabled''' to ''true''
* '''autojoin-arena''' to the name of your arena
* '''autojoin-way''' to ''BungeeCord''
* '''autojoin-way-bungeecord-lobby''' to the name of your lobby server which you've defined in your BungeeCord configurations
After that save your changes and restart your server.
== I am not using any of these systems but still want to have multiple servers for bedwars ==
You might want to use the [https://wiki.mbedwars.com/en/Features/BungeeCord Enhanced ProxySync] addon.

Latest revision as of 13:35, 10 June 2022

Understanding the different systems

MBedwars contains different lots of different system which you can combine to fit perfectly to your server.
Please select the option which fits to you:

I only want to use a single server for all arenas and the hub

Congratulations, you are done!
Only make sure that you did not install the BungeeCord add-on and did not enable the 'autojoin-enabled' and 'bungeecord-enabled' configs in the config.cm2 file.

I am using a CloudSystem

Before continuing please make sure that your CloudSystem is supported:
Library_CloudSystem#Supported_CloudSystems

If your CloudSystem isn't supported then please continue with the following tutorial:
I have a plugin, e.g. a sign plugins, which is teleporting me to the server with the bedwars arena

If it is supported:
First of all make sure that you did not install the BungeeCord AddOn.
Also prepare and test your arena before continuing as you won't be able to configurate it during production.
Keep also in mind that its not possible to have more than one arena per server (unless you are using MapVoting) when using this combination.
After that open your config.cm2 file and change the following:

  • bungeecord-enabled to false
  • autojoin-enabled to true
  • autojoin-arena to the name of your arena
  • autojoin-way to BungeeCord
  • autojoin-way-bungeecord-lobby to the name of your lobby server which you've defined in your BungeeCord configurations
  • cloudsystem-enabled to true
  • cloudsystem-arena to the name of your arena
  • Optionally cloudsystem-extra to your needs

After that save your changes and template and restart your server.

I have a plugin, e.g. a sign plugins, which is teleporting me to the server with the bedwars arena

First of all make sure that you did not install the BungeeCord AddOn.
Also prepare and test your arena before continuing as you won't be able to configurate it during production.
Keep also in mind that its not possible to have more than one arena per server (unless you are using MapVoting) when using this combination.
After that open your config.cm2 file and change the following:

  • bungeecord-enabled to false
  • autojoin-enabled to true
  • autojoin-arena to the name of your arena
  • autojoin-way to BungeeCord
  • autojoin-way-bungeecord-lobby to the name of your lobby server which you've defined in your BungeeCord configurations

After that save your changes and restart your server.

I am not using any of these systems but still want to have multiple servers for bedwars

You might want to use the Enhanced ProxySync addon.