Command overview
Notice: The permission for each command is get.<command>. "get.*" applies to all of them.
Install a plugin
| Syntax: |
get install <slug> [:version] ... |
| Description: |
Install one or many plugins by name. Optionally install a specific version. |
| Arguments: |
| <slug> |
The slug of a plugin is the last part of its DBO URL (without the '/'). |
| [:version] |
Optionally, a version name as displayed by "get info" can be appended after a colon. Spaces are replaced with underscores ( '_ ' ) |
|
| Example: |
get install essentials worldedit:WorldEdit_5.5.7
That would install the latest version of Essentials and version 5.5.7 of WorldEdit
|
Remove a plugin
| Syntax: |
get remove <name> ... |
| Description: |
Unloads and removes one or more plugins. |
| Arguments: |
| <name> |
Can either be a slug (see "Install a plugin") or the local name of a plugin ("worldedit" compared to "WorldEdit" |
|
| Example: |
get remove essentials WorldEdit
That would remove Essentials and WorldEdit
|
Show information about a plugin
| Syntax: |
get info <slug> |
| Description: |
Displays more or less detailed information about the given plugin |
| Arguments: |
| <slug> |
The DBO slug, see "Install a plugin" |
|
| Example: |
get info essentials
Should be pretty much self-explanatory... ;-)
|
List all installed plugins
| Syntax: |
get list |
| Description: |
Displays a simple list of the names of all installed plugins together with their slugs (in braces) |
| Arguments: |
- (none) |
| Example: |
get list
Output:
[INFO] [Get : list]
[INFO] WorldEdit(worldedit)
[INFO] AnnounceThis(announcethis)
[INFO] Get
[INFO] Essentials(essentials)
[INFO] EssentialsChat(essentials)
[INFO] EssentialsProtect(essentials)
[INFO] EssentialsSpawn(essentials)
[INFO] EssentialsAntiBuild(essentials)
[INFO] [Get : End]
|
Comments