GITBOOK-101: change request with no subject merged in GitBook

This commit is contained in:
OpenSource 2023-04-25 21:09:48 +00:00 committed by gitbook-bot
parent e87f499132
commit 270772a5a4
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -6,23 +6,23 @@ description: Below is the list of all the commands & plugin permissions
## Commands
| Command | Aliases | Plugin | Permission | Notes |
| ------------------------------------------------------------------------ | --------------------------------------------------------- | ----------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| /playerserver | /ps | Bungee | playerservers.manage | Gives you the plugin description & licence info. |
| <p>/playerserver</p><p>create <strong>&#x3C;template></strong></p> | /ps create | Bungee | playerservers.manage | <p>Creates a new subserver if you don't already<br>have one. </p><p></p><p>&#x3C;<strong>template</strong>> variable is optional and</p><p>used to specify template name. If no tmp is</p><p>specified, and if players just do /ps create,</p><p>it will simply just create the server with the</p><p>"default" template.</p> |
| <p>/playerserver</p><p>start</p> | <p>/ps boot</p><p>/ps enable</p> | Bungee | playerservers.manage | If your server is offline, it will try to boot it up. |
| <p>/playerserver</p><p>delete</p> | /ps remove | Bungee | playerservers.manage | <p>At first it asks you to confirm your decesion by</p><p>repeating the command, tha it removes your</p><p>sub-server and removes you from the database.</p> |
| <p>/playerserver</p><p>stop</p> | <p>/ps shutdown</p><p>/ps forcestop</p><p>/ps disable</p> | Bungee | playerservers.manage | <p>Forcefully kills your sub-server. Not</p><p>recommended at all and can cause some</p><p>world destruction. Chunks could be damaged.</p> |
| <p>/playerserver</p><p>join</p> | /ps connect | Bungee | none | <p>Connects you to your sub-server and gives</p><p>you your ServerID and a special command that</p><p>your friends can use to connect to your server.</p> |
| /psadmin delete \<uuid> | none | Bungee | playerservers.admin | <p>Followed by uuid, forcefully kills and</p><p>removes the server with given uuid.</p> |
| /psadmin stop \<uuid> | none | Bungee | playerservers.admin | Stops the server with the given uuid. |
| /psadmin stopall | none | Bungee | playerservers.admin | Stops all the subservers on the network. |
| /psadmin start \<uuid> | none | Bungee | playerservers.admin | Starts the server with the given uuid. |
| /psadmin node create | none | Bungee | playerservers.admin | Used for creating nodes. Learn more [here](installation/adding-a-node.md). |
| /psadmin node manage \<nodeName> delete | none | Bungee | playerservers.admin | Removes the specified node. |
| /psadmin node manage \<nodeName> list | none | Bungee | playerservers.admin | Lists all the servers under the specified node. |
| /psadmin node manage \<nodeName> stopall | none | Bungee | playerservers.admin | Stops all the servers on the specified node. |
| /psadmin node manage \<nodeName> changeportrange \<min-port> \<max-port> | none | Bungee | playerservers.admin | Changes the port range of the specified node. |
| /menu | none | Server Core | none | <p>Opens up Server Manager GUI for general</p><p>info and statistics, as well as for installing</p><p>predefined plugins</p> |
| /config | none | Server Core | none | <p>Opens up config file manager for editing</p><p>config files</p> |
| Command | Aliases | Plugin | Permission | Notes |
| ------------------------------------------------------------------------ | --------------------------------------------------------- | ----------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| /playerserver | /ps | Bungee | playerservers.manage | Gives you the plugin description & licence info. |
| <p>/playerserver</p><p>create <strong>&#x3C;template></strong></p> | /ps create | Bungee | playerservers.manage | <p>Creates a new subserver if you don't already have one. </p><p></p><p>&#x3C;<strong>template</strong>> variable is optional and used to specify template name. If no tmp is specified, and if players just do /ps create, it will simply just create the server with the "default" template.</p> |
| <p>/playerserver</p><p>start</p> | <p>/ps boot</p><p>/ps enable</p> | Bungee | playerservers.manage | If your server is offline, it will try to boot it up. |
| <p>/playerserver</p><p>delete</p> | /ps remove | Bungee | playerservers.manage | At first it asks you to confirm your decesion by repeating the command, that it removes your sub-server and removes you from the database. |
| <p>/playerserver</p><p>stop</p> | <p>/ps shutdown</p><p>/ps forcestop</p><p>/ps disable</p> | Bungee | playerservers.manage | Forcefully kills your sub-server. Not recommended at all and can cause some world destruction. Chunks could be damaged. |
| <p>/playerserver</p><p>join</p> | /ps connect | Bungee | none | <p>Connects you to your sub-server and gives</p><p>you your ServerID and a special command that</p><p>your friends can use to connect to your server.</p> |
| /psadmin delete \<uuid> | none | Bungee | playerservers.admin | <p>Followed by uuid, forcefully kills and</p><p>removes the server with given uuid.</p> |
| /psadmin stop \<uuid> | none | Bungee | playerservers.admin | Stops the server with the given uuid. |
| /psadmin stopall | none | Bungee | playerservers.admin | Stops all the subservers on the network. |
| /psadmin start \<uuid> | none | Bungee | playerservers.admin | Starts the server with the given uuid. |
| /psadmin node create | none | Bungee | playerservers.admin | Used for creating nodes. Learn more [here](installation/adding-a-node.md). |
| /psadmin node manage \<nodeName> delete | none | Bungee | playerservers.admin | Removes the specified node. |
| /psadmin node manage \<nodeName> list | none | Bungee | playerservers.admin | Lists all the servers under the specified node. |
| /psadmin node manage \<nodeName> stopall | none | Bungee | playerservers.admin | Stops all the servers on the specified node. |
| /psadmin node manage \<nodeName> changeportrange \<min-port> \<max-port> | none | Bungee | playerservers.admin | Changes the port range of the specified node. |
| /menu | none | Server Core | none | <p>Opens up Server Manager GUI for general</p><p>info and statistics, as well as for installing</p><p>predefined plugins</p> |
| /config | none | Server Core | none | <p>Opens up config file manager for editing</p><p>config files</p> |