- Native Minecraft Version:
- 1.18
- Tested Minecraft Versions:
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
- 1.19
- Source Code:
- https://github.com/Gecolay/GHolo
- Contributors:
- Gecolay
- Languages Supported:
- English, German, [Custom]
- Donation Link:
- https://paypal.me/PayGecolay
Modern Holo & Holograms - Plugin
Overview:
This is a huge Holo Plugin which contains a lot of Settings and Functions that all can be changed by you in the Plugin-Config and the Language-Files.
If you like my Plugins and Libraries please support me by leaving a good Review!
Supports Bukkit, Spigot, Paper (+ all Forks) Servers from 1.9.x to 1.19.x!
===================================================================================
Special Features:
100% customizable
Very good performance
No Lag! Even not on servers with bad performance!
Create Holo-Items that stay in the air in a Holo!
( Type "ICON:Material" like "ICON:stone" )
You can use NBT-Tags! "ICON:Material {NBT}"
Create Holo-Entities that can rotate! ONLY 1.17.x+
( Type "ENTITY:Type" like "ENTITY:Zombie" )
You can use NBT-Tags! "ICON:Type {NBT}"
Create Animations in Holos!
Supports RGB ColorCodes!
Supports Color Gradients!
( Format: "[#ffffff Text #000000]" )
( Starting with a bracket and one Color Code and ending with another Color Code and bracket! )
Easy to use commands & Tab-Completion for all commands!
Easily import Holos from Holographic-Displays with just one command!
Create completely Empty Lines!
( Type two square brackets like "[]" )
Use Unicode Symbols with Placeholders!
PlaceholderAPI-Support!
Possibilities to add Images in your Holos from Files, Web-URLs or as a Player-Head!
Plugin-Pictures:
![]()
Copy Holo-Content!
Customizable Line-Space
And many more......
===================================================================================
Our Partner:
Thanks to our Premium Partner ElixirNode!
Host your professional Minecraft Server or VPS now
with 50% off using the Code "Gecolay"!!
===================================================================================
Commands:
/gholo (/holo) -> Create, Remove & Edit Holos
/gholoreload (/gholorl) -> Reload the Plugin
===================================================================================
Permissions:
OP-Permission: GHolo.*
Update-Notification-Permission: GHolo.Update
Config-Reload-Permission: GHolo.GHoloReload
Sit-Permissions (Default-Permissions marked Underlined):
GHolo.Holo -> Create, Remove & Edit Holos
===================================================================================
Default-Config:Code (Text):Lang:
# Defines the Plugin-Language
lang: en_en
Options:
# Checks if a new Update was released
check-for-update: true
# Defines the space between the top part of two rows
space-between-lines: 0.26
# Defines whether the Plugin should use ArmorStands or EffectClouds to create Holos
# ArmorStands render up to 64 Blocks | EffectClouds render up to 40 Blocks
# This Option has no effect on the server performance
# If there are too many Holos the FPS of a Player can break down, then it makes sense to use EffectClouds
use-armor-stands: true
# Defines a List of Unicode Symbols, which are to be converted within Holo rows
Symbols:
"[X]": "\u2588"
"[|]": "\u23B9"
===================================================================================
Animations:Ingame you can insert an Animation in the format "%animation_id%" like "%test%"
Code (Text):# ===============================================================================================
#
# Animations are created from an Id
# An Animation contains a tick amount that defines how quickly the Animation is updated in ticks
# The content of the Animation defines which lines should be looped through
#
# ColorCodes and PlaceholderAPI Placeholders can be used in an Animation
#
# Animations can contain other Animations, but only those created before the containing Animation
# In the example with "test" and "test2" -> only "test2" may contain "test" but "test" may not contain "test2"
#
# Ingame you can insert an Animation in the format "%animation_id%" like "%test%"
#
# ===============================================================================================
Animations:
"test":
ticks: 10
content:
- "Test"
- "Animation"
"test2":
ticks: 5
content:
- "&a%test%"
- "&b%test%"
- "&c%test%"
- "&d%test%"
===================================================================================
Images:
With the "/holo image"-Command you can override Holo-Content with a Image from different sources.
Available sources:
avatar ( Player-Head without Overlay )
helm ( Player-Head with Overlay )
file ( Image-File from Image-Folder )
url ( Web-Url to a Image )
If you don't define the Image-Size the Default-Size of the Image will be used (max 500:500).
The Default-Size for "avatar" and "helm" Images is 16:16.
To define the Image-Size add your Size-Definition after the Image-Value like:
10 -> the Width and Height will be 10
10:20 -> the Width will be 10, the Height will be 20
===================================================================================
Holo Conditions:
With the "/holo condition"-Command you can set conditions for a Holo to be shown to the Player.
Available types:
permission ( The Player needs a certain permission )
placeholder ( A placeholder needs the specific content )
Individual conditions are separated by a comma and the type of a condition is separated by a colon from it's condition itself.
Examples:
"/holo condition Example permission:Test.Test"
( This Holo would only show up if a Player has the "Test.Test" permission )
"/holo condition Example placeholder:%player_x%>=20"
( This Holo would only show up if the X Coordinate of the Player is at least 20 )
"/holo condition Example permission:Test.Test,placeholder:%player_y%>=100,placeholder:%player_world%=world"
( This Holo would only show up if the Player has the "Test.Test" permission and if he is the a world named "world" and his Y Coordinate is at least 100 )
===================================================================================
API for Developers:
===================================================================================Initialization
GHoloAPI GAPI = new GHoloAPI();
Returns if a Holo exists by Holo Id:
Returns a Holo by Holo Id:Code (Java):
Returns all Holos:Code (Java):
Inserts a new Holo:Code (Java):
Removes a Holo by Holo Id:Code (Java):
Moves a Holo by Holo Id:Code (Java):
Adds Holo Content by Holo Id:Code (Java):
Removes Holo Content by Holo Id:
Sets the Holo Content by Holo Id:Code (Java):
Sets the Holo Content by Holo Id:Code (Java):
Inserts the Holo Content by Holo Id:
Sets the ShowCondition of a Holo by Holo Id:
Returns if a HoloAnimation exists by HoloAnimation Id:
Returns a HoloAnimation by HoloAnimation Id:Code (Java):
Returns all HoloAnimations:Code (Java):
Inserts a new HoloAnimation:Code (Java):
Removes a HoloAnimation by HoloAnimation Id:Code (Java):
Code (Java):
Known Bugs/ Issues:
Known Bugs or Issues that are not yet resolved in the newest Version:
- There are currently no known or not fixed Issues!
- If you discover any kind of Bug please instantly contact me in the Discussion-Area, send me a DM or join the GPlugins Discord Server, so i can fix this as soon as possible!
===================================================================================
Planned Features:
Planned Features for future Versions:
- Add more Placeholders!
- If you have any suggestions more new Features let me know in the Discussion-Area, send me a DM or join the GPlugins Discord Server!
===================================================================================
Language-Files:
Change Language:
- Set the "Lang.lang"-Option in the Config.yml to your chosen Language
Add a new Language-File:
- Copy one of the Language-Files and Name it like you will
- Change the Messages in the Language-File
- Set the "Lang.lang"-Option in the Config.yml to your created Language-File
===================================================================================
===================================================================================
![]()
New official GPlugins Discord Server!
This Plugin supports the Minecraft Versions:
1.9.x, 1.10.x , 1.11.x, 1.12.x , 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x
If you like my Plugins and Libraries please support me by leaving a good Review!
Don't use the Review-Section for Bug Reports! Use any of the above named Methods to contact me!!!

GHolo - The new modern Holo Plugin! - [1.9.x - 1.19.x] 1.0.4
✨ Create Holos with modern Technology, great Performance and Animations! ✨
Recent Updates
- Update 1.0.4 - Fix 1.19 Support Jun 25, 2022 at 9:20 PM
- Update 1.0.3 - 1.19 Support Jun 24, 2022 at 5:56 PM
- Update 1.0.2 - 1.18.2 Update & Bugfixes Mar 6, 2022