Mods
  • Home
  • Advanced Holograms
    • Download
    • Config
    • Placeholders
    • Commands & Permissions
  • BetterDexRewards
    • Download
    • Config
    • Placeholders
    • Commands & Permissions
  • BetterPokeBroadcaster
    • Download
    • Config
    • Placeholders
    • Broadcast Types
  • Chest Shop
  • Envy AntiLag
    • Download
    • Config
  • EnvyBattleTower
    • Download
    • Config
    • Commands & Permissions
  • EnvyCrates
    • Download
    • Default Crate
    • Example Crate with Sprites
    • Commands & Permissions
  • EnvyDayCare
    • Download
    • Config
  • EnvyGTS
    • Download
    • Config
    • Placeholders
    • Webhooks
    • Commands & Permissions
  • EnvySpecs
    • Debug Spec
    • Generation Spec
    • Boss Spec
  • EnvyHunt
    • Download
    • Config
    • GUI
    • Placeholders
    • Commands & Permissions
  • EnvySTS
    • Download
    • Config
    • Placeholders
    • Commands & Permissions
  • Envy Specs
    • Download
    • Specs
  • EnvySafari
    • Download
    • Config
    • Commands & Permissions
  • EnvyVaults
    • Download
    • Config
    • GUI
    • Commands & Permissions
  • ForgeEconomies
    • Download
    • Config
  • ForgeMenus
    • Download
    • Example Menu
    • Requirements
    • Commands & Permissions
  • ForgePlaceholderAPI (FPAPI)
    • Download
    • Installation
    • Custom Placeholders
    • Commands & Permissions
  • Forge TAB
    • Config
    • Commands & Permissions
  • Pixelmon Overlays
    • Download
    • Config
    • Developer
    • Commands & Permissions
  • PokeRemoval
    • Download
    • Config
    • Commands & Permissions
  • PokeTracker
    • Download
    • Config
    • Commands & Permissions
  • ReforgedBingo
    • Download
    • Config
    • Commands & Permissions
  • UltimatePokeBuilder
    • Download
    • Config
    • GUI
    • Placeholders
    • Commands & Permissions
  • WonderTrade
    • Download
    • Config
    • GUI
    • Locale
    • Commands & Permissions
    • Webhooks
    • Placeholders
Powered by GitBook
On this page
  1. BetterPokeBroadcaster

Broadcast Types

You can use multiple specs in one broadcast

PreviousPlaceholdersNextChest Shop

Last updated 2 years ago

Type
Description
Example

Capture

Initiates a broadcast when a specified Spec if captured.

Spawn

Initiates a broadcast when a specified spec spawns

Defeat

Initiates a broadcast when a specified spec is defeated

    one: #Example Using Shiny Spec
        type: capture
        spec: shiny
        nearest-player-radius: 30.0
        broadcasts:
        - '&8-------'
        - '&a%nearest_name% caught %pokemon% at %x%, %y%, %z%, in %world%'
        - '&8-------'
        webhook: none
        nearest-player-only: false
    one: #Example Using Shiny Spec
        type: spawn
        spec: shiny
        nearest-player-radius: 30.0
        broadcasts:
        - '&8-------'
        - '&aShiny %pokemon% spawned near %nearest_name% at %x%, %y%, %z%, in %world%'
        - '&8-------'
        webhook: none
        nearest-player-only: true #True means it will only broadcast to the nearest player
    one: #Example Using Shiny Spec
        type: defeat
        spec: shiny
        nearest-player-radius: 30.0
        broadcasts:
        - '&8-------'
        - '&a%nearest_name% defeated %pokemon% at %x%, %y%, %z%, in %world%'
        - '&8-------'
        webhook: none
        nearest-player-only: false