What can I do with HoloInfo?
Basically, this plugin will show an information hologram to a player whenever he start sneaking. When player stop sneaking, the hologram will disappear. It's a very simple and lightweight plugin but it can be useful in some cases like in Lobbies.
Features:
- ✓ Multi World support
- ✓ PlaceholderAPI support
- ✓ WorldGuard support
- ✓ Command to enable and disable the hologram for each player
- ✓ Works with 1.8+
- ✓ Compatibility for Spigot/CraftBukkit
Tutorial:
First you need to install HolographicDisplays in your server: https://dev.bukkit.org/projects/holographic-displays
This is the config:
- ✓ Multi World support
- ✓ PlaceholderAPI support
- ✓ WorldGuard support
- ✓ Command to enable and disable the hologram for each player
- ✓ Works with 1.8+
- ✓ Compatibility for Spigot/CraftBukkit
Tutorial:
First you need to install HolographicDisplays in your server: https://dev.bukkit.org/projects/holographic-displays
This is the config:
Code (YAML):
Config:
distance_vector : 3.85
show_hologram_when_flying : true
enabled_worlds :
- world
- world_nether
- world_the_end
worldguard_regions:
enabled : false
enabled_regions :
- spawn
hologram_info :
- "&a<<==== &6My Server &a====>>"
- ""
- "&eWelcome %player%"
- "&7Follow us on Twitter : &[email protected]"
- "&7Follow us on Facebook : &9facebook.com/MyServer"
- "&7If you like the server please donate:"
- "&6myserver.buycraft.net"
- ""
- "&a<<======= &a=======>>"
Messages:
prefix : "&5[&dHoloInfo&5]"
noPermissions : "&cYou don't have permissions to use that command."
reloadCommand : "&aConfig Reloaded."
commandDoesNotExists : "&cThat command doesn't exists."
hologramAlreadyDisabled : "&cYour information hologram is already disabled."
hologramDisabled : "&aYour information hologram is now disabled."
hologramAlreadyEnabled : "&cYour information hologram is already enabled."
hologramEnabled : "&aYour information hologram is now enabled."
helpCommandAdmin :
- "&5[&dHoloInfo&5]"
- "&c/hi help &7Shows this message."
- "&c/hi reload &7Reloads the Config."
- "&c/hi enable &7Enables the Hologram when sneaking."
- "&c/hi disable &7Disables the Hologram when sneaking."
- "&5[&dHoloInfo&5]"
helpCommandUser :
- "&5[&dHoloInfo&5]"
- "&c/hi enable &7Enables the Hologram when sneaking."
- "&c/hi disable &7Disables the Hologram when sneaking."
- "&5[&dHoloInfo&5]"
distance_vector : 3.85
show_hologram_when_flying : true
enabled_worlds :
- world
- world_nether
- world_the_end
worldguard_regions:
enabled : false
enabled_regions :
- spawn
hologram_info :
- "&a<<==== &6My Server &a====>>"
- ""
- "&eWelcome %player%"
- "&7Follow us on Twitter : &[email protected]"
- "&7Follow us on Facebook : &9facebook.com/MyServer"
- "&7If you like the server please donate:"
- "&6myserver.buycraft.net"
- ""
- "&a<<======= &a=======>>"
Messages:
prefix : "&5[&dHoloInfo&5]"
noPermissions : "&cYou don't have permissions to use that command."
reloadCommand : "&aConfig Reloaded."
commandDoesNotExists : "&cThat command doesn't exists."
hologramAlreadyDisabled : "&cYour information hologram is already disabled."
hologramDisabled : "&aYour information hologram is now disabled."
hologramAlreadyEnabled : "&cYour information hologram is already enabled."
hologramEnabled : "&aYour information hologram is now enabled."
helpCommandAdmin :
- "&5[&dHoloInfo&5]"
- "&c/hi help &7Shows this message."
- "&c/hi reload &7Reloads the Config."
- "&c/hi enable &7Enables the Hologram when sneaking."
- "&c/hi disable &7Disables the Hologram when sneaking."
- "&5[&dHoloInfo&5]"
helpCommandUser :
- "&5[&dHoloInfo&5]"
- "&c/hi enable &7Enables the Hologram when sneaking."
- "&c/hi disable &7Disables the Hologram when sneaking."
- "&5[&dHoloInfo&5]"
You can change the
distance_vector to set the hologram distance. In the
hologram_info message you can use
PlaceholderAPIs variables:
https://www.spigotmc.org/resources/placeholderapi.6245/
If you set show_hologram_when_flying to false, people will not see the hologram when flying.
You can set WorldGuard regions where the hologram will appear using the worldguard_regions option and adding them to the list. Remember you need to have WorldGuard on your server: https://dev.bukkit.org/projects/worldguard
Commands (/hi or /holoinfo):
- /hi reload - Permission: holoinfo.admin
- /hi help - Permission: holoinfo.admin
- /hi enable - Enables the Hologram when sneaking - Permission: holoinfo.enable
- /hi disable - Disables the Hologram when sneaking - Permission: holoinfo.disable
Screenshots:
![[IMG]](//proxy.spigotmc.org/76019a7c42ff67455262c22450dabd621dbbda11?url=https%3A%2F%2Fi.imgur.com%2FjoSN0mP.jpg)
![[IMG]](//proxy.spigotmc.org/5b1fe6eff66fcdd58edb893c7cbc92d8cfb26002?url=https%3A%2F%2Fi.imgur.com%2FQUdXOog.jpg)
https://www.spigotmc.org/resources/placeholderapi.6245/
If you set show_hologram_when_flying to false, people will not see the hologram when flying.
You can set WorldGuard regions where the hologram will appear using the worldguard_regions option and adding them to the list. Remember you need to have WorldGuard on your server: https://dev.bukkit.org/projects/worldguard
Commands (/hi or /holoinfo):
- /hi reload - Permission: holoinfo.admin
- /hi help - Permission: holoinfo.admin
- /hi enable - Enables the Hologram when sneaking - Permission: holoinfo.enable
- /hi disable - Disables the Hologram when sneaking - Permission: holoinfo.disable
Screenshots:
![[IMG]](http://proxy.spigotmc.org/76019a7c42ff67455262c22450dabd621dbbda11?url=https%3A%2F%2Fi.imgur.com%2FjoSN0mP.jpg)
![[IMG]](http://proxy.spigotmc.org/5b1fe6eff66fcdd58edb893c7cbc92d8cfb26002?url=https%3A%2F%2Fi.imgur.com%2FQUdXOog.jpg)
I hope you like the plugin, if you have any ideas you are welcome to say them!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
HoloInfo | Holographic Information [1.8-1.16] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 4,527 times (via Spigot). Download it and open it directly in the game.