nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
AdvancedDisplays

AdvancedDisplays

Plugin

Create block, item and text displays!

Server Utility

36 downloads
4 followers
Filter loader...
Filter versions...

This release features new subcommands for text displays: nextPage, previousPage and setPage, which will allow you to change the page (or animation) the display is showing.

Every display now has a new setting: hide-permission. Players with that permission won't be able to see the display even if they have the permission set in permission. In summary, to see the display, players must be closer than view-distance, have the permission permission and not have the hide-permission permission.

Additionally, item displays can now show items with custom model data. To do that, change the number in the customModelData setting.

Bug fixes include:

  • Displays spawning in the incorrect world.
  • Some items in the editor GUI not working.
  • Placeholders with minimessage text not being parsed.
  • Texts added via the editor GUI being added before the current texts (they are now added to the last position).

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

Apart from 1.21.1 support, the main new feature is the addition of attached displays. They will be attached to a wall to look like a sign or a billboard. Visit the wiki for more information.

This update also adds support for ItemsAdder items and blocks. You only need to add the "itemsAdder" setting to your item or block displays' config file.

Lastly, the /ad finishEditing subcommand has been renamed to /ad finish and it can be used to cancel the creation of an attached display.

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

Block and item displays can now show Oraxen items. To use Oraxen items and blocks, add oraxen: "<Oraxen ID>" to the settings of a display.

The in-game editor can now have disabled settings. You can set them in the config.yml file or using the BaseDisplay#openEditor(Player player, List disabledSettings) if you are using the API. The /ad finishEditing subcommand no longer requires a permission.

Lastly, the plugin is now compiled using Gradle rather than Maven and NMS is now provided by paperweight-userdev rather than Spigot's BuildTools. However, the plugin should still be compatible with Spigot. The API is now obtained from "com.github.Luncaaa:AdvancedDisplays:{PLUGIN VERSION}" and setting text displays now requires an Adventure component. However, you can use the ComponentSerializer, which supports both legacy and minimessage, to parse text into a component.

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

Displays have 2 new options: "permission", which can be "none" or a permission that players need to see the display; and "view-distance", which can be 0.0 or any number which is the distance at which the player must be from the display to see it. The API has methods to change these values as well.

Additionally, a bug which caused text displays to not appear has been fixed and the way colors are parsed has been improved.

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

External resources


Project members

Luncaaa

Member


Technical information

Project ID