Simple Holograms | Skript v1.1

Lightweight, YAML-driven Hologram Solution For Professional Servers.
  • SIMPLE HOLOGRAMS (1024 x 512 px).png
  • Simple Holograms Photos (1024 x 512 px).png
  • Simple Holograms Photos 2 (1024 x 512 px).png
  • SIMPLE HOLOGRAMS (1024 x 512 px).png
  • Simple Holograms Photos (1024 x 512 px).png
  • Simple Holograms Photos 2 (1024 x 512 px).png



minecraft_title.png

The lightweight, independent solution for professional text and item displays.


minecraft_title.png

Stop bloating your server with heavy, complex hologram plugins. Simple Holograms is a standalone Skript solution designed for maximum performance and complete control. Managed exclusively through a professional, per-file YAML system, this script is built for server owners who want clean directories and zero unnecessary overhead.
📦 INDEPENDENT
No external hologram plugins required.
📂 YAML DRIVEN
Configure everything via individual .yml files.
⚡ HIGH PERFORMANCE
Utilizes native Minecraft Display Entities via SkBee.
💎 ITEM & TEXT SUPPORT
Professional support for high-detail text or floating items.


minecraft_title.png

Clean Configuration No messy in-game chat editors. All settings are managed through organized, human-readable YAML files.
Interactive Management Access a list of all displays where you can instantly Teleport, Reload or Delete any hologram directly through interactive chat buttons.
Premium User Experience Enjoy clean, modern messages for every command, accompanied by satisfying audio feedback to make management feel high-end.
Item & Text Displays Choose between sharp Text displays or floating Item stacks (fully compatible with ItemsAdder).

Precision Control Scale your holograms on all axes (X, Y, Z) and control precise rotation with Pitch and Yaw.
Visual Depth Customize text shadow, background RGBA colors and opacity (0-255).
Adaptive Display Choose how your holograms face players using professional "Billboard" settings (Center, Vertical, Horizontal, Fixed).
Performance Focused Control the "View Range" in chunks to ensure players only render what they need to see.



minecraft_title.png

See the power of simplicity in action. High-definition displays with zero performance impact.

Näyttökuva 2026-04-09 kello 9.11.04.png

Näyttökuva 2026-04-09 kello 9.11.45.png

Näyttökuva 2026-04-09 kello 9.37.14.png

Näyttökuva 2026-04-09 kello 9.37.33.png



minecraft_title.png

No coding required. Tailor every aspect of the experience to your server's unique brand.
Each hologram is stored in its own file within the plugin directory. Edit the .yml file, then use the interactive chat menu to reload it instantly.


Code:
    # - MESSAGES -
    usage_help:                            "%nl%&8[&c✘&8] &7Correct usage: &c/holo help%nl%"
    usage_create:                          "%nl%&8[&c✘&8] &7Correct usage: &c/holo create [<id>] [<type>]%nl%"
    usage_delete:                          "%nl%&8[&c✘&8] &7Correct usage: &c/holo delete [<id>]%nl%"
    usage_edit:                            "%nl%&8[&c✘&8] &7Correct usage: &c/holo edit [<id>]%nl%"
    usage_list:                            "%nl%&8[&c✘&8] &7Correct usage: &c/holo list%nl%"
    usage_reload:                          "%nl%&8[&c✘&8] &7Correct usage: &c/holo reload [<id>]%nl%"

    holo_help:                             "%nl%&8[&c✘&8] &7Use &c/holo help &7for help.%nl%"
    holo_already_exist:                    "%nl%&8[&c✘&8] &7Hologram &c%{_t}%.yml &7already exists.%nl%"
    holo_does_not_exist:                   "%nl%&8[&c✘&8] &7Hologram &c%{_t}%.yml &7doesn't exist.%nl%"
    holo_cannot_edit:                      "%nl%&8[&c✘&8] &7Hologram &c%arg-2%.yml &7can only be edited at ""&cplugins/SimpleHolograms/%arg-2%.yml&7""%nl%"
    holo_empty_list:                       "%nl%&8[&c✘&8] &7There aren't any holograms.%nl%"
    holo_successfully_created:             "%nl%&8[&a✔&8] &7Hologram &a%{_t}%.yml &7has been created.%nl%"
    holo_successfully_deleted:             "%nl%&8[&a✔&8] &7Hologram &a%{_t}%.yml &7has been deleted.%nl%"
    holo_successfully_reloaded:            "%nl%&8[&a✔&8] &7Hologram &a%{_t}%.yml &7has been reloaded.%nl%"

    # - PERMISSIONS -
    permission_command:                    holo.command
    no_permission:                         %nl%&8[&&c✘&8] &7You don't have access to this command.%nl%&f

    # - SOUNDS -
    sound_error:                           "block_note_block_bass"
    sound_success:                         "ui_button_click"

