Перейти к содержимому
Mineforgian

AdvancedDisplays

Create block, item and text displays!

Загрузки
1K
Подписчики
10
Обновлён
28 мая 2026 г.
Лицензия
GPL-3.0-only

Опубликован 29 июля 2024 г.

https://i.imgur.com/OJLYxz3.png AdvancedDisplays is a plugin that allows users to create block, item and text displays! The plugin includes these features:

  • Displays are fully customizable.
  • YAML configuration files. Data is saved in YAML files for easy configuration.
  • 1.19.4 - 26.1.x support.
  • Minimessage support.
  • Per-player placeholders.
  • Animated texts.
  • Developer API.
  • Click actions.
  • In-game editor.
  • View & click conditions.

Future features & updates:

  • In-game editor for actions.
  • Multiline displays (a display with text and items, for example)
  • Animated item and block displays
  • Entity metadata system (modify what entities in Entity Displays look like, such as wolf variant)

https://i.imgur.com/1YE7vl7.png

  • /ad help - none - Shows information about the commands that THE USER has access to.

  • /ad reload - ad.reload - Reloads the plugin.

  • /ad create [type] [name] [value] - ad.create - Creates a new display. For ATTACHED type, see this.

  • /ad remove [name] - ad.remove - Removes an existing display.

  • /ad movehere [name] <center> - ad.movehere - Moves a display to the player's location.

  • /ad moveto [name] [x//*] [y//*] [z/~/*] <world/~/*> - ad.moveto - Moves a display to the given location. See Relative positions for more information.

  • /ad teleport [name] - ad.teleport - Teleports the player to the display's location.

  • /ad convert - More info here

  • /ad list - ad.admin - Shows the list of the existing displays.

  • /ad edit [name] - ad.edit - Opens the GUI editor for a certain display.

  • /ad finish - none - Stops what you are currently doing (creating an ATTACHED display or editing a display).

  • /ad nextPage [name] - ad.page - Switches to the next page of a text display.

  • /ad previousPage [name] - ad.page - Switches to the previous page of a text display.

  • /ad setPage [name] [page] - ad.page - Switches to the given page of a text display.

  • /ad reset [name] [player] - ad.page - Makes the page that the player is seeing be the same as the display's page.

https://i.imgur.com/myXuXAo.png Text display:
https://i.imgur.com/iy7YbEa.png

Block display:
https://i.imgur.com/ejoddFY.png

Item display:
https://i.imgur.com/MvmPxKo.png

https://i.imgur.com/dZEvYil.png

If you need help, found a bug or want to suggest something, please do it in any of these places:

Ченджлог

1.7.1Релиз26.1, 26.1.1, 26.1.2 · 28 мая 2026 г.

1.7.1 - 26.1.x support and Java 21

After a long time, the plugin has been updated to support Minecraft versions 1.19.4 up to 26.1.2.

Another notable change is that the plugin was updated to use Adventure API 5.1.1. Because of this, the new minimum Java version is Java 21 even for 1.19.4-1.20.4 (althought you will need Java 25 for 26.1). Another consequence is that hover and click events won't work on Spigot servers (they do work on Paper or any of its forks) because, apparently, Adventure Platform Bukkit is also no longer maintained and sending components to Audiences wasn't working. As a workaround, if the plugin is running on a Spigot server, a legacy text message will be sent, which supports gradients but not click or hover components. Paper servers will work just fine.
TL;DR: Minimum Java version is now Java 21 and messages won't be hoverable nor clickable on Spigot servers (Paper servers are unaffected).

Latly, some errors have been fixed and some performance improvements were made, especially when a player joins the server.

*This update doesn't bring config-breaking changes but, if you are migrating from previous versions, you might need to use the "/ad convert" command. CREATE A BACKUP OF YOUR DISPLAYS FOLDER BEFORE CONVERTING! More information on this command here.

I have tested this plugin on Paper 26.1.2, although I may have missed some bugs. If you encounter any, please report it on GitHub or Discord, not on the reviews section.

Visit the wiki for more information.

1.7Релиз1.21.9, 1.21.10, 1.21.11 · 2 января 2026 г.

After a long time, the plugin has been finally updated to support all Minecraft versions from 1.19.4 to 1.21.11. This update also brings entity displays (show any mob, such as a zombie) and reworks how displays work, since now you can modify base entity settings too (such as being on fire, custom display name, etc). Other than that, many fixes and improvements have been implemented, such as:

  • Folia support
  • New particle action, fixes and cooldown setting.
  • Switch Adventure from Bungee to Bukkit platform.
  • Add more item meta options.
  • Add per-player pages for Text Displays (see new subcommands here)
  • Head caching system (loads them on enable or reload to prevent excessive requests)
  • Add moveto subcommand.
  • Update project dependencies.
  • Support for 1.21.4+ custom model data components (see customModelData here for more info)
  • Improvements to GUI system and inventory handling.
  • Many bug fixes.

Some plans for future updates are:

  • In-game editor for actions.
  • Multiline displays (a display with text and items, for example)
  • Animated item and block displays
  • Entity metadata system (modify what entities in Entity Displays look like, such as wolf variant)

*If you are migrating from previous versions, you will need to use the "/ad convert" command. CREATE A BACKUP OF YOUR DISPLAYS FOLDER BEFORE CONVERTING! More information on this command here.

I have tested this plugin on Paper 1.21.11 although I may have missed some bugs. If you encounter any, please report it on GitHub or Discord, not on the reviews section.

Visit the wiki for more information.

1.6.1Релиз1.21.3, 1.21.4, 1.21.5 · 25 апреля 2025 г.

Fixed a bug when running the reload subcommand.

*If you are migrating from previous versions, you will need to use the "/ad convert" command. CREATE A BACKUP OF YOUR DISPLAYS FOLDER BEFORE CONVERTING! More information on this command here.

I have tested this plugin on Paper 1.21.5 although I may have missed some bugs. If you encounter any, please report it on GitHub or Discord, not on the reviews section.

Visit the wiki for more information.

1.6Релиз1.21.3, 1.21.4, 1.21.5 · 17 апреля 2025 г.

Added:

  • 1.21.5 support.
  • Toast action (see wiki).
  • Added conditions & error message for clicking displays (see wiki).

Bug fixes & changes:

  • Moved the distance and permission conditions to their own section (see wiki).
  • Fixed an error that occurred when opening the display editor for displays with materials that don't have items.
  • Some classes were refactored.

API changes:

*If you are migrating from previous versions, you will need to use the "/ad convert" command. CREATE A BACKUP OF YOUR DISPLAYS FOLDER BEFORE CONVERTING! More information on this command here.

I have tested this plugin on Paper 1.21.5 although I may have missed some bugs. If you encounter any, please report it on GitHub or Discord, not on the reviews section.

Visit the wiki for more information.

1.5.10Релиз1.21.2, 1.21.3, 1.21.4 · 12 марта 2025 г.

Fixed an issue which caused messages sent with the "message" action not to have click actions or hover (only colors were being parsed).

*This update doesn't bring config-breaking changes but, if you are migrating from previous versions, you will need to use the "/ad convert" command. CREATE A BACKUP OF YOUR DISPLAYS FOLDER BEFORE CONVERTING! More information on this command here.

I have tested this plugin on Paper 1.21.4, although I may have missed some bugs. If you encounter any, please report it on GitHub or Discord, not on the reviews section.

Visit the wiki for more information.

1.5.9Релиз1.21.2, 1.21.3, 1.21.4 · 23 февраля 2025 г.

An error will not be thrown when clicking the text alignment setting in the editor GUI.

How text displays work has also been changed. Before, the text was being serialized and deserialized multiple times, but now it's only serialized once. Creating or editing a text display in-game will also set the strings in the config file to whatever was written in chat rather than the legacy text. For example, if you wrote "Hello", that will be stored rather than "§cHello".

Lastly, the dependencies have been updated, adventure is now shaded inside in a different location and NMS modules are dynamically shaded.

*This update doesn't bring config-breaking changes but, if you are migrating from previous versions, you will need to use the "/ad convert" command. CREATE A BACKUP OF YOUR DISPLAYS FOLDER BEFORE CONVERTING! More information on this command here.

I have tested this plugin on Paper 1.21.4, although I may have missed some bugs. If you encounter any, please report it on GitHub or Discord, not on the reviews section.

Visit the wiki for more information.

1.5.8Релиз1.21.2, 1.21.3, 1.21.4 · 6 декабря 2024 г.

This version only brings support for Minecraft 1.21.4

*This update doesn't bring config-breaking changes but, if you are migrating from previous versions, you will need to use the "/ad convert" command. CREATE A BACKUP OF YOUR DISPLAYS FOLDER BEFORE CONVERTING! More information on this command here.

I have tested this plugin on Paper 1.21.4, although I may have missed some bugs. If you encounter any, please report it on GitHub or Discord, not on the reviews section.

Visit the wiki for more information.

1.5.7Релиз1.21.1, 1.21.2, 1.21.3 · 22 ноября 2024 г.

This update only brings some bug fixes:

  • The view distance will now work correctly (the wrong method was used before).
  • Clicking on entities created by other plugins won't cause an error now.

*This update doesn't bring config-breaking changes but, if you are migrating from previous versions, you will need to use the "/ad convert" command. CREATE A BACKUP OF YOUR DISPLAYS FOLDER BEFORE CONVERTING! More information on this command here.

I have tested this plugin on Paper 1.21.3, although I may have missed some bugs. If you encounter any, please report it on GitHub or Discord, not on the reviews section.

Visit the wiki for more information.

Комментарии

Загружаем…