Вопрос Не могу настроить глобальный и локальный чат Chat Manager

sliksee

Пользователь
Сообщения
6
Разрешается выкладывание кода, файлов конфигураций, логов и т.д. только под BB-код CODE
Плагин
ChatManager EssentialsChat
Ядро сервера
  1. Paper
Версия сервера
  1. 1.12.2
Память сервера ОЗУ
4Gb
Вот конфиг ChatManager

Chat_Radius:

Enable: true

#When players join the server, or if the plugin is hard reloaded (with plugman) players will be
#automatically put into this chat channel.
#Chat Channels: Local, Global, World.
Default_Channel: Local

Local_Chat:

#The prefix thats sent in local chat.
Prefix: "&eⓁ"

#If you put this symbol in front of your message, it will override any channel which you are in,
#sending the message to all players in the server, then keeps you in local chat.
#Do Override_Symbol: '' to disable.
Override_Symbol: "#"

Global_Chat:

#The prefix thats sent in global chat.
Prefix: "&aⒼ"

#If you put this symbol in front of your message, it will override any channel which you are in,
#sending the message to all players in the server, then keeps you in global chat.
#Do Override_Symbol: '' to disable.
Override_Symbol: "!"

World_Chat:

#The prefix thats sent in world chat.
Prefix: "&7[&dWorld&7]"

#If you put this symbol in front of your message, it will override any channel which you are in,
#sending the message to all players in the server, then keeps you in world chat.
#Do Override_Symbol: '' to disable.
Override_Symbol: "$"

#The maximum distance players will receive the senders messages.
Block_Distance: 250

#Enable chat radius spy on join.
Enable_Spy_On_Join: false

Вот конфиг EssentialsChat

chat:

# If EssentialsX Chat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
# Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
# Users with essentials.chat.shout can override this by prefixing their message with an exclamation mark (!)
# Users with essentials.chat.question can override this by prefixing their message with a question mark (?)
# You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section.
radius: 350

# Chat formatting can be done in two ways, you can either define a standard format for all chat.
# Or you can give a group specific chat format, to give some extra variation.
# For more information of chat formatting, check out the wiki:
# Note: Using the {PREFIX} and {SUFFIX} placeholders along with {DISPLAYNAME} may cause double prefixes/suffixes to be shown in chat unless add-prefix-suffix is uncommented and set to false.

# Available placeholders:
# {MESSAGE} - The content of the chat message.
# {USERNAME} - The sender's username.
# {DISPLAYNAME} - The sender's display name.
# {NICKNAME} - The sender's Essentials nickname. If the sender has no nickname, the username is shown.
# {PREFIX} - The sender's prefix, supplied by a permissions plugin.
# {SUFFIX} - The sender's suffix, supplied by a permissions plugin.
# {GROUP} - The sender's primary group name, supplied by a permissions plugin.
# {WORLD} - The world alias of the sender's current world. See the world-aliases section below for details.
# {WORLDNAME} - The full name of the sender's current world.
# {SHORTWORLDNAME} - The first character of the sender's current world.
# {TEAMNAME} - The sender's scoreboard team name.
# {TEAMPREFIX} - The sender's scoreboard team prefix.
# {TEAMSUFFIX} - The sender's scoreboard team suffix.

format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
#format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'

group-formats:
# default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
# admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'

# If you are using group formats make sure to remove the '#' to allow the setting to be read.
# Note: Group names are case-sensitive so you must match them up with your permission plugin.

# You can use permissions to control whether players can use formatting codes in their chat messages.
# See for more information.

# World aliases allow you to replace the world name with something different in the chat format.
# If you are using world aliases, make sure to remove the '#' at the start to allow the setting to be read.
world-aliases:
# plots: "&dP&r"
# creative: "&eC&r"

# Whether players should be placed into shout mode by default.
shout-default: false

# Whether a player's shout mode should persist restarts.
persist-shout: false

# Whether chat questions should be enabled or not.
question-enabled: true

chat:

# If EssentialsX Chat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
# Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
# Users with essentials.chat.shout can override this by prefixing their message with an exclamation mark (!)
# Users with essentials.chat.question can override this by prefixing their message with a question mark (?)
# You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section.
radius: 350

