#better pokebroadcaster
1 messages · Page 1 of 1 (latest)
one: # broadcasts a legendary and what player is closest - global
type: spawn
spec: legendary
nearest-player-radius: 50.0
broadcasts:
- '&8-------'
- '&a%pokemon% spawned near %nearest_name%! '
- '&8-------'
nearest-player-only: false
two: # broadcasts when a legendary is captured and by who - global
type: capture
spec: legendary
nearest-player-radius: 50.0
broadcasts:
- '&8-------'
- '&a%player% caught %pokemon%!'
- '&8-------'
nearest-player-only: false
three: # Broadcasts shiny to nearest player only
type: spawn
spec: shiny boss:notboss
nearest-player-radius: 10.0
broadcasts:
- '&8-------'
- '&aShiny %pokemon% spawned near you!'
- '&8-------'
nearest-player-only: true
four: # Broadcasts when a Boss spawns to nearest player only
type: spawn
spec: boss:isBoss boss
nearest-player-radius: 10.0
broadcasts:
- '&8-------'
- '&aA Boss pokemon spawned near you!'
- '&8-------'
nearest-player-only: true
Here is my config, not sure if the boss spec ever got working but
where do i go to change the config of the mod?