Releases: Grabsky/DisplayEntities
1.7.0 #22
1.6.2 #21
- 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
- Added
/display edit (mannequin) scale (scale)command for changing scale of mannequin display.
1.6.0 #19
- 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
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 foritemandblockdisplays./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
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
- 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
Fixes PacketEvents and PlaceholderAPI hook. Placeholders should now be handled properly when both plugins are installed.
1.3.1 #12
Libraries are no longer downloaded from official Maven Central repository.
See: PaperMC/Paper#12689
1.3.0 #11
1.3.0+11 bump version