Вопрос Приветственное сообщение

Vovchensky

Пользователь
Сообщения
16
Плагин
CMI
Ядро сервера
  1. Paper
Версия сервера
  1. 1.20
Ссылка
https://www.spigotmc.org/resources/cmi-298-commands-insane-kits-portals-essentials-economy-mysql-sqlite-much-more.3742/
Здравствуйте, не могу понять как отключить это сообщение?
Вам необходимо зарегистрироваться для просмотра изображений-вложений

Использую CMI, но это вроде не он пишет.
 
Данный плагин поможет вам в этом деле. Однако, стоит учитывать, что если у вас установлены такие плагины, как AuthMe, Chatty или другие, в некоторых из них может быть возможность отключить ванильные сообщения о входе/выходе. Либо просто установите этот плагин.
 
cmi config.yml
Код:
Messages:
  Login:
    # If set to true, login message wont be shown
    Disabled: true
    # Defines number of players from which to automatically start hiding join messages
    # Set to -1 to disable this
    AutoHideFrom: -1
    Custom:
      # If set to true, custom login message will be used. cmi.messages.disablelogin can be used to disable message for player
      Use: false
      # When enabled and you have bungeeserver with CMIB on it we will try to detect where player went and we will show switch server message instead of login if possible
      ServerSwitch: true
  Logout:
    # If set to true, logout message wont be shown
    Disabled: true
    # Defines number of players from which to automatically start hiding logout messages
    # Set to -1 to disable this
    AutoHideFrom: -1
    Custom:
      # If set to true, custom logout message will be used. cmi.messages.disablequit can be used to disable message for player
      Use: false
      # When enabled and you have bungeeserver with CMIB on it we will try to detect where player went and we will show switch server message instead of logout if possible
      ServerSwitch: true
  # Check locale file for translation and custom placeholders: [playername], [totalUsers], [onlinePlayers]
  FirstJoinMessage:
    Use: false
 

cmi config.yml
Код:
Messages:
  Login:
    # If set to true, login message wont be shown
    Disabled: true
    # Defines number of players from which to automatically start hiding join messages
    # Set to -1 to disable this
    AutoHideFrom: -1
    Custom:
      # If set to true, custom login message will be used. cmi.messages.disablelogin can be used to disable message for player
      Use: false
      # When enabled and you have bungeeserver with CMIB on it we will try to detect where player went and we will show switch server message instead of login if possible
      ServerSwitch: true
  Logout:
    # If set to true, logout message wont be shown
    Disabled: true
    # Defines number of players from which to automatically start hiding logout messages
    # Set to -1 to disable this
    AutoHideFrom: -1
    Custom:
      # If set to true, custom logout message will be used. cmi.messages.disablequit can be used to disable message for player
      Use: false
      # When enabled and you have bungeeserver with CMIB on it we will try to detect where player went and we will show switch server message instead of logout if possible
      ServerSwitch: true
  # Check locale file for translation and custom placeholders: [playername], [totalUsers], [onlinePlayers]
  FirstJoinMessage:
    Use: false
Да, я видел это, но не помогает
 

Данный плагин поможет вам в этом деле. Однако, стоит учитывать, что если у вас установлены такие плагины, как AuthMe, Chatty или другие, в некоторых из них может быть возможность отключить ванильные сообщения о входе/выходе. Либо просто установите этот плагин.
Попробуй это, если не можешь отключить в CMI.
 
Назад
Сверху Снизу