Skip to content

Releases: Azimkin/MultiMessageBridge

v0.3 - More features & stability fixes

21 Feb 18:46

Choose a tag to compare

After a long break, I finally decided to update the plugin :)

IMPORTANT: MIGRATION FROM 0.2 -> 0.3

The Minecraft.yml configuration has changed. On the first server startup with the new plugin version, the old configuration will be moved to minecraft.old.yml.

New Features:

  • Achievements from Minecraft can now be displayed in other chats.
  • New configuration format for Minecraft.
  • Console messages can now be ignored if they don’t start with a prefix.
  • Added metrics: bStats
  • The plugin no longer requires MCKotlin-paper to work.
  • The chat channel description can now display server status information.

Fixes:

  • Improved error handling in receivers.
  • New configuration format for Minecraft.
  • Less hacky translation for death messages and achievements.
  • Something else I forgot to mention.

I now have my own Discord server where I can fully support the plugin!

v0.2 - Some reworks and more customization

19 Nov 20:30

Choose a tag to compare

This release contains some code and API reworks.

Configuration structure was changed!!!
Please, backup your old configs before updating!

Now you need also download and install MCKotlin plugin for plugin work!

I will try to write some docs later...

v0.1.1 - Hotfix

18 Nov 13:04

Choose a tag to compare

How plugin must work correctly

  • Fixed prefix handling

v0.1

17 Nov 21:27
cfadd7e

Choose a tag to compare

First Release

This is the first release of the MultiMessageBridge plugin! While this version includes limited functionality, it lays the groundwork for future improvements.

Features in This Version:

  • Default Receivers
    • Support for Discord and Telegram receivers right out of the box.
  • Basic API Integration
    • Access some of the plugin's core features through the API.

Notes:

The plugin is in its early stages, and the full list of features will be documented in the future. Stay tuned for updates as more functionality is added!

If you encounter any issues or have suggestions, feel free to open an issue on GitHub or reach out on Discord.

Files

  • MultiMessageBridge-0.1-all.jar - ready to use plugin
  • MultiMessageBridge-0.1.jar - plugin without shaded in JDA
  • JDA-Paper-0.1-all.jar - just a simple plugin with JDA and deps