Skip to content

Releases: Luncaaa/AdvancedDisplays

Development Build

01 Mar 18:05

Choose a tag to compare

Development Build Pre-release
Pre-release
  • 69afe37 [1.7.1] - Improvements (Luncaaa)
  • b5c59bc [1.7.1] - Fix NPE (Luncaaa)

1.7 - Entity displays, 1.21.x support and more

02 Jan 09:08

Choose a tag to compare

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 - Bug fix

25 Apr 20:28

Choose a tag to compare

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.5 support, conditions & API improvements

17 Apr 21:40

Choose a tag to compare

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 - Fix message action

12 Mar 18:00

Choose a tag to compare

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 - Bug fixes & Improvements

23 Feb 02:45

Choose a tag to compare

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.4 Support

06 Dec 14:13

Choose a tag to compare

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 - Bug fixes

22 Nov 21:08

Choose a tag to compare

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.

1.5.6 - 1.21.2+ support and lists in actions

02 Nov 00:23

Choose a tag to compare

This version supports Minecraft versions 1.19.4 to 1.21.3 and, apart from some minor fixes & improvements, the player and console command and message actions support lists instead of just one parameter. Check this section of the wiki for more information.

*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.

1.5.5 - Item displays meta

26 Sep 16:41

Choose a tag to compare

Some items' meta can now be modified to change how they look in item displays. These items are potions, tipped arrows, armors, banners, shields, compasses and bundles. To see which properties you can modify, see this section of the wiki.

Additionally, dependencies were updated and some unnecessary shadings were removed, reducing the jar size from 2.26MB to under 1MB.

*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.1 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.