VentureChat

建立於 差異永不過期
兩個文本完全相同
這兩個文本之間沒有差異
0 刪除
412
0 新增
412
#===============================================================
#===============================================================
# VentureChat Config =
# VentureChat Config =
# Author: Aust1n46 =
# Author: Aust1n46 =
#===============================================================
#===============================================================


# - regex1,regex2
# - regex1,regex2
# Simple regex tips: Use \b to "cut" a section of the word or phrase. Example: \bass,donuts
# Simple regex tips: Use \b to "cut" a section of the word or phrase. Example: \bass,donuts
# Example filtered sentence: You are an ass. Will become: You are an donuts.
# Example filtered sentence: You are an ass. Will become: You are an donuts.
# Example filtered sentence: You caught a bass. Will stay: You caught a bass.
# Example filtered sentence: You caught a bass. Will stay: You caught a bass.
# Example filtered sentence: You are an asshole. Will become: You are an donutshole.
# Example filtered sentence: You are an asshole. Will become: You are an donutshole.
# Default filters by Jabelpeeps
# Default filters by Jabelpeeps
filters:
filters:
- (\b.?anus),donuts
- (\b.?anus),donuts
- (\ba+r*(se+|ss+(?!(ass|um|oc|ign|ist)).*?|s*e*h+[o0]*[l1]+e*[sz]*)\b),donuts
- (\ba+r*(se+|ss+(?!(ass|um|oc|ign|ist)).*?|s*e*h+[o0]*[l1]+e*[sz]*)\b),donuts
- (b[i1]a?tch(es)?),puppy
- (b[i1]a?tch(es)?),puppy
- Carpet Muncher,cookie monster
- Carpet Muncher,cookie monster
- (\bc((?!ook\b)[o0]+c*|aw)k\W?(sucker|s*|he[ea]*d)\b),rooster
- (\bc((?!ook\b)[o0]+c*|aw)k\W?(sucker|s*|he[ea]*d)\b),rooster
- (\b[ck]r+a+p+(er|s|z)?\b),poopoo
- (\b[ck]r+a+p+(er|s|z)?\b),poopoo
- (\bcu+m+\b),go
- (\bcu+m+\b),go
- (\b.?[ck](u*n+|[l1]+[i1]+)t+[sz]*\b),peach
- (\b.?[ck](u*n+|[l1]+[i1]+)t+[sz]*\b),peach
- (\b.?d[1i](c?k(head)?|[l1]+d[o0])e?[sz]?\b),rooster
- (\b.?d[1i](c?k(head)?|[l1]+d[o0])e?[sz]?\b),rooster
- f u c k( e r)?,nono
- f u c k( e r)?,nono
- (\b.?fai*g+[oei1]*t*[sz]*\b),cigar
- (\b.?fai*g+[oei1]*t*[sz]*\b),cigar
- Fudge Packer,fine person
- Fudge Packer,fine person
- (\b(m[uo]+th[ae]r?)?(f|ph)uc*k*(e[rn]|ah*|ing?|)[sz]?\b),oh dear
- (\b(m[uo]+th[ae]r?)?(f|ph)uc*k*(e[rn]|ah*|ing?|)[sz]?\b),oh dear
- (\b(j(ac|er|ur)k\W?(of+))|(ji[sz]+i*m*)\b),bake brownies
- (\b(j(ac|er|ur)k\W?(of+))|(ji[sz]+i*m*)\b),bake brownies
- (\b(ma+s+te?rbai?te?[rs]?|wank(er)?[sz]?)\b),bake brownies
- (\b(ma+s+te?rbai?te?[rs]?|wank(er)?[sz]?)\b),bake brownies
- orafi(s|ce),rooster
- orafi(s|ce),rooster
- (\bp+[e3]+[ai]*n+[i1!ua]+s+),rooster
- (\bp+[e3]+[ai]*n+[i1!ua]+s+),rooster
- (\bp[i1]s+(?!(ton))(flap|face|drop)?),peepee
- (\bp[i1]s+(?!(ton))(flap|face|drop)?),peepee
- (\b.?sh[i1!y]t+(er?|y|head)?[sz]*),poopoo
- (\b.?sh[i1!y]t+(er?|y|head)?[sz]*),poopoo
- (\bva[1i]?[gj]+[i1]+na+\b),peach
- (\bva[1i]?[gj]+[i1]+na+\b),peach
- vu[1l]+va,peach
- vu[1l]+va,peach
- planet.?minecraft,another dimension
- planet.?minecraft,another dimension
- pmc,another dimension
- pmc,another dimension
- ((\d+\.){3}\d+),another dimension
- ((\d+\.){3}\d+),another dimension


