Skip to content

Releases: GoldenShad0w/DisplayEntityEditor

DisplayEntityEditor v1.0.16

24 May 16:07
70e5d22
Compare
Choose a tag to compare

v1.0.16 fixes some bugs and adds some new features:

  • When setting the text of a TextDisplay, you will now have to option of copying the old text to your clipboard
  • A bunch of tools can now reset the value they control via the offhand key. These tools are: yaw, pitch, translation (x,y,z), scale (x,y,z), left rotation (x,y,z) and right rotation (x,y,z)
  • Admins will now be warned if they are using the messages.yml file and it is no longer up to date or missing entries
  • The use of the messages.yml file is now off by default and can be enabled in the config. This is to prevent item descriptions from becoming out of date due to neglect from a server admin

If you are using the messages.yml file, you will need to set "use-messages-file" to true in the config.yml now!!!

DisplayEntityEditor v1.0.15

04 Feb 16:50
88b66bb
Compare
Choose a tag to compare

v1.0.15 fixes two critical bugs. Once caused an error to occur when trying to unlock a display entity and the other caused an error when trying to use a tool with no unlocked display entity nearby

DisplayEntityEditor v1.0.14

03 Feb 20:25
b4ffa97
Compare
Choose a tag to compare

v1.0.14 makes it possible for multiple display entities to be edited at once via other plugins (thanks to @DarkKnights22). A new tools is also added which makes to functionality accessible to normal users.

Group Select Tool
With the help of the group select tool, users can select all unlocked display entities within a given range so that they can all be edited at once. The range of the tool is determined by the current tool precision. If the player shift right clicks with the tool, it will clear the group.

DisplayEntityEditor v1.0.13

08 Oct 12:57
cce4e07
Compare
Choose a tag to compare

v1.0.13 adds some messages to messages.yml that were previously missing and will now make tools description accurately factor in the current precision value

DisplayEntityEditor v.1.0.12

07 Oct 09:35
37b8293
Compare
Choose a tag to compare

v1.0.12 adds support for custom messages and translations via a messages.yml file. All messages, item names and item descriptions used are saved here and can be edited or translated to a different language. Simply run /deeditor reload and your changes will be applied!

DisplayEntityEditor v1.0.11

15 Sep 09:14
99f4915
Compare
Choose a tag to compare

v1.0.11 makes newly summoned display entities be centred on the block the are spawned on and have no yaw or pitch.

DisplayEntityEditor v1.0.10

29 Aug 16:52
2acac06
Compare
Choose a tag to compare

v1.0.10 adds support for MiniMessage formatting to text inputs. It works for setting the display name of an entity and also for setting or appending the text of a text display. MiniMessage formatting can be enabled in the config file.

DisplayEntityEditor v1.0.9

13 Aug 08:43
d73be05
Compare
Choose a tag to compare

v1.0.9 fixes some bugs regarding the clone tool and makes the center on block tool work correctly when the y level is below zero

DisplayEntityEditor v1.0.8

28 Jun 16:28
231177d
Compare
Choose a tag to compare

v1.0.8 adds an alternate way to input data. If the chat input doesn't work on your server for whatever reason (for example because you are using bungee), you can enable alternate text input in the config.yml file. Just don't forget to run /dee reload after saving the file.

DisplayEntityEditor v1.0.7

25 Jun 18:50
ceea2a1
Compare
Choose a tag to compare

v1.0.7 adds a new tool to clone a display entity and allows you to append text to a text display to allow you to have even longer strings of text displayed!