-
Notifications
You must be signed in to change notification settings - Fork 2
Commands & Permissions
Sven Rahn edited this page Mar 17, 2017
·
6 revisions
For examples see Common workflow.
Command | Alias | Permission | Description |
---|---|---|---|
/holograms create <text> |
holograms.create |
Creates a single line Hologram with the specified text. The text can be formatted as described here(only colors and styles of course). | |
/holograms createMultiLine <verticalSpace> <numberOfLines> |
/holograms cml ... |
holograms.createMultiLine |
Creates the specified amount of Holograms which creates the effect of a multiline-Hologram. The Holograms are placed in the specified vertical distance to each other(recommended: 0.3 ). |
/holograms createMultiLine <verticalSpace> <text> |
/holograms cml ... |
holograms.createMultiLine |
Creates a multiline Hologram(same as above). Instead of giving the amount of lines, here you separated each line by a % -symbol. Example: /holograms cml 0.3 Line1%Line2%Line3
|
/holograms list [maxDistance] |
holograms.list |
Lists nearby Holograms in specified distance or otherwise in a radius of 10 blocks. | |
/holograms |
holograms.list |
Shortcut for /holograms list , doesn't accept maxDistance . |
When executing /holograms list
or only /holograms
you see a list of the nearby Holograms and buttons next to them.
Text button | Permission | Meaning |
---|---|---|
[TP] |
holograms.teleport |
Teleports the player to the Hologram |
[CP] |
holograms.copy |
Copies the Hologram to the player's feet |
[MV] |
holograms.move |
Moves the Hologram to the player's feet |
[ST] |
holograms.setText |
Sets the text of the Hologram from the ingame chat. First teleport yourself with the [TP] button to the Hologram as the [ST] button sets the text to the closest Hologram. |
[TFF] |
holograms.setTextFromFile |
Sets the text from the config/holograms/input.txt -file to the Hologram, every formatting that can be used for the create commands is available for use in the input file. |
[DEL] |
holograms.delete |
Deletes the Hologram |