BungeeCord: Difference between revisions

From MBedwars
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Installing the add-on ==
__NOTOC__
1: Download MBedwars: BungeeCord<br />
=== Understanding the different systems ===
2: Drag the downloaded into the plugins folder of your hub-server<br />
MBedwars contains different lots of different system which you can combine to fit perfectly to your server.<br>
3: Restart your server<br />
Please select the option which fits to you:
== Configuration ==
* [[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]]
1: Open the config.yml file at: /plugins/MBedwars_HUB/<br />
* [[BungeeCord#I am using a CloudSystem|I am using a CloudSystem]]
2: Configurate everything<br />
* [[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]]
3: Open the config.yml file for each minigame-server at: /plugins/MBedwars/<br />
* [[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]]
4: Change bungeecord-enabled to true<br />
== I only want to use a single server for all arenas and the hub ==
5: Change bungeecord-hub-address to the server address of your hub server<br />
Congratulations, you are done!<br>
6: Change bungeecord-subchannel to the name by the subchannel from this server<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.