# 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)

```json
{
  "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).<br>

<figure><img src="/files/tD7JYcChva3rtq4irhot" alt=""><figcaption></figcaption></figure>

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.

```json
{
  "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!**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://friedrichsradik.gitbook.io/wiki-flxwdev/privateserver/first-steps/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
