Description
GlymeraHolo - 3D Hologram Text for Your World
Place colorful 3D text anywhere in your world using simple commands. 10 colors, adjustable size, multi-line support. Perfect for labeling builds, shops, bases and more.
Don't miss my other exciting projects — take a look at GlymeraCraft's Profile Discord: https://discord.gg/s5NRFWfxgy
What is GlymeraHolo?
GlymeraHolo lets you place floating 3D text in your world by looking at any surface and typing a command. Each letter is rendered as a visible entity with its own texture. Text automatically faces towards you when placed, supports multiple lines, and can be scaled from tiny to huge. Choose from 10 vibrant colors.
Point, type, done.
How It Works
- Look at a wall, floor, or any surface
- Type
/gholo set <color> <text>- text appears instantly, facing you - Multi-line - use
|for line breaks (e.g.WELCOME|TO|SHOP) - Scale - add a size value between color and text (e.g.
/gholo set Red 2.0 BIG) - Remove with
/gholo remove <id>,/gholo remove all, or/gholo remove nearest - Realign with
/gholo realign <id>to face your new position
Commands
| Command | Who | Description |
|---|---|---|
/gholo |
Everyone | Show plugin info and available commands |
/gholo set &lt;color&gt; [size] &lt;text&gt; |
OP* | Place 3D text on targeted surface |
/gholo remove &lt;id|all|nearest&gt; |
Everyone | Remove text by ID, all, or nearest to you. OPs can remove any |
/gholo realign &lt;id|all&gt; |
Everyone | Realign text(s) to face your current position |
/gholo list |
Everyone | List all your placed texts with locations |
/gholo reload |
OP | Reload the config file |
*Non-OPs can create text if allowNonOps is enabled in config.
Colors
White, Black, Red, Blue, Green, Yellow, Orange, Purple, Cyan, Pink
Size
Size ranges from 0.3 (tiny) to 3.0 (huge). Default is 1.0 (normal).
Examples:
/gholo set Red 0.5 MINI- half size/gholo set Blue NORMAL- default size (1.0)/gholo set Green 2.0 BIG- double size/gholo set Yellow 3.0 HUGE- triple size
Configuration
File: plugins/GlymeraHolo/config.json (created on first start)
{
"allowNonOps": false,
"maxCharactersNonOps": 50,
"maxTextsPerPlayer": 10,
"defaultColor": "White",
"defaultScale": 1.0
}
| Setting | Default | Description |
|---|---|---|
allowNonOps |
false |
Whether non-OP players can create text |
maxCharactersNonOps |
50 |
Max characters per text for non-OPs |
maxTextsPerPlayer |
10 |
Max number of texts per player |
defaultColor |
White |
Default color when none specified |
defaultScale |
1.0 |
Default text size |
Supported Characters
A-Z, 0-9, ! ? . , : - _ + # & @ ( )
Lowercase input is automatically converted to uppercase.
Permissions
- Players can only remove and realign their own texts
- OPs can remove any text (including other players'), and have no character/count limits
/gholo remove nearestfinds closest text (own for players, any for OPs)- Text IDs are globally unique across all players
- Text creation is OP-only by default (configurable via
allowNonOps)
Technical Details
- Each letter is an individual NPC entity with a custom quad model and colored texture
- Text persists across server restarts and chunk unload/reload
- Entity-based approach means zero world corruption risk - removing the plugin leaves no traces
- 490 pre-generated textures (49 characters x 10 colors) embedded in the JAR
- No external dependencies


