1 Channels
Ryandw11 edited this page 2019-03-25 19:37:29 -07:00

Custom Channels

global:
    #Channel prefix.
    prefix: '&a[Global]&r'
    #Channel permission, Use none for no permission.
    permission: 'none'
    #Messages from this channel will always appear no matter what channel the player is in.
    always_appear: false
    #This is the chat format ***Note the channel prefix is added by default.
    format: '%prefix% %player% %suffix%&7>> '
    #This is the JSON format:
    JSON:
        - 'Wow'
        - 'No Way!'

The channel name is the global:. Note: Channel names are case sensitive so it is recommended that all names are lower case.
You can use PlaceHolderAPI with the JSON.

NOTICE: Edit this config while the server is off!