Loading...
Beta Modpages Unclaimed

Cobble-Broadcaster

A catch broadcaster for the Cobblemon mod

0 Likes
23602 Downloads
Created by skynetcloud

Description

⚠️ Config might reset to default if the format changes in future versions.⚠️

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

A very easy client or server-side mod that broadcasts Cobblemon Captures/Kills/Spawns events 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,
    "releaseURL": "https://discord.com/api/webhooks/",
    "webhookName": "CobbleCast",
  },
  "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> "
  }
}

List of all the place holders Note: That Biome and Position only work in the spawn message.

<pokemon>        - The display name of the spawned Pokémon.
<isshiny>        - Shiny tag text if the Pokémon is shiny (from config).
<islegendary>    - Legendary tag text if the Pokémon is legendary (from config).
<ismythical>     - Mythical tag text if the Pokémon is mythical (from config).
<isultrabeast>   - Ultra Beast tag text if the Pokémon is an Ultra Beast (from config).
<paradox>        - Paradox tag text if the Pokémon is marked as a paradox (from config).
<ivs>            - IV summary string (custom formatted).
<nature>         - The nature of the Pokémon.
<level>          - The Pokémon’s level.
<ability>        - The Pokémon’s ability or abilities.
<player>         - The player who triggered or is related to the spawn (by name).
<nearbyplayer>   - The name of the closest nearby player.
<biome>         - The biome where the Pokémon spawned.
<position>       - The position of the Pokémon in the world (X, Y, Z).

Logo Art Made by: Actias (on the Cobblemon discord server)


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

Mystical Agradditions

Adds tier 6 crops, Tinkers' support, Paxels and more to Mystical Agriculture!

Reborn Storage

Refined Storage add-on adding multi-block crafters and larger disks

Ex Compressum

Ex Nihilo Addon. Attempts to reduce grind by adding pre-automation tools like compressed hammers.