promotional bannermobile promotional banner
premium banner
Place colorful 3D hologram text anywhere in your world. 10 colors, scalable from tiny to huge, multi-line support. Each letter is a persistent entity. ▎ Perfect for labeling builds, shops and bases. No block pollution.

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

  1. Look at a wall, floor, or any surface
  2. Type /gholo set <color> <text> - text appears instantly, facing you
  3. Multi-line - use | for line breaks (e.g. WELCOME|TO|SHOP)
  4. Scale - add a size value between color and text (e.g. /gholo set Red 2.0 BIG)
  5. Remove with /gholo remove <id>, /gholo remove all, or /gholo remove nearest
  6. Realign with /gholo realign <id> to face your new position

Commands

Command Who Description
/gholo Everyone Show plugin info and available commands
/gholo set &amp;lt;color&amp;gt; [size] &amp;lt;text&amp;gt; OP* Place 3D text on targeted surface
/gholo remove &amp;lt;id|all|nearest&amp;gt; Everyone Remove text by ID, all, or nearest to you. OPs can remove any
/gholo realign &amp;lt;id|all&amp;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 nearest finds 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