1. Вы находитесь в сообществе Rubukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на различные языки плагины наших коллег из других стран.
    Скрыть объявление
Скрыть объявление
В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Решено Не вижу сообщения после !

Тема в разделе "Помощь", создана пользователем Colli1127, 22 апр 2021.

Статус темы:
Закрыта.
  1. Автор темы
    Colli1127

    Colli1127 Активный участник Пользователь

    Баллы:
    61
    Когда пишу сообщения в локальный чат - все хорошо. Но когда пишу в глобал просто не отображается у игрока без звезды/опки. Список плагинов и конфиг могу скинуть
     
  2. Mr_Bukkit

    Mr_Bukkit Старожил Пользователь

    Баллы:
    143
    Конфиг чего? Какой у вас плагин на чат?
     
  3. Автор темы
    Colli1127

    Colli1127 Активный участник Пользователь

    Баллы:
    61
    ChatEx, такая же проблема бы и с Essentials Chat и ChatManager
     
  4. Автор темы
    Colli1127

    Colli1127 Активный участник Пользователь

    Баллы:
    61
    Я нашел какой плагин не даёт читать такие сообщения - EssentialsX. Не могли бы вы помочь с этим?
     
  5. Mr_Bukkit

    Mr_Bukkit Старожил Пользователь

    Баллы:
    143
    Не отображается что? Глобальные сообщения не видят обычные игроки без опки?
     
  6. NuaN

    NuaN Активный участник Пользователь

    Баллы:
    96
    Имя в Minecraft:
    NuaN
    Инструкцию к плагинам нужно читать. У всех все работает обычно.
     
  7. Suh97

    Suh97 Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Suh97
    Кинь конфиг ChatEx
     
  8. Danill2

    Danill2 Активный участник Пользователь

    Баллы:
    76
    Имя в Minecraft:
    Danill2
    Инструкцию и права к плагину нужно читать...
    Если у тебя ChatEx, то дай право игрокам:
    Код:
    chatex.allowchat
    - писать в чат
    Код:
    chatex.chat.global
    - писать в глобальный чат.
     
  9. alexandrage

    alexandrage Старожил Пользователь

    Баллы:
    173
    Права на глобалчат выдай игрока.
     
  10. Автор темы
    Colli1127

    Colli1127 Активный участник Пользователь

    Баллы:
    61
    Права выданы. Опять же скажу, проблема создаётся из-за плагина EssentialsX, мне нужна помощь именно с этим
     
  11. Автор темы
    Colli1127

    Colli1127 Активный участник Пользователь

    Баллы:
    61
    Код:
    # check-for-updates: Should the plugin check for updates by itself?
    # enable-bstats: Do you want to use bstats?
    # bungeecord: If you use bungeecord, players can chat cross-server wide with the range mode (! in front of the message).
    # cross_server_timeout: If this timeout (In seconds) is exceeded the cross-server-message will not be send.
    # message-format: The standard message-format.
    # global-message-format: The message-format if ranged-mode is enabled.
    # multi-prefixes: Should the multi-prefixes be enabled?
    # multi-suffixes: Should the multi-suffixes be enabled?
    # ranged-mode: Should the ranged-mode be enabled?
    # ranged-prefix: The Prefix to use for Range Mode
    # show-no-players-near: Should we check if any player would receiver your chat message?
    # chat-range: The range to talk to other players. Set to -1 to enable world-wide-chat
    # logChat: Should the chat be logged?
    # debug: Should the debug log be enabled?
    # Locale: Which language do you want? (You can choose betwenn de-DE, fr-FR, pt-BR and en-EN by default.)
    # Ads.Enabled: Should we check for ads?
    # Ads.Bypass: A list with allowed ips or domains.
    # Ads.Log: Should the ads be logged in a file?
    # Ads.SmartManager: Should the "Smart Manager" be used? (For more information read: https://github.com/TheJeterLP/ChatEx/wiki/Ad-Manager)
    # Ads.SmartConfig.DomainEndings: The endings the SmartManager applies the multiplier to.
    # Ads.ReplaceCommas: Should commas be replaced with "." for the add test?
    # Ads.SmartConfig.Multiplier: If a domain pattern contains an ending from Ads.SmartConfig.DomainEndings the score get multiplied by this number.
    # Ads.SmartConfig.UnMultiplier: If a domain pattern contains NOT an ending from Ads.SmartConfig.DomainEndings the score get multiplied by this number.
    # Ads.Threshold.Block: The threshold required to cancel a message.
    # Ads.Threshold.ReduceThreshold: How much threshold is removed per message
    # Ads.Threshold.MaxLinkLength: What the max detected link length is (For more information read: https://github.com/TheJeterLP/ChatEx/wiki/Ad-Manager)
    # AntiSpam.Seconds: The delay between player messages to prevent spam
    # AntiSpam.Enable: Should antispam be enabled?
    # BlockedWords: A list of words that should be blocked.
    # Tablist.Change: Do you want to have the prefixes and suffixes in the tablist?
    # Tablist.format: The format of the tablist name
    # Messages.JoinAndQuit.Enabled: Do you want to change the join and the quit messages?
    # colors: Requires 1.16+, Colors you want to use.
    
    check-for-updates: true
    enable-bstats: true
    bungeecord: false
    cross_server_timeout: 3
    message-format: '&7[&eL&7]%prefix%displayname%suffix &7&l> &f%message'
    global-message-format: '&7[&9G&7]%prefix%displayname%suffix &7&l> &f%message'
    multi-prefixes: false
    multi-suffixes: false
    ranged-mode: true
    ranged-prefix: '!'
    show-no-players-near: false
    chat-range: 250
    logChat: false
    debug: false
    Locale: en-EN
    Ads:
      Enabled: true
      Bypass:
      - 127.0.0.1
      - my-domain.com
      Log: true
      SmartManager: true
      SmartConfig:
        DomainEndings:
        - com
        - net
        - org
        - de
        - icu
        - uk
        - ru
        - me
        - info
        - top
        - xyz
        - tk
        - cn
        - ga
        - cf
        - nl
        - eu
        Multiplier: 4
        UnMultiplier: 1
      ReplaceCommas: false
      Threshold:
        Block: 0.3
        ReduceThreshold: 0.1
        MaxLinkLength: 10
    AntiSpam:
      Seconds: 5
      Enable: false
    Tablist:
      Change: false
      format: '%prefix%player%suffix'
    Messages:
      JoinAndQuit:
        Enabled: false
    BlockedWords:
    - shit
    - '@everyone'
    
     
  12. Автор темы
    Colli1127

    Colli1127 Активный участник Пользователь

    Баллы:
    61
    Да
     
  13. Mr_Bukkit

    Mr_Bukkit Старожил Пользователь

    Баллы:
    143
    Надеюсь, что ты не используешь несколько плагинов на чат сразу. Установи EssX и EssXChat последние билды с Jenkins, чтобы все работало корректно, выдай игрокам право на локал/глобал чат.
     
  14. Автор темы
    Colli1127

    Colli1127 Активный участник Пользователь

    Баллы:
    61
    EssXChat можно использовать вместе с ChatEx?
     
Статус темы:
Закрыта.

Поделиться этой страницей