
Matthiesen Lib Webhooks
A Server-side library mod for Matthiesen Lib projects that want to be able to send discord webhooks easily!
- Загрузки
- 49
- Подписчики
- 1
- Обновлён
- 11 июня 2026 г.
- Лицензия
- MIT
Опубликован 28 мая 2026 г.
Matthiesen Lib Webhooks
A Server-side library mod for Matthiesen Lib projects that want to be able to send discord webhooks easily!
Requirements
Docs
Documentation for this mod can be found at mods.matthiesen.dev
Library Usage
MatthiesenLibWebhooks.Webhooks webhooks = new MatthiesenLibWebhooks.Webhooks("https://discord.com/api/webhooks/...");
webhooks.sendMessage(message -> message
.withUsername("My Mod")
.withContent("Simple webhook message"));
webhooks.sendMessage(message -> message
.withUsername("My Mod")
.addEmbed(embed -> embed
.withTitle("Status Update")
.withDescription("Everything is online")
.addField("Players", "12", true)
.addField("TPS", "20.0", true)
));
Version Compatibility
| Minecraft Version | Mod Version |
|---|---|
| 1.21.1 | 1.x.x |
License
MIT - see LICENSE.
Ченджлог
1.1.0Релиз1.21.1 · 11 июня 2026 г.
What's Changed
- Refactor dependency management and update Discord webhook imports by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib-webhooks/pull/2
New Requirements
- Matthiesen Lib Api 1.6.0+ is now required to be installed as well (Available from Github/Modrinth)
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib-webhooks/compare/v1.0.0...v1.1.0
1.1.0Релиз1.21.1 · 11 июня 2026 г.
What's Changed
- Refactor dependency management and update Discord webhook imports by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib-webhooks/pull/2
New Requirements
- Matthiesen Lib Api 1.6.0+ is now required to be installed as well (Available from Github/Modrinth)
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib-webhooks/compare/v1.0.0...v1.1.0
1.0.0Релиз1.21.1 · 29 мая 2026 г.
What's Changed
- Initial Release by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib-webhooks/pull/1
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib-webhooks/commits/v1.0.0
1.0.0Релиз1.21.1 · 29 мая 2026 г.
What's Changed
- Initial Release by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib-webhooks/pull/1
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib-webhooks/commits/v1.0.0
Комментарии
Загружаем…