This file contains all the types of messages that will be sent to the players automatically every certain time interval.

Messages


This section is to send automatic messages.

message

  • enable
    • Boolean value true or false.
    • Default: true
    • Set to true to activate this option.
  • interval
    • Any integer value.
    • Default: 400
    • The time interval with which the messages will be sent. (This is in ticks, so 20 would be 1 second)
  • list:

 

Message Configuration node

The title nodes contain the data to send the titles.

A mesasge node: 

  • List of string values.
  • Example:
    • – ‘&6Add more awesome features to your server with the plugin:‘
    • – ‘ &6https://www.spigotmc.org/resources/deluxeplayeroptions.33033/
  • The list of text strings of messages sent to the player.

 

Titles


This section is to send automatic titles.

titles

  • enable
    • Boolean value true or false.
    • Default: true
    • Set to true to activate this option.
  • interval
    • Any integer value.
    • Default: 500
    • The time interval with which the titles will be sent. (This is in ticks, so 20 would be 1 second)
  • list:
    • List of title configuration node.
    • Default:
      • titles1:
           fadein: 20
           stay: 50
           fadeout: 10
           title: '&6MUNDOPIXELS NETWORK'
           subtitle: '&6The best server.'
        titles2:
           fadein: 20
           stay: 50
           fadeout: 10
           title: '&bOfficial server.'
           subtitle: '&bmc.mundopixels.net'
    • The list of title nodes. To add more title copy and previous paste and edit.

 

Title configuration node.

A title node:

  • fade-in: 
    • Any integer value.
    • Default: 20
    • Is the time the title takes to fade in. (This is in ticks, so 20 would be 1 second).
  • stay: 
    • Any integer value.
    • Default: 50
    • Is the time the title is showed to the player. (This is in ticks, so 20 would be 1 second).
  • fade-out: 
    • Any integer value.
    • Default: 10
    • Is the time the title takes to fade out. (This is in ticks, so 20 would be 1 second).
  • title: 
    • Any string value.
    • Default: &bOfficial server.
    • The text string of the title sent to the player.
  • sub-title: 
    • Any string value.
    • Default: &bmc.mundopixels.net
    • The subtitle text string sent to the player.

 

BossBar


This section is to send automatic messages using the BossBar.

bossbar

  • enable
    • Boolean value true or false.
    • Default: true
    • Set to true to activate this option.
  • interval
    • Any integer value.
    • Default: 200
    • The time interval with which the titles will be sent. (This is in ticks, so 20 would be 1 second)
  • list:
    • List of BossBar configuration node.
    • Default:
      • bossbar1:
           color: RED
           style: NOTCHED_20
           seconds: 10
           message: '&bmc.mundopixels.net'
        bossbar2:
           color: PURPLE
           style: NOTCHED_20
           seconds: 10
           message: '&6&lMUNDO&f&lPIXELS &fNETWORK!'
    • The list of bossbar nodes. To add more bossbar copy and previous paste and edit.

 

BossBar configuration node.

A bossbar node:

  • color: 
  • style: 
    • Any text string value for the Style.
    • Example: NOTCHED_20
    • The BossBar bar style text string. (See styles here)
  • seconds: 
    • Any integer value.
    • Example: 10
    • The duration in seconds that the BossBar message is on the players screen.
  • message: 
    • Any string value.
    • Example: &bmc.mundopixels.net
    • The text string of the message sent to the player by BossBar

 

ActionBar


This section is to send automatic messages using the ActionBar.

actionbar

  • enable
    • Boolean value true or false.
    • Default: true
    • Set to true to activate this option.
  • interval
    • Any integer value.
    • Default: 300
    • The time interval with which the titles will be sent. (This is in ticks, so 20 would be 1 second)
  • list:
    • List of ActionBar configuration node.
    • Default:
      • actionbar1:
           stay: 50
           message: '&bmc.mundopixels.net'
        actionbar2:
           stay: 50
           message: '&6&lMUNDO&f&lPIXELS &fNETWORK!'
    • The list of actionbar nodes. To add more actionbar copy and previous paste and edit.

 

ActionBar configuration node.

A actionbar node:

  • stay: 
    • Any integer value.
    • Default: 10
    • e interval with which the actionbar will be sent. (This is in ticks, so 20 would be 1 second)
  • message: 
    • Any string value.
    • Example: &bmc.mundopixels.net
    • The text string of the message sent to the player by ActionBar.