Commands & Permissions - Streamline-Essentials/StreamlineWiki GitHub Wiki
| When we say... | We mean... | Notes | 
|---|---|---|
| user | Any player that has every joined your server. They can even be offline. | |
| input | A collection of typed characters in a command. Example: in the words "Hello, there!", "there" is the 2nd input. | Also known as an arg,argument,param, orparameter. | 
| string | An input that is text. Example: "Hello. This is a string" | |
| syntax-key | Anything from this list table. | |
| syntax-input | Any input that was described by a syntax-key. | |
| syntax-key... | Any number of space-separated inputs. Example: for a " string..." syntax, you could supply the command "string1 string2 thing3 thing4" | " <syntax-key>" in the first column, is replaced by its definition in this table. | 
| <syntax-key> | That input is required if prior syntax-inputwas supplied and is of type "<syntax-key>" | " <syntax-key>" in the first column, is replaced by its definition in this table. | 
| (syntax-key) | That input is optional and is of type " <syntax-key>" | " <syntax-key>" in the first column, is replaced by its definition in this table. | 
| integer | An input that is a number that does not have a decimal. | |
| decimal | An input that is a number that does have a decimal. | 
| Command Syntax | Description | Permissions | 
|---|---|---|
| /parse <user> <string...> | Parses the provided string of text on the user with Streamline's RAT API(Replace a Thing API); which is a PlaceholderAPI built into Streamline. Parses placeholders such as%streamline_user_play_minutes%or%<placeholder-identifier>_<parameters for the placeholder>% | streamline.command.parse.default: allows access to full command. | 
| /streamline-reload | Reloads the entire plugin. | streamline.command.streamlinereload.default: allows access to full command. | 
| /pxp <user> <xp / level> (set / add / remove) <decimal> | Sets, adds, removes, or checks a user's Streamlinexp or level (leveling system). | streamline.command.proxyexperience.default: allows access to full command. | 
| /pplaytime <user> (set / add / remove) <decimal> | Sets, adds, removes, or checks a user's Streamlineplaytime. | streamline.command.proxyexperience.default: allows access to full command. | 
| /ppoints <user> (set / add / remove) <decimal> | Sets, adds, removes, or checks a user's Streamlinepoints. | streamline.command.points.default: allows access to full command. | 
| /ptag <user> (add / remove) <string...> | Adds, removes, or checks a user's Streamlinetags. | streamline.command.tag.default: allows access to full command. | 
| /module <reload / reapply> (string...) | Reloads or reapplies either all Modulesor a specific set ofModules. | streamline.command.streamlinemodule.default: allows access to full command. | 

