Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
DecentDisplays
PluginLicenseRef-All-Rights-Reserved

DecentDisplays

This plugin adds a better way to make displays, using Display Entities. Full support for placeholders (+ fallbacks), heads, items, blocks, pages, and colors.

35
Downloads
0
Followers
1 months ago
Updated
📦
1
Versions
game-mechanicsmanagementutilitypaper
Download Latestv1.0.0View on Modrinth

📖About DecentDisplays

DecentDisplays

DecentDisplays is a completely painless way to add beautiful holograms and text displays to your Minecraft server. Instead of wrestling with confusing setups, you can easily create, edit, and animate displays with multiple pages directly in the game. It handles the complicated technical details behind the scenes so you can focus on making your world look amazing.

Features

  • Multiple Pages: If you have a lot to say, you can break your text up into multiple pages that cycle and keep your players engaged.
  • Custom Animations: Bring your server to life by applying custom animations directly to your displays.
  • High Performance: Built carefully under the hood to ensure your holograms render incredibly fast with zero server lag, even with hundreds of displays.
  • PlaceholderAPI Integration: We fully support PlaceholderAPI, allowing you to show player specific stats, server info, and anything else you might need.
  • Floating Items and Blocks: You can display actual items (like <item:DIAMOND_SWORD>) or blocks (like <block:GRASS_BLOCK>) floating in the air.
  • Player Heads: Display the custom skull of any player using <head:PLAYER_NAME>. You can even use placeholders to show the head of whoever is looking at the display.
  • Rainbow Text: Type &u before any text to make it cycle through rainbow colors automatically without needing animation files.
  • Backup Text for Placeholders: If a placeholder is empty or broken, you can set a fallback message so it does not look messy. Example: <fallback:%player_rank%>Player<fallback/> will show "Player" if the rank is not found.
  • Custom Design Settings: Change the size of your displays, hide the default gray backgrounds, make text see-through, add shadows, or control how they rotate to face players.
  • Smooth Movement: Set your displays to move smoothly between locations or grow and shrink gently over time.

Config:

Here's an example of a display you can add to spawn.

location:
  world: world
  x: X_COORDINATE
  y: Y_COORDINATE
  z: Z_COORDINATE
  yaw: 0
  pitch: 0
visibility-range: 48.0
visible-by-default: true
settings:
  billboard: VERTICAL
  scale: 1.0
  line-width: 200.0
  shadowed: false
  see-through: false
  background-visible: true
  background-color:
    alpha: 0
    red: 0
    green: 0
    blue: 0
  text-opacity: 1.0
  shadow-radius: 0.0
  shadow-strength: 1.0
  text-alignment: CENTER
  view-range: 1.0
  interpolation-duration: 0
  teleport-duration: 50
pages:
  '0':
    ticks-per-page: 0
    lines:
      '0':
        content: '&f&lsᴋʏʙʟᴏᴄᴋ'
        type: ANIMATION
        y-offset: 0.3
        update-interval: 20
        has-background: true
      '1':
        content: '&fWelcome to the &lsᴋʏʙʟᴏᴄᴋ&r realm!'
        type: TEXT
        y-offset: 0.5
        update-interval: 20
        has-background: true
      '2':
        content: ''
        type: TEXT
        y-offset: 0.3
        update-interval: 20
        has-background: true
      '3':
        content: To begin your &amarvelous&f adventure, create your very first &aisland&f!
        type: TEXT
        y-offset: 0.3
        update-interval: 20
        has-background: true
      '4':
        content: '&8(&o/ɪsʟᴀɴᴅ ᴄʀᴇᴀᴛᴇ <ɴᴀᴍᴇ>&r&8)'
        type: TEXT
        y-offset: 0.3
        update-interval: 20
        has-background: true
      '5':
        content: ''
        type: TEXT
        y-offset: 0.3
        update-interval: 20
        has-background: true
      '6':
        content: '&fWell, goodluck on your journey, &a%player_name%&r!'
        type: TEXT
        y-offset: 0.3
        update-interval: 20
        has-background: true
      '7':
        content: <head:%player_name%>
        type: HEAD
        y-offset: 0.2
        update-interval: 20
        has-background: true

👥 Team & Contributors

luukdr_
luukdr_Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.19.41.201.20.11.20.21.20.31.20.41.20.51.20.6+15 more

🔗 Links

Modrinth Page