Permissions & Commands
Below is the list of all the commands & plugin permissions
Commands
Command | Aliases | Plugin | Notes |
/playerserver | /ps | PlayerServers Bungee | Gives you the plugin description & licence info. |
/playerserver create <tmp> | /ps create | PlayerServers Bungee | Creates a new subserver if you don't already have one. <tmp> 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. |
/playerserver start | /ps boot /ps enable | PlayerServers Bungee | If your server is offline, it will try to boot it up. |
/playerserver delete | /ps remove | PlayerServers Bungee | At first it asks you to confirm your decesion by repeating the command, tha it removes your sub-server and removes you from the database. |
/playerserver reboot | /ps restart | PlayerServers Bungee | Gives you some info on how to restart your sub-server. |
/playerserver stop | /ps shutdown /ps forcestop /ps disable | PlayerServers Bungee | Forcefully kills your sub-server. Not recommended at all and can cause some world destruction. Chunks could be damaged. |
/playerserver join | /ps connect | PlayerServers Bungee | Connects you to your sub-server and gives you your ServerID and a special command that your friends can use to connect to your server. |
/playerserver admin delete | none | PlayerServers Bungee | Followed by serverID, forcefully kills and removes the server with given serverID. |
/playerserver admin update | none | PlayerServers Bungee | Automatically download and update PlayerServerCore accross all of your Player servers. Note that this will require manual restart of each subserver, in order to take effect |
/menu | none | PlayerServers Core | Opens up Server Manager GUI for general info and statistics, as well as for installing predefined plugins |
/config | none | PlayerServers Core | Opens up config file manager for editing config files |
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 | This permission node allows the player to create, manage, and delete their sub-server. It will only work if
|
playerserver.admin | PlayerServers Bungee | This permission node allows the player to execute admin commands, such as /playerserver admin delete. |
playerserver.menu | PlayerServers Hub | This permission allows the player to execute or |
playerserver.players. <amount> | PlayerServers Bungee | Limits the amount of players that player's server can have. You can do playerserver.players.unlimited too. |
playerserver.ram. <amount> | PlayerServers Bungee | Amount of RAM in MB that player's server will be started with. The max amount you can set is 20000. |
playerserver.plugins. <amount> | PlayerServers Bungee | Limits the amount of plugins that player can install. You can do playerserver.plugins.unlimited too. |
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. |
Last updated