#better pokebroadcaster

1 messages · Page 1 of 1 (latest)

feral hamlet
#

trying to figure out how to set up the alerts so it works when they spawn

frosty sinew
#
    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

dim onyx
frosty sinew
#

the config

#

where every other mod config is

#

in your configs folder

dim onyx
#

o shit

#

im dunmb

#

ty