FAQ
Can I use a Silent-Lobby?
Yes you can! But if you only use the Plugin on the Silent-Lobby and not on the Default lobby, edit these things: (config.yml)
{
"info": "You can use: CNV3,CNV4 or SIMPLE",
"version": "CNV4",
"info2": "Only use \u0027/\u0027",
"proxyTemplate": "/home/minecraft/cloudnet/local/templates/Proxy/default/",
// Lobby to SilentLobby (groupName)
/* HERE -> */ "lobbyPathToPlugin": "/home/minecraft/cloudnet/local/templates/SilentLobby/default/plugins/Plugin-1.0-SNAPSHOT.jar",
"cloudTemp": "/home/minecraft/cloudnet/temp/services/"
}
If you use both, check that the plugin is on both group the same.
Setup gamemode
Go into the template folder from the PS-Group
.
Now create a folder, name your gamemode (lowercase).

Now drag the files you want into the folder you just created.
If you don't use the Inventory-Addon
just start with /service-start
.
But if you use the Inventory-Addon
go into the inventory/game.json
file and add a game.
{
"rows": 5,
"name": "§8» §cPs-Select",
"games": [
{
"material": "TUBE_CORAL",
"name": "§8➥ §eDefault §8(§eJust test§8)",
"lore": [],
"action": "default"
},
//New gamemode
{
"material": "MATERIAL", //RED_BED
"name": "§8➥ §eItem name", //BedWars Game
"lore": [],
"action": "folder-name" //bedwars
}
]
}
You don't have to restart!
Last updated