-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
This page lists common issues encountered with Elite Holograms and their potential solutions.
Issue: Commands are not working / "Unknown command" error.
-
Solution 1: Mod Not Loaded Correctly.
- Ensure the Elite Holograms JAR file is in your
modsfolder (single-player instance, modpack, or server). - Verify you have the correct build for your Minecraft version and loader (Forge 1.19.2 / 1.20.1, NeoForge 1.21.1 / 26.1.2).
- Check your log for any error messages related to Elite Holograms during startup.
- Ensure the Elite Holograms JAR file is in your
-
Solution 2: Incorrect Command Syntax.
- Double-check the command you are typing against the Commands guide. Pay attention to spacing and argument order.
- Use the in-game tab completion to help fill out commands and arguments.
-
Solution 3: Permission Issues.
- If not using LuckPerms or FTB Ranks, ensure you are an OP with at least permission level 2 (check
server.properties). - If using a permissions mod, ensure you or the relevant group has been granted the necessary Permissions nodes.
- Use the diagnostic tools provided by your permissions mod (e.g.,
/lp verbose onor/lp user <user> permission check <permission.node>) to verify permissions.
- If not using LuckPerms or FTB Ranks, ensure you are an OP with at least permission level 2 (check
Issue: Holograms are not appearing after creation or server restart.
-
Solution 1: Incorrect World or Coordinates.
- When creating a hologram, it spawns at your feet. Ensure you are in the intended location and world.
- Use
/eh info <id>to check the saved world and coordinates of the hologram.
-
Solution 2: Hologram Despawned or Deleted.
- It might have been accidentally deleted. Try
/eh listto see if it still exists.
- It might have been accidentally deleted. Try
-
Solution 3: Client-Side Rendering Issues.
- Try disconnecting from the server and rejoining.
- Rarely, other client-side mods might interfere with rendering. Try testing with a minimal mod setup if the issue persists.
-
Solution 4: (NeoForge) Player Visibility.
- If other players cannot see a hologram that you can, ensure you are on the latest Elite Holograms build for your edition (NeoForge 1.21.1 or 26.1.2), which include improvements for multiplayer hologram visibility and entity synchronization.
Issue: Placeholders are not working or showing as raw text (e.g., %player%).
-
Solution 1: Incorrect Placeholder Name.
- Verify the placeholder name exactly matches the list on the Placeholders page (e.g., it's
%players%, not%playersonline%).
- Verify the placeholder name exactly matches the list on the Placeholders page (e.g., it's
-
Solution 2: Placeholders Disabled (Unlikely).
- The built-in placeholder system is always enabled. This is usually not the cause.
-
Solution 3: Player-Specific Placeholders in Server-Only Context.
- Player-specific placeholders like
%player%will only resolve correctly when a specific player is viewing the hologram. In some contexts (like console output or if a hologram line is somehow processed without a player target), they might show the raw tag or a default value.
- Player-specific placeholders like
Issue: Holograms are hard to read at night.
-
Solution: Add a backlight.
- Run
/eh backlight <id> on [height]to place an invisible light column behind the hologram. See Backlights. - If a light block does not appear in a cell, that cell already contains a solid block; the column skips occupied cells by design and only fills air or water.
- Run
Issue: A scoreboard theme is not applying or is "unknown".
-
Solution 1: Theme name not recognized.
- Theme names must match an entry in
config/eliteholograms/scoreboard_themes.json. Use tab completion on/eh settheme <id>to see valid names.
- Theme names must match an entry in
-
Solution 2: Edited the file but nothing changed.
- Run
/eh reloadto re-read themes from disk without a restart. The board re-renders using its saved theme. See Themes.
- Run
Issue: Server is lagging or crashing.
-
Solution 1: Mod Conflict.
- While Elite Holograms is designed for performance, conflicts with other mods can occur. Try to identify if the issue started after adding Elite Holograms or another mod. Test with a minimal modpack if necessary.
-
Solution 2: Too Many Complex Holograms (Rare).
- Having an extremely large number of holograms with frequently updating placeholders could contribute to load, but this is rare for typical usage.
-
Solution 3: Report the Issue.
- If you suspect a bug within Elite Holograms, please gather relevant logs (latest.log, debug.log, crash reports if any) and report it on our GitHub Issues page with as much detail as possible, including your mod list and steps to reproduce the problem.
Issue: Players without OP cannot use any /eh commands, even with a permissions mod installed.
-
Solution 1: Permissions Not Set Up Correctly.
- Ensure you have actually assigned the Elite Holograms permission nodes to the relevant groups/players in LuckPerms or FTB Ranks. Simply installing the permissions mod is not enough.
- Double-check the spelling and hierarchy of the permission nodes (e.g.,
eliteholograms.create).
-
Solution 2: Permissions Mod Not Detected.
- Check your server startup log for messages from Elite Holograms indicating whether it detected LuckPerms or FTB Ranks. If it didn't, it will fall back to OP-only mode.
- Ensure your permissions mod is up-to-date and correctly installed.
Issue: Granted eliteholograms.admin but still can't use all commands.
-
Solution: The
eliteholograms.adminnode typically covers administrative commands like/eh reload. For full access to all hologram manipulation commands, the wildcardeliteholograms.*is generally used for admin roles, or individual sub-nodes (.create,.edit, etc.) must be granted.
If you encounter an issue not listed here, or if the provided solutions do not help, please help us by reporting it!
-
Gather Information:
- Elite Holograms version, Minecraft version, Forge/NeoForge version.
- A list of other mods installed.
- Relevant server logs (
logs/latest.log,logs/debug.log). - Crash report if the game crashed.
- Clear steps to reproduce the issue.
-
Report on GitHub Issues:
- Go to the Elite Holograms GitHub Issues page.
- Create a new issue, providing all the information you gathered.
Thank you for helping improve Elite Holograms!
Feature Guides