# Additional Tutorials (FAQ)

## Below you can see some of the most asked questions & answers

{% hint style="info" %}

### Will I be able to run this plugin on GameHosting (such as Server.pro)?

**No**, you can only run this plugin on Dedicated / VPS hosting. We have our hosting too! Click this link in order to access our [Support Discord](https://discord.io/arcadiaservices), where you can contact owners & buy VPS machines starting from only **3.5€ / mo (1 core, 2GB of RAM)**.
{% endhint %}

{% hint style="info" %}

### How can I change the version sub-servers are creating with?

Navigate to `BungeeCord -> Plugins -> PlayerServers -> templates` and replace Spigot.jar with the new version of Spigot you want your users to run on their server.

**NOTE**: There'll be a VersionSelector available soon 😊.
{% endhint %}

{% hint style="info" %}

### How can I change the default RAM of SubServers?

That's pretty simple. Just navigate to the **config.yml** and edit `ram-per-server`
{% endhint %}

{% hint style="info" %}

### How can I change the limit of the currently-running subservers?

You can change the limit in the **config.yml** file, by changing `max-running-instances` option.
{% endhint %}

{% hint style="warning" %}

### ~~How to add default plugins which will be added automatically on server creation? - `Experimental, not recommended`~~` ``- REMOVED`

~~In order to do so, you'll need to add their *original name\** to the BungeeCord PlayerServers **config.yml** and add all of them to the following directories:~~

~~`BungeeCord -> Plugins -> PlayerServers -> templateplugins`~~

~~`BungeeCord -> Plugins -> PlayerServers -> plugins-to-be-added-ingame`~~

~~By "**original name**" I mean the name written in plugin.yml file of that specific plugin. For instance, the original plugin name for WorldEdit is just WorldEdit, for EssentialsX, it's just EssentialsX, but for some other plugins this might be different. Please be careful while using this option and kindly note that there will be no support for using it, as it's **EXPERIMENTAL** and it may be removed in any of the future updates.~~
{% endhint %}

{% hint style="info" %}

### Can I purchase the SourceCode of this plugin?

Yes, you can. Please contact me on Discord (`OpenSource#3310`).
{% endhint %}

{% hint style="info" %}

### Where could I get support?

For all the additiona help & support, please join our [Discord](https://discord.io/arcadiaservices)
{% endhint %}


---

# 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://playerservers.thearcadia.xyz/legacy-v2.x/additional-tutorials-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.
