Holograms
Compatible with HolographicDisplays.
You can create a hologram showing the information of a quest (its name, description and item).
To do this, you need to use the command /qadmin holo create
, then specify a category and an index. The index corresponds to the placement of the quest in the quest menu of the desired category, starting with 1.
For example, the command /qadmin holo create global 5
will create the hologram of the 5th quest of the global quest menu.
You can delete a hologram with the /qadmin delete <index>
command. The index corresponds to the holograms in the file order.
Holograms are saved in a file "holograms.yml".
This feature is experimental. When deleting a hologram, there may be an offset problem for the following ones. That's why I encourage you, if you know what you are doing, to delete the holograms directly from the file, until I fix this.
Moreover, the global presentation of holograms is not configurable at the moment.
All this will come in a future update. There will also be a hologram with a paging system, to see all the quests directly in one.
Last updated