Skip to content

Releases: Wiicart/Strings

pre1.7

12 Sep 03:37

Choose a tag to compare

pre1.7 Pre-release
Pre-release

Adds support for message deletion, enhancements for StringsDiscord & StringsModeration.
StringsDiscord is functional, but needs some more work before publishing to Modrinth.

Looking to finally publish strings-api to Maven relatively soon.

Strings 1.6.0

16 Aug 04:07

Choose a tag to compare

Updates

  • Customizable Death Messages
  • Better implementation for Paper
  • /ignore command added
  • /channel mute command added (lets you mute channels)
  • Moving some things towards Adventure
  • Other misc things

Paper/Spigot Notes
At this time, I have no plans to end Spigot support, however, some new features will not be available on Spigot due to them being impractical to implement.

StringsDiscord is attached to this release; however, it is not in a fully stable state.
Currently, only the global mode works, but that's a key part of the software. Feel free to test it, report bugs, and offer any feedback.

Customizable Death Messages Example
death-messages

API Changes
This update comes with many breaking API changes.
I anticipate a good bit more in the next update, but it should settle down after that. If something relies on Bukkit/Spigot/Paper classes, it's likely to change to something in com.pedestriamc.strings

Support
Feel free to message me on the Discord Server, or open an issue on GitHub.

Strings 1.5.1

12 Apr 18:24

Choose a tag to compare

File Saving Patch

Addressed some issues with async channel saving introduced in update 1.5.

Full Changelog: v1.5...v1.5.1

Strings 1.5

30 Mar 23:31

Choose a tag to compare

Strings 1.5

  • Logging system (see logs.yml)
  • StringsModeration (see StringsModeration)
  • Added /channel broadcast command
  • Added /channel monitor/unmonitor commands
  • Many small misc changes
  • HEX is now supported in channel formatting (formatted &#)
  • API changes
  • Optimizations
  • Various bug fixes

Strings 1.4

29 Dec 19:41

Choose a tag to compare

Cleanup, bug fixes. WorldChannels and ProximityChannels now support more than one world.

Release 1.3

12 Oct 18:42

Choose a tag to compare

Update 1.3 brings:

  • A new symbols feature. Each channel can have a defined symbol, and when a player types it before their message, it will be sent to the corresponding channel.
  • Bug fixes with the /chatcolor command

v1.2

21 Sep 04:30

Choose a tag to compare

Version 1.2 brings some new features and some bug fixes to Strings.

Introducing: Mentions
You can now mention any player by typing @ in chat.
When a player is mentioned, they'll hear a sound of your choice and a message will appear in their action bar.
Most features of mentions are customizable in the config.yml.

Fixes:
/reload command fixed
Channel membership issues fixed
Prefix being unchangeable fixed.

Special thanks to GitHub users:
@/cupang-afk - code contributions
@/levitskyyy - suggesting the mention system.

Release 1.1

17 Aug 19:05

Choose a tag to compare

Update 1.1:

  • Added a /chatcolor command
  • Added an API. Information on the API can be found on the GitHub page.
  • Added WorldChannels and ProximityChannels, among other changes with channels.
  • Relaxed some requirements for the "global" channel, as players are no longer assigned to it by default.
  • Small additions
  • Bug fixes

NOTES:

For detailed information on channels, have a look at the wiki.
Take note of priority and membership.

This is a large update, and I've tried to do lots of testing, however, it's certainly possible something slipped through! If you find any issues please feel free to let me know.