Skip to content

Releases: Grabsky/DisplayEntities

1.7.0 #22

10 Jun 09:34
ce0d823

Choose a tag to compare

1.7.0+22

1.7.0

1.6.2 #21

08 Apr 10:51
03444e2

Choose a tag to compare

  • Dependency updates and FastStats analytics to soon replace bStats.
  • Tested plugin on 26.1.X and it seems to work perfectly fine.
    • Marked this version as supported on Modrinth.

1.6.1 #20

11 Jan 15:40
19e9ef5

Choose a tag to compare

  • Added /display edit (mannequin) scale (scale) command for changing scale of mannequin display.

1.6.0 #19

07 Jan 23:31
9b73708

Choose a tag to compare

  • Added support for Mannequin entity type. This lets you easily create and modify server-side NPCs. You can modify following properties:
    • Skin
    • Glow
    • Pose
    • Tracking
    • Equipment
    • Description
    • Custom Name
    • Click Commands
    • All commands and permissions are listed in documentation.
  • Added /display edit (display) click_command (commands) for interaction entities and mannequins.
  • Added documentation page: https://grabsky.github.io/
  • Plugin now only supports 1.21.10 and above. This is to keep things simple and maintainable. I do not intend on removing support for older versions unless there's a reason to do so, like this time - a new game feature.

1.5.0 #17

15 Aug 21:07
5936eb9

Choose a tag to compare

Version 1.5.0 brings a few new commands.

  • /display teleport (display) - Teleports you to the specified display.
  • /display edit (display) glow (@none | color) - Modifies glowing color on specified display. This only works for item and block displays.
  • /display edit (display) transform (transform) - Sets the transform of item display.

I still have not figured out a way to automatically update help entries in the configuration file - so as with prior releases - you need to update them manually or reset messages section in the config.yml file. Otherwise new commands won't appear in help menu.

1.4.0 #16

30 Jul 16:50
47d2035

Choose a tag to compare

Version 1.4.0 brings basic support for interaction entities. While they are technically not display entities and therefore don't share many properties with other display types, they are still useful and ability to manipulate them makes a good addition to the plugin. This implementation will likely be expanded upon in the future.

Commands & Permissions

  • Command: /display create interaction (name)
    Permission: displayentities.command.display.create

  • Command: /display edit (interaction) width (width)
    Permission: displayentities.command.display.edit.width

  • Command: /display edit (interaction) height (height)
    Permission: displayentities.command.display.edit.height

  • Command: /display edit (interaction) move_to (x) (y) (z)
    Permission: displayentities.command.display.edit.move_to

  • Command: /display edit (interaction) response (true | false)
    Permission: displayentities.command.display.edit.response

1.3.3 #14

05 Jul 08:39
8d5125a

Choose a tag to compare

  • Minor code clean-up with no logic changes.
  • Brief testing was done. Plugin works correctly on Paper 1.21.7 and Folia 1.21.6 with no code changes required.

1.3.2 #13

20 Jun 23:31
644ab9d

Choose a tag to compare

Fixes PacketEvents and PlaceholderAPI hook. Placeholders should now be handled properly when both plugins are installed.

1.3.1 #12

20 Jun 21:49
fa4eac9

Choose a tag to compare

Libraries are no longer downloaded from official Maven Central repository.

See: PaperMC/Paper#12689

1.3.0 #11

14 Jun 19:52
b77d44f

Choose a tag to compare

1.3.0+11

bump version