SkWrapper is a simple premium wrapper for your BungeeCord system, it will help you to manage server's creation and deletion the way you want it. (It's a BungeeCord plugin)
This is an independent plugin that can be used as addon for Skript with the free SkWaze addon: https://forums.skunity.com/resources/skwaze.344/
SkWaze will send the commands you want to execute to SkWrapper on your BungeeCord system.
This plugin will redirect you automatically to the lobby server if you are kicked from a server !
Support of global variables !
Installation:
First you need a linux or windows VPS with at least 2GB of ram ! (with screen and Java 8 installed for linux)
1) Put SkWrapper.jar in your BungeeCord plugins directory
2) Start your BungeeCord and stop it after to generate files for SkWrapper
3) Add your spigot.jar in each server template
4) Create a new template in the templates directory
5) Start your BungeeCord again or do /skw refresh to refresh templates forlder
6) Don't forget to create a lobby server with SkWaze and Skript to execute your main commands at the beginning (if you want to use this plugin as an addon of skript)
7) Set use-skwrapper in SkWaze config.yml file to use SkWrapper with it.
8) That's all! you can modify if you want the configuration files and the ram for each template in templates.yml (512MB by default for each server).
Commands:
Effects:
Expressions:
Conditions:
Demonstration:
This is an independent plugin that can be used as addon for Skript with the free SkWaze addon: https://forums.skunity.com/resources/skwaze.344/
SkWaze will send the commands you want to execute to SkWrapper on your BungeeCord system.
This plugin will redirect you automatically to the lobby server if you are kicked from a server !
Support of global variables !
Installation:
First you need a linux or windows VPS with at least 2GB of ram ! (with screen and Java 8 installed for linux)
1) Put SkWrapper.jar in your BungeeCord plugins directory
2) Start your BungeeCord and stop it after to generate files for SkWrapper
3) Add your spigot.jar in each server template
4) Create a new template in the templates directory
5) Start your BungeeCord again or do /skw refresh to refresh templates forlder
6) Don't forget to create a lobby server with SkWaze and Skript to execute your main commands at the beginning (if you want to use this plugin as an addon of skript)
7) Set use-skwrapper in SkWaze config.yml file to use SkWrapper with it.
8) That's all! you can modify if you want the configuration files and the ram for each template in templates.yml (512MB by default for each server).
Commands:
Code:
/skw start [template_name] [server_name]
/skw stop [template_name] [server_name]
/skw delete <template_name> <server_name>
/skw refresh
/skw show
/skw stopall
/skw stopallfromtemplate <template_name>
/skw startall
/skw startallfromtemplate <template_name>
Permissions: skwrapper.use
Effects:
Code:
[waze] (add|create) [[a] new] [skwrapper] server named %string% (from|with) template %string%
[waze] (start|begin) [skwrapper] server named %string% (from|with) template %string%
[waze] (stop|end) [skwrapper] server named %string% (from|with) template %string%
[waze] (remove|delete) [skwrapper] server named %string% (from|with) template %string%
[waze] (send|teleport) %players% to [bungee[cord]] server %string%
[waze] (stop|end|shut[ ]down) [skwrapper] proxy [server]
[waze] refresh [all] [skwrapper] server templates
[waze] (start|begin) all [skwrapper] servers
[waze] (start|begin) all [skwrapper] servers from template %string%
[waze] (stop|end) all [skwrapper] servers
[waze] (stop|end) all [skwrapper] servers from template %string%
[waze] send network message %string% to proxy players
[waze] send network message %string% to %players%
[waze] send network title %string% [with] subtitle %string% (to|for) proxy players (for|to) %integer% second[s]
[waze] send network title %string% [with] subtitle %string% (to|for) %players% (for|to) %integer% second[s]
[waze] run proxy command %string%
[waze] send network actionbar %string% to proxy players
[waze] send network actionbar %string% to %players%
Expressions:
Code:
[waze] [number of] online player[s] on bungee[cord]
[waze] [bungee[cord]] server[s] list, [waze] [bungee[cord]] list of server[s]
[waze] [bungee[cord]] %player% server", "[waze] [bungee[cord]] server of %player%
[waze] (global|network) variable [(from|of)] %objects%
Conditions:
Code:
[waze] server %string% is online
Demonstration: