-
Notifications
You must be signed in to change notification settings - Fork 0
Command Parameters Syntax
fren_gor edited this page Nov 22, 2020
·
2 revisions
Common syntax for command parameters:
| Format | Meaning |
|---|---|
<a-parameter> |
a-parameter is mandatory |
[a-parameter] |
a-parameter is optional |
Examples:
| Command syntax | Example |
|---|---|
/ultimatescoreboards show <scoreboard> [player] |
/ultimatescoreboards show example fren_gor |
/ultimatescoreboards reload [scoreboard] |
/ultimatescoreboards reload |
/ultimatescoreboards regenerateexample [-o] |
/ultimatescoreboards regenerateexample -o |
N.B. Usually, if in a command a
[player]parameter appears, it is mandatory when executing the command on console.