# command without the /
# command without the /
blockablecommands:
blockablecommands:
- vote
- vote
- me
- me


# blacklisted nicknames
# blacklisted nicknames
nicknames:
nicknames:
- Notch
- Notch


nickname-in-tablist: true
nickname-in-tablist: true


# {player} : player sending command
# {player} : player sending command
# {command} : command typed
# {command} : command typed
commandspy:
commandspy:
format: '&6{player}: {command}'
format: '&6{player}: {command}'
worldeditcommands: true
worldeditcommands: true
antispam:
antispam:
enabled: true
enabled: true
# Number of messages to be spam
# Number of messages to be spam
spamnumber: 5
spamnumber: 5
# Amount of time in seconds for it to be spam
# Amount of time in seconds for it to be spam
spamtime: 10
spamtime: 10
# Amount of time for the mute to last
# Amount of time for the mute to last
# Acceptable units are: d,h,m,s
# Acceptable units are: d,h,m,s
# Units can be combined, for example: 1d8h30m15s
# Units can be combined, for example: 1d8h30m15s
# Use 0 for untimed mute
# Use 0 for untimed mute
mutetime: 10m
mutetime: 10m
# Logging chat and commands to a mysql database
# Logging chat and commands to a mysql database
mysql:
mysql:
enabled: false
enabled: false
user: User
user: User
port: 3306
port: 3306
password: Password
password: Password
host: localhost
host: localhost
database: Database
database: Database


# Loglevel feature is still in the works for adding of debug messages
# Loglevel feature is still in the works for adding of debug messages
# Valid loglevels:
# Valid loglevels:
# Info: Regular logging
# Info: Regular logging
# Debug: Show extra messages and caught errors for debugging
# Debug: Show extra messages and caught errors for debugging
# Severe: Only show severe messages
# Severe: Only show severe messages
loglevel: info
loglevel: info


# saveinterval is in minutes
# saveinterval is in minutes
saveinterval: 30
saveinterval: 30


# If you're running a "cracked" server, player data might not be stored properly, and thus, you are on your own.
# If you're running a "cracked" server, player data might not be stored properly, and thus, you are on your own.
# If you run your server in offline mode, you might have to reset your player data when switching to online mode!
# If you run your server in offline mode, you might have to reset your player data when switching to online mode!
# If you see this warning by accident and you are using BungeeCord, make sure you have properly setup IP Forwarding.
# If you see this warning by accident and you are using BungeeCord, make sure you have properly setup IP Forwarding.
# https://www.spigotmc.org/wiki/bungeecord-ip-forwarding/
# https://www.spigotmc.org/wiki/bungeecord-ip-forwarding/
# No player data will be saved in offline mode unless you set this acknowledgement to 'true'
# No player data will be saved in offline mode unless you set this acknowledgement to 'true'
offline_server_acknowledgement: false
offline_server_acknowledgement: false


# The time in seconds between each check to remove timed mutes
# The time in seconds between each check to remove timed mutes
unmuteinterval: 60
unmuteinterval: 60


# Enables or disabled BungeeCord messaging
# Enables or disabled BungeeCord messaging
bungeecordmessaging: true
bungeecordmessaging: true


# Sound for message notification
# Sound for message notification
# Enter 'None' to disable the sound
# Enter 'None' to disable the sound
message_sound: ENTITY_PLAYER_LEVELUP
message_sound: ENTITY_PLAYER_LEVELUP


# This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
# This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
vanishsupport: true
vanishsupport: true


