

SuperSimpleHolograms
Create custom holographic text displays using invisible armor stands.
Installation
To get started, simply place the .jar file from the latest release into your server's mods folder.
Commands
- hologram.create [Name, Dimension, X, Y, Z] - Create a new display
- hologram.add_line [Name, Text] - Add a new line of text to a display
- hologram.replace_line [Name, Index, NewLine] - Replace the content of a line
- hologram.remove_line [Name, Index] - Remove a line from a display
- hologram.move [Name, Dimension, X, Y, Z] - Move a display
- hologram.delete [Name] - Delete a display
- hologram.list - List all displays
- hologram.reload-config - Reload configuration without server restart
Formatting
SuperSimpleHolograms supports the following formatters:
- <server.version> → The server's current Minecraft version</server.version>
- <server.motd> → The server's current Message of the Day (MOTD)</server.motd>
- <players.current> → Current online player count</players.current>
- <players.max> → Maximum online player count</players.max>
- <players.random> → Random player's name</players.random>
- <&> → "§" symbol for Minecraft format codes
Troubleshooting
Most issues can be resolved by either deleting all armor stands (they will respawn automatically) or resetting your configuration. If neither solution works, create an issue with a description of the problem.