diff --git a/overview/permissions-and-commands.md b/overview/permissions-and-commands.md index 40600e4..707ad4c 100644 --- a/overview/permissions-and-commands.md +++ b/overview/permissions-and-commands.md @@ -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. | -|

/playerserver

create <template>

| /ps create | Bungee | playerservers.manage |

Creates a new subserver if you don't already
have one.

<template> 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

| Bungee | playerservers.manage | If your server is offline, it will try to boot it up. | -|

/playerserver

delete

| /ps remove | Bungee | playerservers.manage |

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

stop

|

/ps shutdown

/ps forcestop

/ps disable

| Bungee | playerservers.manage |

Forcefully kills your sub-server. Not

recommended at all and can cause some

world destruction. Chunks could be damaged.

| -|

/playerserver

join

| /ps connect | Bungee | none |

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.

| -| /psadmin delete \ | none | Bungee | playerservers.admin |

Followed by uuid, forcefully kills and

removes the server with given uuid.

| -| /psadmin stop \ | 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 \ | 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 \ delete | none | Bungee | playerservers.admin | Removes the specified node. | -| /psadmin node manage \ list | none | Bungee | playerservers.admin | Lists all the servers under the specified node. | -| /psadmin node manage \ stopall | none | Bungee | playerservers.admin | Stops all the servers on the specified node. | -| /psadmin node manage \ changeportrange \ \ | none | Bungee | playerservers.admin | Changes the port range of the specified node. | -| /menu | none | Server Core | none |

Opens up Server Manager GUI for general

info and statistics, as well as for installing

predefined plugins

| -| /config | none | Server Core | none |

Opens up config file manager for editing

config files

| +| Command | Aliases | Plugin | Permission | Notes | +| ------------------------------------------------------------------------ | --------------------------------------------------------- | ----------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| /playerserver | /ps | Bungee | playerservers.manage | Gives you the plugin description & licence info. | +|

/playerserver

create <template>

| /ps create | Bungee | playerservers.manage |

Creates a new subserver if you don't already have one.

<template> 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

| Bungee | playerservers.manage | If your server is offline, it will try to boot it up. | +|

/playerserver

delete

| /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. | +|

/playerserver

stop

|

/ps shutdown

/ps forcestop

/ps disable

| Bungee | playerservers.manage | Forcefully kills your sub-server. Not recommended at all and can cause some world destruction. Chunks could be damaged. | +|

/playerserver

join

| /ps connect | Bungee | none |

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.

| +| /psadmin delete \ | none | Bungee | playerservers.admin |

Followed by uuid, forcefully kills and

removes the server with given uuid.

| +| /psadmin stop \ | 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 \ | 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 \ delete | none | Bungee | playerservers.admin | Removes the specified node. | +| /psadmin node manage \ list | none | Bungee | playerservers.admin | Lists all the servers under the specified node. | +| /psadmin node manage \ stopall | none | Bungee | playerservers.admin | Stops all the servers on the specified node. | +| /psadmin node manage \ changeportrange \ \ | none | Bungee | playerservers.admin | Changes the port range of the specified node. | +| /menu | none | Server Core | none |

Opens up Server Manager GUI for general

info and statistics, as well as for installing

predefined plugins

| +| /config | none | Server Core | none |

Opens up config file manager for editing

config files

|