How to install and use Holograms [Nukkit]
Introduction
In this article we will explain how to install the Holograms plugin for floating text on Nukkit and the going through basic usage for Minecraft Bedrock Edition.
Installation
- Get the latest version from here.
- Place the .jar file in your plugins folder.
- Restart the server activate the plugin.
- Verify the plugin using
/hologram
.
How to create Holograms in-game
- Create an hologram by
/hologram <id>
the id is how you want to identify the hologram (Don't use "edit" or "update" as ID). - Run the command
/hologram edit
it will open up UI (User interface). This UI allows you to change its postion, text, color etc. (For colors you can use '&').
Permissions
hologram.use
Allows the use of/hologram
.
Configuration
lines_gaps: 0.3 #The distance between lines.
asyn_batch: false #Allows the hologram packet to be commpressed asynchronously.
save_internal: 5 #How often should it be saved in config(minutes).
Advanced usage
- This plugin also allows you to create advance holograms, consisting of grid-based holograms. It's useful for showing:
- Leaderboards
- Live stats from MySQL
- Tabular data.
- The wiki could be found here
Other Links
Updated on: 01/07/2025
Thank you!