Перейти к содержимому
Mineforgian

CobbleCast

CobbleCast is a capture/spawn/kill event message system to chat

Загрузки
4K
Подписчики
6
Обновлён
22 ноября 2025 г.
Лицензия
All-Rights-Reserved

Опубликован 17 сентября 2024 г.

Config might reset so always backup them

Reset to version 1.0.0 – as it was a Rewritten in Fabric/Kotlin of my old mod (no plans on doing code in neo-forge)

A very easy client or server-side mod that does a Broadcast of Cobblemon Captures/Kills/Spawns event for Legendary’s, Ultra Beasts, Shiny’s, and Normal’s. All can be toggled on or off.


Config Settings

{
"webHookConfig": {
"discordCapHook": true,
"discordKillHook": false,
"discordSpawnHook": false,
"discordReleaseHook": false,
"capURL": "https://discord.com/api/webhooks/",
"killURL": "https://discord.com/api/webhooks/",
"spawnURL": "https://discord.com/api/webhooks/",
"releaseURL": "https://discord.com/api/webhooks/",
"webhookName": "CobbleCast",
"avatarUrl": "https://cdn.modrinth.com/data/MdwFAVRL/e54083a07bcd9436d1f8d2879b0d821a54588b9e.png"
},
"spawnConfig": {
"toggleSpawnMessage": false,
"isSpawnNormalEnable": false,
"isSpawnLegendaryEnable": false,
"isSpawnUltraBeastEnable": false,
"isSpawnShinyEnable": false,
"spawnMessage": "<bold><white><isshiny><islegendary><isultrabeast><yellow><pokemon></yellow> Has Spawned by <bold><blue><player></blue></bold>"
},
"captureConfig": {
"toggleCapMessage": true,
"isNormalEnable": false,
"isLegendaryEnable": true,
"isUltraBeastEnable": true,
"isShinyEnable": true,
"captureMessage": "<bold><white><isshiny><islegendary><isultrabeast><yellow><pokemon></yellow> Has Been Capture by <bold><blue><player></blue></bold>"
},
"faintedConfig": {
"toggleFaintedMessage": false,
"isFaintedNormalEnable": false,
"isFaintedLegendaryEnable": false,
"isFaintedUltraBeastEnable": false,
"isFaintedShinyEnable": false,
"faintedMessage": "<bold><white><isshiny><islegendary><isultrabeast><yellow><pokemon></yellow> Has Been Fainted by <bold><blue><player></blue></bold>"
},
"releaseConfig": {
"toggleReleaseMessage": false,
"isReleaseNormalEnable": false,
"hasHighIvsCount": 2,
"isReleaseLegendaryEnable": false,
"isReleaseUltraBeastEnable": false,
"isReleaseShinyEnable": false,
"spawnReleasePokemon": false,
"showNearbyPlayer": false,
"releaseMessageTemplate": "<bold><white><isshiny><islegendary><isultrabeast><yellow><pokemon></yellow> Has Been Released by <bold><blue><player></blue></bold>"
},
"langConfig": {
"isshiny": "<gold>SHINY</gold> ",
"islegendary": "<red>LEGENDARY</red> ",
"isultrabeast": "<purple>ULTRA BEAST</purple> "
}
}

Ченджлог

CobbleCast-1.21.1-2.0.7Релиз1.21.1 · 22 ноября 2025 г.

Changelog for Version 2.0.7

Update

  • Version updated 1.7
CobbleCast-1.21.1-2.0.6Релиз1.21.1 · 17 мая 2025 г.

Changelog for Version 2.0.6

Changes

  • Updated discord Webhook Spawn message it will switch based on if the Pokémon is shiny or not img.png
  • Added a AllowClosestPlayer config setting used to allow the message to be either sent to the closest player or all players (false by default) png_1.png
  • Change the Webhook color to be based on the Pokémon Primary Type
CobbleCast-1.21.1-2.0.5Релиз1.21.1 · 14 мая 2025 г.

Changelog for Version 2.0.5

Changes

1. Permission System

  • Reload Permission: Now work with player that have level 3 permission or the permission node 'cobblemon.cobblecast.reload' can use the command /cobblecast reload to reload the config file.

2. Position System in Spawn Message

  • Added Pokémon position placeholder for (X, Y, Z) to use it in the spawn message add this to config settings for spawn message.
CobbleCast-1.21.1-2.0.4Релиз1.21.1 · 27 января 2025 г.

Changes Summary Version 2.0.4

Always Make A backup of the config.

  • Update to 1.6.1 Cobblemon
  • Added Mythical/Paradox Message to All events and config settings
  • Fixed Release Spawn event sending out a lifeless entity unless reloaded
CobbleCast-1.20.1-1.1.7Релиз1.20.1 · 24 января 2025 г.

Changes Summary Version 1.1.7

Always Make A backup of the config.

  • Spawn messages now works
  • Added better Thumbnail system for all webhook system it will either pickup a gif or fallback to a png if no gif is found
  • Shiny Spawn message are sent to the closes player that it spawned on and not Global chat anymore this doesn't affect Ultra beasts legendaries and paradox.
CobbleCast-1.21.1-2.0.3Релиз1.21.1 · 24 января 2025 г.

Changes Summary Version 2.0.3

Always Make A backup of the config.

  • Spawn messages now works
  • Added better Thumbnail system for all webhook system it will either pickup a gif or fallback to a png if no gif is found
  • Shiny Spawn message are sent to the closes player that it spawned on and not Global chat anymore this doesn't affect Ultra beasts legendaries and paradox.
2.0.2Бета1.21.1 · 2 января 2025 г.

Changes Summary Version 2.0.2 Beta

  • Fixed Missing stuff for uses on client side
  • Fixed So it doesn't crash on server (Hopefully)
2.0.1Релиз1.21.1 · 25 декабря 2024 г.

Changes Summary Version 2.0.1

  • Fixed Webhook Display info
  • Fixed Config for some reason making itself have /n in it

Комментарии

Загружаем…