# Use PlaceholderAPI placeholders
# Use PlaceholderAPI placeholders
# Start the placeholder with 'sender_' for the sending players placeholder
# Start the placeholder with 'sender_' for the sending players placeholder
# Start the placeholder with 'receiver_' for the receiving players placeholder
# Start the placeholder with 'receiver_' for the receiving players placeholder
# The defaults shown below provide an example of each
# The defaults shown below provide an example of each
tellformatto: '&7You message {receiver_vault_prefix}{receiver_player_displayname}&7:'
tellformatto: '&7You message {receiver_vault_prefix}{receiver_player_displayname}&7:'
tellformatfrom: '{sender_vault_prefix}{sender_player_displayname} &7messages you:'
tellformatfrom: '{sender_vault_prefix}{sender_player_displayname} &7messages you:'
tellformatspy: '{sender_player_name} messages {receiver_player_name}:&7'
tellformatspy: '{sender_player_name} messages {receiver_player_name}:&7'
replyformatto: '&7You reply to {receiver_vault_prefix}{receiver_player_displayname}&7:'
replyformatto: '&7You reply to {receiver_vault_prefix}{receiver_player_displayname}&7:'
replyformatfrom: '{sender_vault_prefix}{sender_player_displayname} &7replies to you:'
replyformatfrom: '{sender_vault_prefix}{sender_player_displayname} &7replies to you:'
replyformatspy: '{sender_player_name} replies to {receiver_player_name}:&7'
replyformatspy: '{sender_player_name} replies to {receiver_player_name}:&7'


# {host} : party hosts name
# {host} : party hosts name
# {player} : player name
# {player} : player name
# use Default for the basic formatting
# use Default for the basic formatting
partyformat: Default
partyformat: Default


formatcleaner: true
formatcleaner: true


# If true, /ignore will block chat from the ignored player as well as PM's
# If true, /ignore will block chat from the ignored player as well as PM's
ignorechat: false
ignorechat: false


# The message shown to players alerting them no one is in the channel to hear them
# The message shown to players alerting them no one is in the channel to hear them
emptychannelalert: "&6No one is listening to you."
emptychannelalert: "&6No one is listening to you."


messageremoverpermissions: '&cYou need additional permissions to view this message!'
messageremoverpermissions: '&cYou need additional permissions to view this message!'
messageremovertext: '&c&o<message removed>'
messageremovertext: '&c&o<message removed>'


