-
Notifications
You must be signed in to change notification settings - Fork 0
Hologram File
Ali Arslan edited this page Jan 21, 2026
·
2 revisions
Controls the floating text hologram that appears above the farmer NPC. Requires the internal Holograms hook.
| Option | Type | Description |
|---|---|---|
enabled |
Boolean |
Set to true to show holograms above farmers. |
billboard |
String |
How the hologram rotates: CENTER (always faces player), FIXED, VERTICAL, HORIZONTAL. |
view-range |
Integer |
How far away (in blocks) a player can be and still see the hologram. |
height |
Double |
The default height (in blocks) above the NPC's head to display the hologram. |
scale |
String |
The X, Y, Z scale of the hologram (e.g., 1, 1, 1). |
translation |
String |
The X, Y, Z translation of the hologram (e.g., 1, 1, 1). Changes location of the hologram. |
update-period |
Integer |
How often (in ticks) to update the hologram. 1200 = 1 minute. Higher is better for performance.
|
see-through-blocks |
Boolean |
If true, the hologram can be seen through walls. |
shadow |
Boolean |
If true, the hologram text has a drop shadow. |
text-opacity |
Integer |
How transparent the text is (0-255). 255 is fully opaque. |
background-color |
Integer |
The ARGB integer for the hologram's background. Use the ARGB calculator linked in the config. |
brightness |
Integer |
The brightness level of the hologram (1-1000). |
text-alignment |
String |
How the text is aligned: CENTER, LEFT, or RIGHT. |
content |
List |
The lines of text (as Strings) to display. Uses MiniMessage formatting (e.g., <#ff7700>, <bold>). |
entity-specific-height |
Map |
A list to override the default height for specific entity types. Key is EntityType (String), value is height (Double). |