-
Notifications
You must be signed in to change notification settings - Fork 0
Commands & Permissions
Quaint edited this page Oct 11, 2022
·
4 revisions
| 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, or parameter. |
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-input was 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 Streamline xp 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 Streamline playtime. |
streamline.command.proxyexperience.default: allows access to full command. |
/ppoints <user> (set / add / remove) <decimal> |
Sets, adds, removes, or checks a user's Streamline points. |
streamline.command.points.default: allows access to full command. |
/ptag <user> (add / remove) <string...> |
Adds, removes, or checks a user's Streamline tags. |
streamline.command.tag.default: allows access to full command. |
/module <reload / reapply> (string...) |
Reloads or reapplies either all Modules or a specific set of Modules. |
streamline.command.streamlinemodule.default: allows access to full command. |
Just Starting
Basics
Advanced
-
Messages
- Look here if you want fancy messages! (Clickables, Hoverables, More.)
Module Specific
Deeper Knowledge