# The name of the group is the permissions node for the format
# The name of the group is the permissions node for the format
# Example: venturechat.json.Owner is the node for the group Owner
# Example: venturechat.json.Owner is the node for the group Owner
# A lower priority overrides a higher priority if a player has more than 1 group
# A lower priority overrides a higher priority if a player has more than 1 group
# Possible options for click_action are suggest_command, run_command, open_url, and none
# Possible options for click_action are suggest_command, run_command, open_url, and none
jsonformatting:
jsonformatting:
Default: # This default format is required! Do not delete or rename it!
Default: # This default format is required! Do not delete or rename it!
priority: 2147483647 # Integer.MAX_VALUE
priority: 2147483647 # Integer.MAX_VALUE
json_attributes:
json_attributes:
player_displayname:
player_displayname:
hover_text:
hover_text:
- '&6I have no rank!'
- '&6I have no rank!'
click_action: 'suggest_command'
click_action: 'suggest_command'
click_text: '/msg {player_name}'
click_text: '/msg {player_name}'
vault_prefix:
vault_prefix:
hover_text:
hover_text:
- '&cI am default!'
- '&cI am default!'
click_action: 'run_command'
click_action: 'run_command'
click_text: '/help'
click_text: '/help'
venturechat_channel_prefix:
venturechat_channel_prefix:
hover_text:
hover_text:
- '&fChannel: {venturechat_channel_color}{venturechat_channel_name}'
- '&fChannel: {venturechat_channel_color}{venturechat_channel_name}'
click_action: 'run_command'
click_action: 'run_command'
click_text: '/chlist'
click_text: '/chlist'
Owner:
Owner:
priority: 1
priority: 1
json_attributes:
json_attributes:
player_displayname:
player_displayname:
hover_text:
hover_text:
- '&cOwner of the server!'
- '&cOwner of the server!'
- '&bMessage me for help!'
- '&bMessage me for help!'
click_action: 'suggest_command'
click_action: 'suggest_command'
click_text: '/msg {player_name}'
click_text: '/msg {player_name}'
vault_prefix:
vault_prefix:
hover_text:
hover_text:
- '&dServer Owner'
- '&dServer Owner'
click_action: 'run_command'
click_action: 'run_command'
click_text: '/help'
click_text: '/help'
venturechat_channel_prefix:
venturechat_channel_prefix:
hover_text:
hover_text:
- '&fChannel: {venturechat_channel_color}{venturechat_channel_name}'
- '&fChannel: {venturechat_channel_color}{venturechat_channel_name}'
click_action: 'run_command'
click_action: 'run_command'
click_text: '/chlist'
click_text: '/chlist'
# The icon is the block shown in the GUI
# The icon is the block shown in the GUI
# The text is the display name of the block icon
# The text is the display name of the block icon
# Include a slash (/) before the command
# Include a slash (/) before the command
# Permissions are the name of the button and automatically include "venturechat."
# Permissions are the name of the button and automatically include "venturechat."
# Example: mute equals venturechat.mute
# Example: mute equals venturechat.mute
venturegui:
venturegui:
mute:
mute:
icon: 'REDSTONE_BLOCK'
icon: 'REDSTONE_BLOCK'
durability: 0
durability: 0
text: '&cMute {player_name} &410m'
text: '&cMute {player_name} &410m'
permission: 'mute'
permission: 'mute'
command: '/mute {channel} {player_name} 10m'
command: '/mute {channel} {player_name} 10m'
slot: 1
slot: 1
unmute:
unmute:
icon: 'DIAMOND_BLOCK'
icon: 'DIAMOND_BLOCK'
durability: 0
durability: 0
text: '&bUnmute {player_name}'
text: '&bUnmute {player_name}'
permission: 'mute'
permission: 'mute'
command: '/unmute {channel} {player_name} '
command: '/unmute {channel} {player_name} '
slot: 2
slot: 2
removemessage:
removemessage:
icon: 'DIAMOND_AXE'
icon: 'DIAMOND_AXE'
durability: 0
durability: 0
text: '&cRemove Message'
text: '&cRemove Message'
permission: 'removemessage'
permission: 'removemessage'
command: '/removemessage {hash} {channel}'
command: '/removemessage {hash} {channel}'
slot: 7
slot: 7


guiicon: '&c [✓]'
guiicon: '&c [✓]'
guitext: '&cOpen Moderation GUI'
guitext: '&cOpen Moderation GUI'
guirows: 1
guirows: 1


# All clickable URL's will be underlined if set to true
# All clickable URL's will be underlined if set to true
underlineurls: true
underlineurls: true


# broadcast information
# broadcast information
broadcast:
broadcast:
color: red
color: red
permissions: venturechat.adminchannel
permissions: venturechat.adminchannel
displaytag: '[Broadcast]'
displaytag: '[Broadcast]'
# Use $ to include arguments into the message
# Use $ to include arguments into the message
# Valid component types are:
# Valid component types are:
# Command: Sends a message or command in chat
# Command: Sends a message or command in chat
# Message: Sends a message to the player
# Message: Sends a message to the player
# Broadcast: Sends a broadcast to all players on the server
# Broadcast: Sends a broadcast to all players on the server
# Permissions automatically include "venturechat."
# Permissions automatically include "venturechat."
# Example: permissions: alert equals venturechat.alert
# Example: permissions: alert equals venturechat.alert
# Use None for no permissions
# Use None for no permissions
# The number of arguments is the minimum number of required arguments, use 0 for no required arguments
# The number of arguments is the minimum number of required arguments, use 0 for no required arguments
alias:
alias:
vote:
vote:
arguments: 0
arguments: 0
permissions: None
permissions: None
components:
components:
- 'Message: &6Vote here: www.votelinkhere.com'
- 'Message: &6Vote here: www.votelinkhere.com'
bane:
bane:
arguments: 2
arguments: 2
permissions: bane
permissions: bane
components:
components:
- 'Command: /ban $ appeal at www.site.com'
- 'Command: /ban $ appeal at www.site.com'
- 'Command: /st banned $'
- 'Command: /st banned $'
alert:
alert:
arguments: 1
arguments: 1
permissions: alert
permissions: alert
components:
components:
- 'Broadcast: &c<Alert> $'
- 'Broadcast: &c<Alert> $'
donate:
donate:
arguments: 0
arguments: 0
permissions: None
permissions: None
components:
components:
- 'Message: &bDonate here: www.mywebsite.com'
- 'Message: &bDonate here: www.mywebsite.com'
website:
website:
arguments: 0
arguments: 0
permissions: None
permissions: None
components:
components:
- 'Message: &aThis is our website: www.site.net'
- 'Message: &aThis is our website: www.site.net'
# Enables the creation of special Towny channels: Town and Nation
# Enables the creation of special Towny channels: Town and Nation
# To create these channels, simply name two channels below "Town" and "Nation"
# To create these channels, simply name two channels below "Town" and "Nation"
# Bungeecord must be set to false for these channels!
# Bungeecord must be set to false for these channels!
enable_towny_channel: false
enable_towny_channel: false


