Getting started
Installation
Download
You can download FancyHolograms at the following places:
Plugins folder
Put the downloaded file into the plugins folder of your server.
Restart server
Restart your server.
Run "/stop" in the server console.
Start the server again.
Checking plugin
To make sure the plugin is loaded correctly, run the following command:
/fancyholograms version
It should output the version of the plugin.
Create your first hologram
Create text hologram
Run the following commands to create your first hologram:
/hologram create text myHologram
A hologram with the name "myHologram" should appear.
Modify hologram text
Run the following command to modify the hologram text:
/hologram edit myHologram addLine this is the second line
A second line should appear with the text "this is the second line"
Set the text of a line with: /hologram edit myHologram setLine 1 first line
The first line should now have the text "first line"
Remove a line with: /hologram edit myHologram removeLine 2
The second line should now be removed.
Move the hologram to you
Run the following command to move the hologram to you:
/hologram edit myHologram moveHere
The hologram should now be at your location.
Move the hologram to a specific location
Run the following command to move the hologram to specific coordinates:
/hologram edit myHologram moveTo 127 61 347
The hologram should now be at the coordinates x=127 y=61 z=347
Modify hologram background
Run the following command to modify the hologram background:
/hologram edit myHologram background green
The hologram background should now be green.