Advertisement
POQDavid

BetterPokeBroadcaster config

Mar 26th, 2023
1,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.66 KB | None | 0 0
  1. # © EnvyWare Ltd Software 2022
  2. # For assistance visit https://discord.envyware.co.uk
  3.  
  4. broadcast-options:
  5.     two:
  6.         type: spawn
  7.         spec: leg
  8.         nearest-player-radius: 30.0
  9.         broadcasts:
  10.         - '&l&0[&l&dPIXELMON&l&0]&f: &aA Legendary &b%pokemon% &ahas spawned in a
  11.             &b%biome%&a.'
  12.         webhook: config/BetterPokeBroadcaster/webhooks/legendaryspawn.json
  13.         nearest-player-only: false
  14.     three:
  15.         type: spawn
  16.         spec: ub
  17.         nearest-player-radius: 30.0
  18.         broadcasts:
  19.         - '&l&0[&l&dPIXELMON&l&0]&f: &aAn Ultra Beast &1%pokemon% &ahas spawned in
  20.             a &1%biome%&a.'
  21.         webhook: config/BetterPokeBroadcaster/webhooks/ultrabeastspawn.json
  22.         nearest-player-only: false
  23.     four:
  24.         type: capture
  25.         spec: shiny
  26.         nearest-player-radius: 30.0
  27.         broadcasts:
  28.         - '&l&0[&l&dPIXELMON&l&0]&f: &d%player% &acaught a Shiny &d%pokemon%!'
  29.         webhook: config/BetterPokeBroadcaster/webhooks/shinycapture.json
  30.         nearest-player-only: false
  31.     five:
  32.         type: capture
  33.         spec: leg
  34.         nearest-player-radius: 30.0
  35.         broadcasts:
  36.         - '&l&0[&l&dPIXELMON&l&0]&f: &b%player% &acaught a Legendary &b%pokemon%!'
  37.         webhook: config/BetterPokeBroadcaster/webhooks/legendarycapture.json
  38.         nearest-player-only: false
  39.     six:
  40.         type: capture
  41.         spec: ub
  42.         nearest-player-radius: 30.0
  43.         broadcasts:
  44.         - '&l&0[&l&dPIXELMON&l&0]&f: &1%player% &acaught an Ultra Beast &1%pokemon%!'
  45.         webhook: config/BetterPokeBroadcaster/webhooks/ultrabeastcapture.json
  46.         nearest-player-only: false
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement