
Cobblemon Spawn Notification Discord Integration
A simple addon/extension mod that bridges tmetcalfe89's Cobblemon Spawn Notification Mod and various Discord Integration Mods
- Загрузки
- 11K
- Подписчики
- 15
- Обновлён
- 22 февраля 2026 г.
- Лицензия
- MIT
Опубликован 3 апреля 2025 г.
Cobblemon Spawn Notification Discord Integration
Cobblemon Spawn Notification Discord Integration is an addon/extension for the original Cobblemon Spawn Notification Mod by tmetcalfe89, adding Discord integration to various Discord Integration Mods.


Currently Supported Discord Integration Mods
- Discord Integration by ErdbeerbaerLP
- MC2Discord by DenisD3D
- Discord-MC-Chat by Xujiayao
- Fabricord* by RiriFa
*1.21.1 only
How to Enable
For versions 0.3 and above
No need to change anything in spawn_notification.json now. It should work by default but if you want to it to respect announceCrossDimensions setting from spawn_notification.json, refer to the config section.
For versions 0.2 and below
Currently, the mod only works when announceCrossDimensions is set to true in spawn_notification.json as I thought that would make the most sense.
To enable it:
- Open
spawn_notification.jsoninside theconfig/folder. - Set
"announceCrossDimensions"totrue.
For all versions and using MC2Discord
- Open
mc2discord.tomlinside theconfig/folder. - Add
"cobblemon_spawn_notification_discord"to thesubscriptions = [...]section.
For example:
[Channels]
[[Channels.Channel]]
id = 0
subscriptions = ["info", "chat", "command", "cobblemon_spawn_notification_discord"]
mode = "WEBHOOK"
Config
The config file for this mod can be found at:config/csn-discord-integration.json
bypassCrossDimension
If set totrue, this will ignore theannounceCrossDimensionsetting fromspawn_notification.jsonwill always broadcast announcements to discord.
If set tofalse, it will follow whatever is set inannounceCrossDimension.
Note: Setting this tofalsewill effectively disable the mod unlessannounceCrossDimensionis also set totrue.
Default:true⚠ Currently doesn't do anything in version 0.4botName
Sets the display name of the webhook.
Default:"Cobblemon Spawn Notification"botAvatarUrl
Sets the avatar image URL of the webhook.
Commands
/csn-discord reload: Reloads the config
Dependencies
One of the various supported Discord Integration Mods
Credits
This mod is based on the Cobblemon Spawn Notification mod by tmetcalfe89. Full credit to them for the base implementation. Additionally, this mod utilizes various Discord Integration APIs and functions, not limited to; ErdbeerbaerLP, DenisD3D, Xujiayao, RiriFa. Thanks to the developers for their work in making this functionality possible.
Special thanks to tmetcalfe89 for their valuable input towards the mod and allowing me to use their original mod's name for this mod.
Ченджлог
0.4.1-1.21.1Релиз1.21.1 · 22 февраля 2026 г.
- 1.7.3 support (Thanks @titandino on github)
- Possible Discord-MC-Chat fix (Thanks @titandino on github)
0.4.0-1.21.1Релиз1.21.1 · 5 декабря 2025 г.
- Updated for new spawn notification changes
very ugly fix, still needs to be throughly tested but global broadcasting is working
0.3.4-1.21.1Релиз1.21.1 · 3 ноября 2025 г.
- Remove extra waypoint data from chat relays
0.3.3-1.21.1Релиз1.21.1 · 15 сентября 2025 г.
- Fixed DCIntegration Support, hopefully
0.3.2-1.21.1Релиз1.21.1 · 14 апреля 2025 г.
Alpha
- Added Fabricord Support
0.3.1-1.21.1Релиз1.21.1 · 14 апреля 2025 г.
- Added support for Discord-MC-Chat by Xujiayao
- Added webhook support for DCIntegration
0.3.1-1.20.1Релиз1.20.1 · 14 апреля 2025 г.
- Added support for Discord-MC-Chat by Xujiayao
- Added webhook support for DCIntegration
0.3-1.21.1Релиз1.21.1 · 11 апреля 2025 г.
- Added config
bypassCrossDimensionsend discord message even whenannounceCrossDimensionis set tofalse. Default value:truebotNamethe webhook name for MC2Discord. Default value:"Cobblemon Spawn Notification"botAvatarURLthe webhook avatar url for MC2Discord.
- Added
/csn-discord reloadcommand to reload config without restarting server. Requires OP permission
Комментарии
Загружаем…