Code:
# There are 2 different types TEXT and ITEM holograms.
# DO NOT CHANGE THIS MANUALLY OR THE HOLOGRAM WILL BREAK!
Type: text

# The display content. Use \n for new lines.
Name: "&bHolograms\n&7plugins/SimpleHolograms/Holograms.yml"

# The exact coordinates where the hologram appears.
Location: !location
    world: my_world
    x: 13.5
    y: 130.0
    z: 5.5
    yaw: -90.0
    pitch: 90.0

# Adjusts the size (Width - Height - Depth)
Scale: !vector
    x: 1.0
    y: 1.0
    z: 1.0

# Enable or disable the drop shadow effect.
# Options: TRUE, FALSE
Text Shadow: true

# How the text is justified relative to the location.
# Options: CENTER, LEFT, RIGHT
Alignment: center

# How the hologram rotates to face the player.
# Options: FIXED, CENTER, VERTICAL, HORIZONTAL
Billboard: center

# Transparency level (0 to 255)
Opacity: 255

# RGBA color values for the text background box.
Background: 0,0,0,0

# How many chunks away the hologram is visible.
View Range: 1



minecraft_title.png

Dependencies: Skript 2.14+, SkBee 3.18+, skript-yaml 1.7+, ItemsAdder (Optional), skript-itemsadder (Optional).
Easy Install: Drop the .sk file into your scripts folder and reload.
Compatibility: Tested on Paper, Purpur and Spigot (1.21.x).


minecraft_title.png

By purchasing or downloading the resource you automatically agree with the terms and conditions.

No Refunds: All sales are final. Digital products cannot be returned.
Personal Use Only: You may use this on any server you own or operate. You may not resell or gift the file to others.
Modification: You are free to edit the code for your own use, but you cannot claim the edited version as your own work.
DRM-Free: This product is DRM-Free for your convenience. Please do not abuse this trust by sharing the code.

No Leaking: Redistribution of this script on any platform is strictly prohibited.
Support: Provided only via official channels for customers.
Buy a license now
$3.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 20% commission.
435 Views
1 Purchases
2 Downloads
Apr 9, 2026 Published
Apr 9, 2026 Updated
Not yet rated
14 KB File size
DRM-free
  1. Yes
Type
  1. World
  1. GUI
  1. Decoration
Game mode
  1. Survival
  1. Skyblock
  1. Prison
Supported languages
  1. English
Creator
PFX
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
High-Performance Bounty System With a Sleek, Real-Time GUI Board.
Not yet rated
0 purchases
16x16 Pixel Art | 5 Elements | ItemsAdder & Nexo Ready
Not yet rated
3 purchases
16x16 Pixel Art | 5 Elements | ItemsAdder & Nexo Ready
Not yet rated
1 purchase
16x16 Pixel Art | 5 Elements | ItemsAdder & Nexo Ready
Not yet rated
1 purchase
Premium Tags | 10 Ranks | ItemsAdder & Nexo Ready
Not yet rated
0 purchases
Share and earn
Refer this resource and earn a 20% commission.
435 Views
1 Purchases
2 Downloads
Apr 9, 2026 Published
Apr 9, 2026 Updated
Not yet rated
14 KB File size
DRM-free
  1. Yes
Type
  1. World
  1. GUI
  1. Decoration
Game mode
  1. Survival
  1. Skyblock
  1. Prison
Supported languages
  1. English
Creator
PFX
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
High-Performance Bounty System With a Sleek, Real-Time GUI Board.
Not yet rated
0 purchases
16x16 Pixel Art | 5 Elements | ItemsAdder & Nexo Ready
Not yet rated
3 purchases
16x16 Pixel Art | 5 Elements | ItemsAdder & Nexo Ready
Not yet rated
1 purchase
16x16 Pixel Art | 5 Elements | ItemsAdder & Nexo Ready
Not yet rated
1 purchase
Premium Tags | 10 Ranks | ItemsAdder & Nexo Ready
Not yet rated
0 purchases
Top