Commands & Permissions

Command
Description
Permission

/overlay reload

Reloads the overlays

pixelmon.overlays.command.reload

/overlay toggle

Toggles the overlay

pixelmon.overlays.command.toggle

/overlay bc <targets>

Read Below

pixelmon.overlay.command.broadcast

Broadcast Command

Upon specifying no targets the broadcast will default to the entire server.

You can specify as many targets as you like: /overlay bc one Envyful Envyful1 Envyful2

The id comes from the config section's header. For example, the id for the below is one (all ids are case-sensitive):

    one:
        layout-type: LEFT_AND_RIGHT
        text:
        - Line 1
        - Line 2
        - ETC
        - yanno
        duration-seconds: 30

Last updated