# Enables the creation of a special faction only channel using the Factions plugin
# Enables the creation of a special faction only channel using the Factions plugin
# To create this channel, simply name a channel below "Faction"
# To create this channel, simply name a channel below "Faction"
# Bungeecord must be set to false for this channel!
# Bungeecord must be set to false for this channel!
# WARNING: May not work for all versions of Factions!
# WARNING: May not work for all versions of Factions!
enable_factions_channel: false
enable_factions_channel: false


# color = [channel] color
# color = [channel] color
# chatcolor = text color
# chatcolor = text color
# cooldown is in seconds
# cooldown is in seconds
# bungeecord overrides distance
# bungeecord overrides distance
# channel permissions are configurable
# channel permissions are configurable
# channels can be changed, and new channels can be created
# channels can be changed, and new channels can be created
# Permissions automatically include "venturechat."
# Permissions automatically include "venturechat."
# Example: permissions: staff equals venturechat.staff
# Example: permissions: staff equals venturechat.staff
# Use None for no permissions
# Use None for no permissions


# Use PlaceholderAPI placeholders are required!!!
# Use PlaceholderAPI placeholders are required!!!
# Use PlaceholderAPI placeholders are required!!!
# Use PlaceholderAPI placeholders are required!!!
# Use PlaceholderAPI placeholders are required!!!
# Use PlaceholderAPI placeholders are required!!!
# /papi ecloud download [plugin]
# /papi ecloud download [plugin]
# /papi reload
# /papi reload
# Use '' or "" around format, example: '[&2global&f] {vault_prefix} {player_displayname}&2:'
# Use '' or "" around format, example: '[&2global&f] {vault_prefix} {player_displayname}&2:'
# You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
# You must have prefixes and suffixes set in a Vault compatible permissions plugin to avoid errors
# Use "" as the prefix or suffix to have none
# Use "" as the prefix or suffix to have none


# Set chatcolor to 'None' to have a group based chat color! Don't forget to put a suffix or other placeholder at the end of the format!
# Set chatcolor to 'None' to have a group based chat color! Don't forget to put a suffix or other placeholder at the end of the format!


