Помогите! Проблема с chatty

maxklm

Пользователь
Сообщения
41
Плагин
essentials, chatty
Ядро сервера
  1. Spigot
Версия сервера
  1. 1.12.2
Итак, когда пишешь в локальный чат, сообщения отправляются, как в гл чат (но подписано локал), что делать?
И сразу еще вопрос, какое право нужно для использовании /m (essentials.msg не работает)
 
Итак, когда пишешь в локальный чат, сообщения отправляются, как в гл чат (но подписано локал), что делать?
И сразу еще вопрос, какое право нужно для использовании /m (essentials.msg не работает)
У Chatty свой алиас для /m - найди в конфиге и удали тогда право на ессентиалс заработает. Ты можешь так же выдать право на pm у игроков в чатти.

По поводу локального чата - пришли конфиг как ты его настроил
 
У Chatty свой алиас для /m - найди в конфиге и удали тогда право на ессентиалс заработает. Ты можешь так же выдать право на pm у игроков в чатти.

По поводу локального чата - пришли конфиг как ты его настроил
config-version: '2.0'

# ******************************************************
# * Chatty (version 2.18.1)
# Universal chat-system for Bukkit-server.
#
# Creator: MrBrikster
#
# * Optional dependencies:
# Vault, PlaceholderAPI, NameTagEdit.
# ******************************************************

# * GENERAL
general:
# Plugin localization.
#
# en - English.
# ru - Russian.
# de - German.
locale: en

# Chat listener priority.
# Possible values:
# lowest, low, normal, high, highest.
priority: low

# Chat logging in "plugins/Chatty/logs/".
log: true

# Completely cancels chat events,
# if it cancels by moderation method
# (instead of clearing recipients).
completely-cancel: false

# Storage player data mode.
# true - data will store by UUIDs.
# false - data will store by nicknames.
uuid: false

# Enables support for "-3" chat range.
# Messages from that chats will be sent to all BungeeCord servers with Chatty.
#
# Notes:
# * Console logs will not prints on empty BungeeCord servers (non-fixable)
# * So Chatty send message to another server, there must be chat with the same name and range -3.
#
# !!! Chatty must be also installed in BungeeCord !!!
bungeecord: false

# * CHATS
#
# On the server there can be different chats with different settings,
# whether it's donate-chat, admin-chat, or the usual local and global.
#
# Permissions:
# chatty.chat.<chat> - permission for both writing and seeing messages.
# chatty.chat.<chat>.write - permission for writing messages.
# chatty.chat.<chat>.see - permission for seeing messages.
#
# Chat has the following options:
# *enable* - on/off chat.
# *format* - chat format string.
# *range* - chat range. -1 to world-wide chat, -2 to server-wide, -3 to BungeeCord-wide chat.
# *symbol* - character from which message should begin.
# *cooldown* - message cooldown in seconds (bypass permission - chatty.cooldown.<chat>).
# *money* - message price (depends on Vault).
# *permission* - check permissions for this chat? Default: true.
# *command* - Command that is used to switch to chat to use it by default if symbol is not specified. Default: empty.
chats:
local:
enable: true
format: '[&f&lL] {prefix}{player}{suffix}: {message}'
range: -1
cooldown: -1
command: 'localchat'

global:
enable: true
format: '[&6&lG] {prefix}{player}{suffix}: {message}'
range: -2
symbol: '!'
cooldown: -1
command: 'globalchat'
Дальше не трогал
Объединено

У Chatty свой алиас для /m - найди в конфиге и удали тогда право на ессентиалс заработает. Ты можешь так же выдать право на pm у игроков в чатти.

По поводу локального чата - пришли конфиг как ты его настроил
Ну что?
 
Последнее редактирование:
config-version: '2.0'

# ******************************************************
# * Chatty (version 2.18.1)
# Universal chat-system for Bukkit-server.
#
# Creator: MrBrikster
#
# * Optional dependencies:
# Vault, PlaceholderAPI, NameTagEdit.
# ******************************************************

# * GENERAL
general:
# Plugin localization.
#
# en - English.
# ru - Russian.
# de - German.
locale: en

# Chat listener priority.
# Possible values:
# lowest, low, normal, high, highest.
priority: low

# Chat logging in "plugins/Chatty/logs/".
log: true

# Completely cancels chat events,
# if it cancels by moderation method
# (instead of clearing recipients).
completely-cancel: false

# Storage player data mode.
# true - data will store by UUIDs.
# false - data will store by nicknames.
uuid: false

# Enables support for "-3" chat range.
# Messages from that chats will be sent to all BungeeCord servers with Chatty.
#
# Notes:
# * Console logs will not prints on empty BungeeCord servers (non-fixable)
# * So Chatty send message to another server, there must be chat with the same name and range -3.
#
# !!! Chatty must be also installed in BungeeCord !!!
bungeecord: false

# * CHATS
#
# On the server there can be different chats with different settings,
# whether it's donate-chat, admin-chat, or the usual local and global.
#
# Permissions:
# chatty.chat.<chat> - permission for both writing and seeing messages.
# chatty.chat.<chat>.write - permission for writing messages.
# chatty.chat.<chat>.see - permission for seeing messages.
#
# Chat has the following options:
# *enable* - on/off chat.
# *format* - chat format string.
# *range* - chat range. -1 to world-wide chat, -2 to server-wide, -3 to BungeeCord-wide chat.
# *symbol* - character from which message should begin.
# *cooldown* - message cooldown in seconds (bypass permission - chatty.cooldown.<chat>).
# *money* - message price (depends on Vault).
# *permission* - check permissions for this chat? Default: true.
# *command* - Command that is used to switch to chat to use it by default if symbol is not specified. Default: empty.
chats:
local:
enable: true
format: '[&f&lL] {prefix}{player}{suffix}: {message}'
range: -1
cooldown: -1
command: 'localchat'

global:
enable: true
format: '[&6&lG] {prefix}{player}{suffix}: {message}'
range: -2
symbol: '!'
cooldown: -1
command: 'globalchat'
Дальше не трогал
Объединено


Ну что?
У тебя локальный чат range -1
А надо поставить радиус, типа 100 блоков у локального чата радиус.
И почему у глобального -2? Ставь -1.
 
У тебя локальный чат range -1
А надо поставить радиус, типа 100 блоков у локального чата радиус.
И почему у глобального -2? Ставь -1.

потому что -2 это на всем сервере, тоесть слышно и в обычном мире и в аду и в краю
-1 это в определенном мире где находится игрок
 
Назад
Сверху Снизу