Bai-Yu
服务器用的不是ESS是CMI

CMI插件Modules里面customMessages设置false也没用
服务器核心版本:1.18.1 purpur1504
大部分加入插件都不支持1.18.1
有大神教一下如何关闭吗




金银白花
skript可以写取消提示

超级粒子炮
本帖最后由 超级粒子炮 于 2022-1-15 01:30 编辑

找到 CMI 文件夹里的 config.yml 文件,搜索 "Messages:" ,禁用 加入和退出消息。
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 posible
      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 posible
      ServerSwitch: true
  # Check locale file for translation and custom placeholders: [playername], [totalUsers], [onlinePlayers]
  FirstJoinMessage:
    Use: false
  DeathMessage:
    # Defines number of players from which to automatically start hiding death messages
    # Set to -1 to disable this
    AutoHideFrom: -1






NEIKI
Messages:
  Login:
    # 设置为true,玩家登陆消息不会显示
    Disabled: false
开这个就行了,不需要开自定义登录消息。
config配置,不用改模块的开关。

Bai-Yu
NEIKI 发表于 2022-1-15 00:07
Messages:
  Login:
    # 设置为true,玩家登陆消息不会显示

????这个配置在那?

PPStudio
可以试试这个插件,下载放到plugins目录下就行了
https://www.spigotmc.org/resourc ... 96349-0-gaNycGzNDlE

oooP1n
这个是原版的吗?如果关不掉可以使用频闭插件

NEIKI
Bai-Yu 发表于 2022-1-15 05:22
????这个配置在那?

config.yml里面。。。
DeathMessage这设置的上面。
我也是用cmi,找了个对照汉化配置,cmi功能很多,多摸索摸索。

小A大魔王
essentials里面config

custom-join-message: "&7"
custom-quit-message: "&7"

这样

Bai-Yu
超级粒子炮 发表于 2022-1-14 22:45
找到 CMI 文件夹里的 config.yml 文件,搜索 "Messages:" ,禁用 加入和退出消息。

关了也没用的= =

Bai-Yu
小A大魔王 发表于 2022-1-15 10:17
essentials里面config

custom-join-message: "&7"

我服务器不装ESS,因为用不到里面的功能。

超级粒子炮
Bai-Yu 发表于 2022-1-15 12:53
关了也没用的= =

CMI插件Modules里面customMessages设置true才可以使用这个功能。