Skip to content
Furq07 edited this page Dec 2, 2024 · 5 revisions

HoloDisplays Documentation

Overview

HoloDisplays is a performance-focused hologram mod that uses packets and Minecraft's display entities to create virtual displays. Since it's entirely packet-based and doesn't spawn actual entities in the world, it provides excellent performance while letting you create awesome visual displays on your server.

Directory Structure

After first run, HoloDisplays will create the following directory structure:

config/
  └── HoloDisplays/
      ├── displays/     # Individual display configurations
      │   └── welcome.json
      ├── holograms/    # Hologram configurations
      │   └── spawn.json
      └── animations/   # Animation configurations
Clone this wiki locally