# Chat formatting can be done in two ways, you can either define a standard format for all chat.
# Or you can give a group specific chat format, to give some extra variation.
# For more information of chat formatting, check out the wiki:
# Note: Using the {PREFIX} and {SUFFIX} placeholders along with {DISPLAYNAME} may cause double prefixes/suffixes to be shown in chat unless add-prefix-suffix is uncommented and set to false.

# Available placeholders:
# {MESSAGE} - The content of the chat message.
# {USERNAME} - The sender's username.
# {DISPLAYNAME} - The sender's display name.
# {NICKNAME} - The sender's Essentials nickname. If the sender has no nickname, the username is shown.
# {PREFIX} - The sender's prefix, supplied by a permissions plugin.
# {SUFFIX} - The sender's suffix, supplied by a permissions plugin.
# {GROUP} - The sender's primary group name, supplied by a permissions plugin.
# {WORLD} - The world alias of the sender's current world. See the world-aliases section below for details.
# {WORLDNAME} - The full name of the sender's current world.
# {SHORTWORLDNAME} - The first character of the sender's current world.
# {TEAMNAME} - The sender's scoreboard team name.
# {TEAMPREFIX} - The sender's scoreboard team prefix.
# {TEAMSUFFIX} - The sender's scoreboard team suffix.

format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
#format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'

group-formats:
# default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
# admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'

# If you are using group formats make sure to remove the '#' to allow the setting to be read.
# Note: Group names are case-sensitive so you must match them up with your permission plugin.

# You can use permissions to control whether players can use formatting codes in their chat messages.
# See for more information.

# World aliases allow you to replace the world name with something different in the chat format.
# If you are using world aliases, make sure to remove the '#' at the start to allow the setting to be read.
world-aliases:
# plots: "&dP&r"
# creative: "&eC&r"

# Whether players should be placed into shout mode by default.
shout-default: false

# Whether a player's shout mode should persist restarts.
persist-shout: false

# Whether chat questions should be enabled or not.
question-enabled: true

Плагины прикреплю.

Проблемы у меня две, 1. то что без оп мне пишет при !текст You dont have permission to shout ( я не знаю какое право )
2. Нету префиксов у лок и глоб чатов, либо они вообще не работают, хотя если у меня пропадает ! при !текст то значит работает.
Наверное проблема в том что префиксы не показываются у лок и глоб чатов.
 

Вложения

  • Скриншот 30-12-2022 164532.jpg
    Скриншот 30-12-2022 164532.jpg
    166.1 KB · Просмотры: 133
Привет, Зачем тебе два плагина на Чат ?.

Ответ на первый вопрос, цитата "То что без оп мне пишет при "!" текст You dont have permission to shout"
EssXChat права на⠀Локальный - essentials.chat.local, Крик - essentials.chat.shout, Вопрос - essentials.chat.question

Лично моё мнение, лучше удалить скачанную сборку и собрать самому :), на скриншоте столько не нужных плагинов.
 
Последнее редактирование:
Разрешается выкладывание кода, файлов конфигураций, логов и т.д. только под BB-код CODE
Я согласен с Mayka,но лучше скачай chatty конфиг должен быть примерно таким!
chats:
local:
enable: true
display-name: 'L'
format: '&e[&6Local&e] &r{prefix}{player}{suffix}&8: &f{message}'
range: 100
cooldown: -1
command: 'localchat'
aliases: [ 'lchat' ]

global:
enable: true
display-name: 'G'
format: '&e[&aGlobal&e] &r{prefix}{player}{suffix}&8: &f{message}'
range: -1
symbol: '!'
cooldown: -1
command: 'globalchat'
aliases: [ 'gchat' ]
 
Chatty не имеет столько возможностей сколько ChatManager
Ну не знаю, как по мне плагин отличный. Без мусора, имеется авто-сообщения, локальный-глобальный чат. А так-же можешь от себя добавить.
 
Ну не знаю, как по мне плагин отличный. Без мусора, имеется авто-сообщения, локальный-глобальный чат. А так-же можешь от себя добавить.
Например я использую Chatty и ChatManager
В Chatty можно легко и удобно настроить чаты (локальный и глобальный), а в ChatManager звуки при пинге, звук при сообщение в лс, автосообщения, подсказы когда кто-то пишет например «Когда вап?» (в чате пишет ваш заготовленный ответ), сообщения в BossBar и не только
 
Назад
Сверху Снизу