Displays
The displays:
section of your board config file allows you to configure the displays the board has. A single board configuration file can have multiple displays, allowing you to reuse the board configuration for multiple display locations.
invisible:
- should the display use invisible item frames.glow:
- should the display use glow item frames.distance:
- the activation distance of the display.interaction-distance:
- the interaction distance limit of the display, if not set defaults to the same value asdistance:
.direction:
,down:
,width:
,height:
,top-left:
- settings to configure the location/dimensions of the display.display-on-bedrock:
- should Bedrock players connecting through Geyser/floodgate see the display.use-displays:
- toggles the use of display entities. Display entities are primarily used for transparent backgrounds. From far distances they can cause visual glitches, so you might prefer to disable this feature.display-conditions:
- the conditions needed for a player to see the display. Information on various types of conditions can be found here: Conditions
Last updated