This is a discussion topic for the Ore project, Holographic Text. View the full project on Ore for downloads and more information.
Holographic Text
Holographic Text is the first hologram Sponge plugin designed for API 8 and beyond.
This works with any armour stand based holograms created even if this plugin did not create them
Requirements
- Sponge API: 8.0.0-11.0.0+
- Java: 8-21+
Commands
Create
Creates a new hologram at where you are looking.
Simple
: Using the legacy magic values for colours (example &6Simple &5Text
)
Advanced
: Using the newer json text for more exact text. You can use this tool to help you create them (example:
[
{
"text":"Holo",
"color":"dark_green"
},
{
"text":"grams",
"bold":true,
"italic":true,
"color":"#BB90BB"
}
]
)
/ht create <"simple"/"advanced"> <text to display>
Remove
Removes the hologram you are currently looking at
/ht remove
Move
Moves the hologram
Exact
Moves the hologram exactly to the xyz specified
Add
Adds the xyz specified to the holograms current location
/ht move <"add"/"exact"> <x> <y> <z>
Edit text
Changes the text on the hologram
/ht edit <"simple"/"advanced"> <newText>
Permissions
Create
holographictext.create
Allows the creating and deleting of holograms
Edit
holographictext.edit
Allows the editing of holograms