Library CloudSystem: Difference between revisions

From MBedwars
Jump to navigation Jump to search
(Created page with "= Supported CloudSystems = * Library_CloudNet * Library_CaveCloud * Library_CloudSystemIO = About = CloudSystems are being used to manage big BungeeCord servers, w...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Supported CloudSystems =
= Supported CloudSystems =
* [[Library_CloudNet]]
* [[Library_CloudNet|CloudNet]]
* [[Library_CaveCloud]]
* [[Library_CaveCloud|CaveCloud]]
* [[Library_CloudSystemIO]]
* [[Library_CloudSystemIO|CloudSystemIO]]
* [[Library_TimoCloud|TimoCloud]]
* [[Library_ReformCloud|ReformCloud]]
= About =
= About =
CloudSystems are being used to manage big BungeeCord servers, which are usually only being used for minigames.<br />
CloudSystems are being used to manage big BungeeCord servers, which are usually only being used for minigames.<br />
Line 10: Line 12:
Due to the way how CloudSystems work, it's possible to create only one arena per server.
Due to the way how CloudSystems work, it's possible to create only one arena per server.
= Connecting a CloudSystem with MBedwars =
= Connecting a CloudSystem with MBedwars =
Make sure that you've created an arena and that you've tested it before!
Please follow this tutorial: [[BungeeCord#I am using a CloudSystem]]
 
=== Enable automatic join ===
# Open the ''config.cm2'' file
# Set ''autojoin-enabled'' to ''true''
# Write in ''autojoin-arena'' the name of your arena
# Set ''autojoin-way'' to ''BungeeCord''
# Write in ''autojoin-way-bungeecord-lobby'' the name of your hub, which you've specified in the bungeecord config or in the configs of your CloudSystem
 
=== Connecting the CloudSystem ===
# Open the ''config.cm2'' file
# Set ''cloudsystem-enabled'' to ''true''
# Write in ''cloudsystem-arena'' the name of your arena

Latest revision as of 21:18, 25 June 2019

Supported CloudSystems

About

CloudSystems are being used to manage big BungeeCord servers, which are usually only being used for minigames.
They give the ability to easily create a new minigame server on which players can connected via a hub, usually by clicking on a sign which is located in the hub.
Connecting a CloudSystem with MBedwars will make MBedwars changing the sign, which are located in the hub and connected to the minigame server, on which the Marcely's Bedwars plugin is installed.
By that it's possible to display the current arena state, the arena name and the amount of players on the sign.
Due to the way how CloudSystems work, it's possible to create only one arena per server.

Connecting a CloudSystem with MBedwars

Please follow this tutorial: BungeeCord#I am using a CloudSystem