Skip to content

Releases: Team-Jackdaw/Essential-PlayerInfo

v3.1.0-SNAPSHOT Essential-PlayerInfo - Add connection message feature supported by MiniMessage.

09 Jan 13:45
Compare
Choose a tag to compare

What's new

  1. Add ConnectMessage module. Welcome message will be sent to every player when they connect to a register server. And provide a way to click to switch servers. You can find the toturial in miniMessage.
    by @WDRshadow #12
  2. Used APIs from Velocity-3.1.2-SNAPSHOT. This pre-release version would not support by Velocity lower than 3.1.2.

What's Changed

  1. All customized texts will be deserialized by MiniMessage. So you should use miniMessage format to customize your message.
  2. Refactored by @Lokeyli in #11

Full Changelog: v3.0.1...v3.1.0

v3.0.1 Essential-PlayerInfo - Add Remember my connecting server and more customized options.

09 Jan 13:29
80e0dc7
Compare
Choose a tag to compare

What's new

  1. Add RememberMe module. You can now let your players set the initial connecting server as they like. The default setting is "remember their last connected server". You can find the toturial in RememberMe.
    by @WDRshadow in #10

What's Changed

  1. You can now customize the display mode and display message for global TabList. by #5
  2. You can now disable any custom message by setting a component blank "". by #5
  3. Changed some filters for registered server and reconstructed some file. 70ad099
  4. Fixed some bugs of TabList. 3da471e
  5. Refactored by @Lokeyli in #11

Full Changelog: v2.0.0...v3.0.1

v2.0.1 Essential-PlayerInfo - Add Custom Text, You could now change the text.

04 Mar 23:09
Compare
Choose a tag to compare
  1. Add config version. If you upgrade you plugin from old config version, it will automaticly reset the config to fit the new version plugin.
  2. Add an option of customize text for Connection Tips and global chat.
    You can change the custom text in the config file. You could also use &-code to change to color your message. And you can use %player% %server% and %previousServer% to replace the variable.

What's Changed

  • Add the feature that it only broadcasts when user type '#' at the beg… by @Lokeyli in #2

New Contributors

Full Changelog: v1.0.5...v2.0.0

v1.0.7 Essential-PlayerInfo

04 Mar 19:44
Compare
Choose a tag to compare

Add an option of "command to broadcast".
Fix the error message on the commandline when players connect to server.

v1.0.5 Fixed an important bug.

06 Dec 11:19
Compare
Choose a tag to compare

v1.0.4

06 Dec 00:10
Compare
Choose a tag to compare

Changed some message. Diveded connectionTip from tabList.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

05 Dec 20:08
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2 - Add Server Info before player names

05 Dec 19:45
Compare
Choose a tag to compare

Fix bugs. Add Server Info before player names.
Full Changelog: v1.0.1...v1.0.2

v1.0.1

05 Dec 00:30
Compare
Choose a tag to compare
Fix Issues. Improve TabList.java add faster respond.