-
Notifications
You must be signed in to change notification settings - Fork 8
Commands
Razorax edited this page Aug 5, 2014
·
3 revisions
The commands listed below uses the following syntax:
/command <mandatory> [optional] [this|or|that]
Meaning anything in <>
must be present for the command to be successful (without the brackets), anything in []
MAY be present (is optional), and anything separated with a |
, will be either one or the other.
Holographic Scoreboard v1.3.4 by R4zorax
/hgs list - Lists all the current scoreboards
/hgs create <id> <interval> <player|console> <cmd> - Creates a new board
/hgs move <id> - Moves the board to your current position.
/hgs move <id> <x> <y> <z> [world] - Moves the board to the supplied position
/hgs remove <id> - Removes the board
/hgs reload - Reloads configuration
/hgs save - Saves configuration
/hgs cleanup - Removes all holograms
/hgs refresh [id] - Refreshes scoreboards now
The create command is the most complex of them all, so described in a bit more detail here.
/hgs create <id> <interval> <player|console> <cmd>
-
<id>
- A unique identifier for the scoreboard that is being created -
<interval>
- An interval in the syntax of<num><h|m|s>
i.e.12m
will refresh the command every 12 minutes. -
<player|console>
- Whether the command requires to be executed on behalf of a player, or can be executed as console (recommended). -
<cmd>
- The actual command to execute every interval.
Example
/hgs create economy 10m console baltop
Will create a scoreboard with id economy
at the players current location, that will execute the command /baltop
every 10m
as the console