🔔Announcements

On this page, you will find information on how to make and manage the announcements.

Announcements

If you want to make multiple announcements, you can do so by accessing the announcements through the in-game editor. Simply click the announcements item in the plugin's Settings menu.

In the following menu, you can create, edit, and delete announcements. You can also set a delay for when the announcements will be broadcasted and specify the minimum number of players that need to be online for the announcements to be sent. Additionally, you can toggle this feature on or off if you decide not to use it.

Announcements Editor
Announcement In-Game

Bossbar

If you want to customize your bossbar, you can do so from the config.yml of the plugin.

Bossbar
  bossbar:
    enabled: true
    announcements:
      '0':
        color: PURPLE
        style: SOLID
        delay-seconds: 10
        messages:
        - '&dDon''t forget to rate PhoenixLobby on our website'
        - '&dYou can configure these messages using our UI editor'
        - '&dThis is a custom message, you can add any amount of messages'
    actions: []

Colors: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW Style: SOLID

Last updated

Was this helpful?