Updated Commands (markdown)

Andre_601 2019-01-07 03:08:48 +01:00
parent 762f0d23ba
commit 5197f871cf
1 changed files with 63 additions and 21 deletions

@ -1,25 +1,64 @@
This page shows all commands, including with a detailed description of what every command does.
## Overview
* [/papi info](#papi-info)
* [/papi parse](#papi-parse)
* [/papi parserel](#papi-parserel)
* [/papi reload](#papi-reload)
* [/papi bcparse](#papi-bcparse)
* [/papi disablecloud](#papi-disablecloud)
* [/papi ecloud](#papi-ecloud)
* [/papi info](#papi-info)
* [/papi list](#papi-list)
* [/papi parse](#papi-parse)
* [/papi parserel](#papi-parserel)
* [/papi register](#papi-register)
* [/papi reload](#papi-reload)
* [/papi unregister](#papi-unregister)
#### `/papi bcparse`
**Description**:
Parses an expansion and broadcasts the result to all players.
**Arguments**:
* `<expansion name>`
**Example**:
* `/papi bcparse %player_name%`
----
#### `/papi disablecloud`
**Description**:
Disables the connection to the expansion-cloud.
----
#### `/papi ecloud`
**Description**:
Shows information about the expansion cloud.
**Arguments**:
* `status` - Shows the actual status of the ecloud.
* `list`
* `<all/author>` - Lists all or author-specific placeholders.
* `<page>` - used to scroll through multiple pages.
* `info`
* `<expansion name>` - Gives info about a expansion.
* `download`
* `<expansion name>` - downloads a expansion.
----
#### `/papi info`
**Description**:
Gives you information about the specified placeholder.
Gives you information about the specified expansion.
**Argument(s)**:
* `<placeholder name>`
* `<expansion name>`
**Example**:
`/papi info Vault`
----
#### `/papi list`
**Description**:
Lists all active/registered expansions.
This is different to [/papi ecloud list installed](#papi-ecloud) in the fact, that it also includes expansions that where installed through a plugin (That aren't a seperate jar-file).
----
#### `/papi parse`
**Description**:
@ -44,27 +83,30 @@ Parses a relational placeholder.
**Example**:
`/papi parserel funnycube extended_clip %placeholder%`
----
#### `/papi register`
**Description**:
Registers a expansion from a specified filename.
This is usefull in cases, where you downloaded the expansion manually and don't want to restart the server.
**Arguments**:
* `<filename>`
**Example**:
* `/papi register MyExpansion.jar`
----
#### `/papi reload`
**Description**:
Reloads the config settings.
----
#### `/papi disablecloud`
#### `/papi unregister`
**Description**:
Disables the connection to the expansion-cloud.
Unregisters the specified expansion.
----
#### `/papi ecloud`
**Description**:
Shows information about the expansion cloud.
**Arguments**:
* `<filename>`
**Arguments**:
* `status` - Shows the actual status of the ecloud.
* `list`
* `<all/author>` - Lists all or author-specific placeholders.
* `<page>` - used to scroll through multiple pages.
* `info`
* `<expansion name>` - Gives info about a expansion.
* `download`
* `<expansion name>` - downloads a expansion.
**Example**:
* `/papi unregister MyExpansion.jar`