# Important!!!
# Important!!!
# Important!!!
# Important!!!
# If you delete a channel, restart the server! Do not use /chatreload!!!
# If you delete a channel, restart the server! Do not use /chatreload!!!
channels:
channels:
Global:
Global:
color: dark_green
color: dark_green
chatcolor: dark_green
chatcolor: dark_green
mutable: true
mutable: true
filter: true
filter: true
autojoin: true
autojoin: true
default: true
default: true
distance: 0
distance: 0
cooldown: 0
cooldown: 0
bungeecord: true
bungeecord: true
alias: g
alias: g
permissions: None
permissions: None
speak_permissions: None
speak_permissions: None
channel_prefix: '&f[&2Global&f]'
channel_prefix: '&f[&2Global&f]'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&2:'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&2:'
Network:
Network:
color: gold
color: gold
chatcolor: gold
chatcolor: gold
mutable: true
mutable: true
filter: true
filter: true
autojoin: true
autojoin: true
default: false
default: false
distance: 0
distance: 0
cooldown: 3
cooldown: 3
bungeecord: false
bungeecord: false
alias: be
alias: be
permissions: None
permissions: None
speak_permissions: None
speak_permissions: None
channel_prefix: '&f[&6Network&f]'
channel_prefix: '&f[&6Network&f]'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&6:'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&6:'
Announcement:
Announcement:
color: red
color: red
chatcolor: red
chatcolor: red
mutable: false
mutable: false
filter: false
filter: false
autojoin: true
autojoin: true
default: false
default: false
distance: 0
distance: 0
cooldown: 0
cooldown: 0
bungeecord: true
bungeecord: true
alias: announce
alias: announce
permissions: None
permissions: None
speak_permissions: announcement
speak_permissions: announcement
channel_prefix: '&f[&aServer Announcement&f]'
channel_prefix: '&f[&aServer Announcement&f]'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&c:'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&c:'
Staff:
Staff:
color: green
color: green
chatcolor: green
chatcolor: green
mutable: false
mutable: false
filter: false
filter: false
autojoin: true
autojoin: true
default: false
default: false
distance: 0
distance: 0
cooldown: 0
cooldown: 0
bungeecord: false
bungeecord: false
alias: st
alias: st
permissions: staffchannel
permissions: staffchannel
speak_permissions: None
speak_permissions: None
channel_prefix: '&f[&aStaff&f]'
channel_prefix: '&f[&aStaff&f]'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&a:'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&a:'
Donator:
Donator:
color: light_purple
color: light_purple
chatcolor: light_purple
chatcolor: light_purple
mutable: true
mutable: true
filter: true
filter: true
autojoin: true
autojoin: true
default: false
default: false
distance: 0
distance: 0
cooldown: 0
cooldown: 0
bungeecord: false
bungeecord: false
alias: d
alias: d
permissions: donatorchannel
permissions: donatorchannel
speak_permissions: None
speak_permissions: None
channel_prefix: '&f[&dDonator&f]'
channel_prefix: '&f[&dDonator&f]'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&d:'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&d:'
Help:
Help:
color: aqua
color: aqua
chatcolor: aqua
chatcolor: aqua
mutable: true
mutable: true
filter: true
filter: true
autojoin: true
autojoin: true
default: false
default: false
distance: 0
distance: 0
cooldown: 0
cooldown: 0
bungeecord: false
bungeecord: false
alias: h
alias: h
permissions: None
permissions: None
speak_permissions: None
speak_permissions: None
channel_prefix: '&f[&bHelp&f]'
channel_prefix: '&f[&bHelp&f]'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&b:'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&b:'
Trade:
Trade:
color: dark_aqua
color: dark_aqua
chatcolor: dark_aqua
chatcolor: dark_aqua
mutable: true
mutable: true
filter: true
filter: true
autojoin: true
autojoin: true
default: false
default: false
distance: 0
distance: 0
cooldown: 0
cooldown: 0
bungeecord: false
bungeecord: false
alias: t
alias: t
permissions: None
permissions: None
speak_permissions: None
speak_permissions: None
channel_prefix: '&f[&3Trade&f]'
channel_prefix: '&f[&3Trade&f]'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&3:'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&3:'
Local:
Local:
color: yellow
color: yellow
chatcolor: yellow
chatcolor: yellow
mutable: true
mutable: true
filter: true
filter: true
autojoin: true
autojoin: true
default: false
default: false
distance: 230
distance: 230
cooldown: 0
cooldown: 0
bungeecord: false
bungeecord: false
alias: l
alias: l
permissions: None
permissions: None
speak_permissions: None
speak_permissions: None
channel_prefix: '&f[&eLocal&f]'
channel_prefix: '&f[&eLocal&f]'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&e:'
format: '{venturechat_channel_prefix} {vault_prefix}{player_displayname}&e:'