Overview
PandoraHolograms is a high-performance, packet-based hologram plugin designed for modern Factions and Survival servers. It features an intuitive single-command creation system and seamless editor integration.
Commands
Creating a Hologram
/holo create <name> [lines...]
Creates a new hologram at your location. You can specify multiple lines at once by wrapping them in quotes.
Example: /holo create spawn "&eWelcome" "&7To the server"
Managing Lines
/holo addline <name> <text>
Adds a new line to the bottom of the hologram.
/holo setline <name> <index> <text>
Updates a specific line number (starting at 1).
/holo removeline <name> <index>
Removes a specific line number.
Utility
/holo movehere <name>
Teleports the specified hologram to your current location.
/holo delete <name>
Permanently deletes a hologram.
Developer API
PandoraHolograms offers a robust API for developers.
Hologram holo = PandoraAPI.createHologram("test", loc);
holo.addLine("&aCreated via API");
Support
Need help? Join our support discord or click the "Support us" link in the editor.