GITBOOK-92: No subject

This commit is contained in:
OpenSource 2023-02-19 14:42:27 +00:00 committed by gitbook-bot
parent 60ad2858d6
commit 89aecc7f62
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
5 changed files with 12 additions and 4 deletions

Binary file not shown.

View File

@ -61,6 +61,6 @@ After the configuration of MySQL database, boot up your BungeeCord server. The p
If you followed the guide correctly, you will have a working version of PlayerServers installed. If there are any additional errors, or you need help with something, please don't hesitate to send me PM od MC-Market, or on Discord - `OpenSource#3310`
{% endhint %}
## Now setup your first template
## Now setup your first node
After successfully installing the plugin, in order to create your first server, you'll need to setup default (and optionally additional templates). Click the link below to learn more.
After successfully installing the plugin, in order to create your first server, you'll need to configure nodes (if not running in [Pterodactyl mode - learn more](pterodactyl-configuration.md)). To learn how to configure nodes, click the button below.

View File

@ -14,7 +14,7 @@ In order to create subservers, you need to have nodes configured. Each node can
In order to create a node, you'll need to download the latest Daemon.
{% file src="../../.gitbook/assets/PlayerServersDaemon v3.1-beta5.zip" %}
{% file src="../../.gitbook/assets/PlayerServersDaemon-v3.1-beta5.zip" %}
Download the latest daemon
{% endfile %}
@ -48,3 +48,7 @@ The last step would be to add the node to PlayerServers. To do so, type the foll
* MinPort and MaxPort represent the port range in which your servers are going to be created on. For example, if you put 30000 and 30100 as min and max port respectively, your servers will get a random port between those two numbers when created on this node.
* MaxOnline is the max number of online instances at once on this node.
* Token is the token configured in Daemon's config.toml
{% hint style="success" %}
If everything was done correctly, your node is ready to start accepting new subservers. However, make sure to have at least one template configured for it (default). Learn more below on how to do so.
{% endhint %}

View File

@ -9,7 +9,11 @@ description: Learn how to setup templates with plugins, mods, worlds and configu
In PlayerServers, Templates are an essential way of managing the creation of your servers.
{% hint style="info" %}
_At minimum you are required to have a `default` Template folder with Spigot.jar file inside. Without that, it will not be possible to create a subserver._
At minimum you are required to have a `default` Template folder with Spigot.jar file inside. Without that, it will not be possible to create a subserver.
{% endhint %}
{% hint style="warning" %}
Please keep in mind that all these steps **must be repeated across every Daemon instance equally**! Also, keep in mind that Templates do not work yet under [Pterodactyl mode](pterodactyl-configuration.md).
{% endhint %}
## Instructions