# Permissions & Commands

## Commands

| Command                                                   | Aliases                                                   | Plugin               | Notes                                                                                                                                                                                                                                                                                 |
| --------------------------------------------------------- | --------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| /playerserver                                             | /ps                                                       | PlayerServers Bungee | Gives you the plugin description & licence info.                                                                                                                                                                                                                                      |
| <p>/playerserver</p><p>create <strong>\<tmp></strong></p> | /ps create                                                | PlayerServers Bungee | <p>Creates a new subserver if you don't already<br>have one. \<tmp> 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>                          | PlayerServers Bungee | If your server is offline, it will try to boot it up.                                                                                                                                                                                                                                 |
| <p>/playerserver</p><p>delete</p>                         | /ps remove                                                | PlayerServers Bungee | <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>reboot</p>                         | /ps restart                                               | PlayerServers Bungee | <p>Gives you some info on how to restart your</p><p>sub-server.</p>                                                                                                                                                                                                                   |
| <p>/playerserver</p><p>stop</p>                           | <p>/ps shutdown</p><p>/ps forcestop</p><p>/ps disable</p> | PlayerServers Bungee | <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                                               | PlayerServers Bungee | <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>                                                                                                                             |
| <p>/playerserver</p><p>admin delete</p>                   | none                                                      | PlayerServers Bungee | <p>Followed by serverID, forcefully kills and</p><p>removes the server with given serverID.</p>                                                                                                                                                                                       |
| <p>/playerserver</p><p>admin update</p>                   | none                                                      | PlayerServers Bungee | <p>Automatically download and update</p><p>PlayerServerCore accross all of your Player</p><p>servers. Note that this will require manual</p><p>restart of each subserver, in order to take effect</p>                                                                                 |
| /menu                                                     | none                                                      | PlayerServers Core   | <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                                                      | PlayerServers Core   | <p>Opens up config file manager for editing</p><p>config files</p>                                                                                                                                                                                                                    |

## Permissions

I know, there are not much permissions, but that's just to keep things simple. Yes, I could make one permission for every single command, but I just don't see the real usage for such a thing like that.

| Permission                                   | Plugin               | Notes                                                                                                                                                                                          |
| -------------------------------------------- | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **playerserver.manage**                      | PlayerServers Bungee | <p>This permission node allows the player to create,<br>manage, and delete their sub-server. It will only work if</p><p><code>enable-permissions</code> is set to true in the config file.</p> |
| **playerserver.admin**                       | PlayerServers Bungee | <p>This permission node allows the player to execute</p><p>admin commands, such as /playerserver admin delete.</p>                                                                             |
| **playerserver.menu**                        | PlayerServers Hub    | <p>This permission allows the player to execute <code>/pslist</code></p><p>or <code>/serverlist</code> command.</p>                                                                            |
| <p>playerserver.players.</p><p>\<amount></p> | PlayerServers Bungee | <p>Limits the amount of players that player's server can</p><p>have. You can do playerserver.players.unlimited too.</p>                                                                        |
| <p>playerserver.ram.</p><p>\<amount></p>     | PlayerServers Bungee | <p>Amount of RAM in MB that player's server will be</p><p>started with. <strong>The max amount you can set is 20000</strong>.</p>                                                              |
| <p>playerserver.plugins.</p><p>\<amount></p> | PlayerServers Bungee | <p>Limits the amount of plugins that player can install.</p><p>You can do playerserver.plugins.unlimited too.</p>                                                                              |
| playerservers.templates.\<name>              | PlayerServers Bungee | If template.requires-permission is set to true, than the player must have this permission in order to create a server using this template.                                                     |
