feature-24-CarbonChat #15
@ -42,6 +42,6 @@ command-aliases=[]
|
|||||||
radius=-1
|
radius=-1
|
||||||
# If true, players will be able to see if they're not sending messages to anyone
|
# If true, players will be able to see if they're not sending messages to anyone
|
||||||
# because they're out of range from the radius.
|
# because they're out of range from the radius.
|
||||||
empty-radius-recipients-message=true
|
empty-radius-recipients-message=false
|
||||||
cooldowns {}
|
cooldowns {}
|
||||||
cooldown=-1
|
cooldown=-1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# The channel's key, used to track the channel.
|
# The channel's key, used to track the channel.
|
||||||
# You only need to change the second part of the key. "global" by default.
|
# You only need to change the second part of the key. "global" by default.
|
||||||
# The value is what's used in commands, this is probably what you want to change.
|
# The value is what's used in commands, this is probably what you want to change.
|
||||||
key="carbon:locate"
|
key="carbon:local"
|
||||||
# The chat formats for this channel.
|
# The chat formats for this channel.
|
||||||
format {
|
format {
|
||||||
# Basic chat formats.
|
# Basic chat formats.
|
@ -1,48 +0,0 @@
|
|||||||
# The channel's key, used to track the channel.
|
|
||||||
# You only need to change the second part of the key. "global" by default.
|
|
||||||
# The value is what's used in commands, this is probably what you want to change.
|
|
||||||
key="carbon:partychat"
|
|
||||||
# The chat formats for this channel.
|
|
||||||
format {
|
|
||||||
# Basic chat formats.
|
|
||||||
# The "default_format" format is the main one you want to edit.
|
|
||||||
# The "console" format is what's shown to console.
|
|
||||||
# The "discord" format is what's shown to supported discord integrations.
|
|
||||||
# If PlaceholderAPI is installed, PAPI placeholders (with %) are supported.
|
|
||||||
# If MiniPlaceholders is installed, its placeholders (with <>) are supported.
|
|
||||||
# The keys are group names, the values are chat formats (MiniMessage).
|
|
||||||
# For example:
|
|
||||||
# basic {
|
|
||||||
# default_format="<<username>> <message>"
|
|
||||||
# vip="[VIP] <<username>> <message>"
|
|
||||||
# admin="<white>[</white>Prefix<white>]</white> <display_name><white>: <message></white>"
|
|
||||||
# discord="<message>"
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
basic {
|
|
||||||
"default_format"="(party: <party_name>) <display_name>: <message>"
|
|
||||||
console="[party: <party_name>] <username>: <message>"
|
|
||||||
}
|
|
||||||
# Per-Language chat formats.
|
|
||||||
# You can safely leave this section empty if you don't want to use this feature.
|
|
||||||
# Each locale section can be configured in the same way as the above 'basic' section.
|
|
||||||
# Will fall back to the 'basic' section if no format was found for the player's locale.
|
|
||||||
locales {
|
|
||||||
"ru_RU" {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
# Messages will be sent in this channel if they start with this prefix. (Leave empty/blank to disable quick prefix for this channel)
|
|
||||||
quick-prefix=""
|
|
||||||
should-register-commands=true
|
|
||||||
command-aliases=[
|
|
||||||
pc
|
|
||||||
]
|
|
||||||
# The distance players must be within to see each other's messages.
|
|
||||||
# A value of '0' requires that both players are in the same world.
|
|
||||||
# On velocity, '0' requires that both players are in the same server.
|
|
||||||
radius=-1
|
|
||||||
# If true, players will be able to see if they're not sending messages to anyone
|
|
||||||
# because they're out of range from the radius.
|
|
||||||
empty-radius-recipients-message=true
|
|
||||||
cooldowns {}
|
|
||||||
cooldown=-1
|
|
@ -4,7 +4,7 @@ config-version=1
|
|||||||
default-locale="en_US"
|
default-locale="en_US"
|
||||||
# The default channel that new players will be in when they join.
|
# The default channel that new players will be in when they join.
|
||||||
# If the channel is not found or the player cannot use the channel, they will speak in basic non-channel chat.
|
# If the channel is not found or the player cannot use the channel, they will speak in basic non-channel chat.
|
||||||
default-channel="carbon:locate"
|
default-channel="carbon:local"
|
||||||
# Returns you to the default channel when you use a channel's command while you have that channel active.
|
# Returns you to the default channel when you use a channel's command while you have that channel active.
|
||||||
return-to-default-channel=false
|
return-to-default-channel=false
|
||||||
# The service that will be used to store and load player information.
|
# The service that will be used to store and load player information.
|
||||||
@ -94,7 +94,7 @@ ping-settings {
|
|||||||
}
|
}
|
||||||
party-chat {
|
party-chat {
|
||||||
# Whether party chat is enabled
|
# Whether party chat is enabled
|
||||||
enabled=true
|
enabled=false
|
||||||
expire-invites-after-seconds=45
|
expire-invites-after-seconds=45
|
||||||
}
|
}
|
||||||
# Sound for receiving a direct message
|
# Sound for receiving a direct message
|
||||||
|
Loading…
Reference in New Issue
Block a user