mirror of
https://github.com/ryandw11/UltraChat.git
synced 2025-01-18 13:51:22 +01:00
9ad76611e5
- Removed old API methods. - Reworked formatting system to support JSON Components. - Added a signle event for every chat type. - Reworked other class to support the new event system.
25 lines
1020 B
YAML
25 lines
1020 B
YAML
#---------------------------------------------------------------------#
|
|
# UltraChat #
|
|
# Channels #
|
|
#---------------------------------------------------------------------#
|
|
#
|
|
#Channel name {Note: it is better pratice to use lowercase}
|
|
#
|
|
#Notice: Turn the server off then edit ths config!
|
|
#
|
|
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.
|
|
#The format support components from the config.yml. See the Normal Chat for an example.
|
|
format: '%prefix% %player% %suffix%&7>> '
|
|
#Example Channel:
|
|
vip:
|
|
prefix: '&a[&6VIP&a]&r'
|
|
permission: 'channel.vip'
|
|
always_appear: false
|
|
format: '%prefix% %player% %suffix%&7>> ' |