Back
Source file

Languages (语言)

EN/English | ZH-CN/简体中文

Auto Greeting (自动问候)

一个 Fabric 模组,可在你自己其他玩家加入服务器时自动发送问候消息。

功能特性

命令概览

说明:

例如:

/autogreet [other|self] status

表示以下两者之一:

/autogreet other status

或:

/autogreet self status

命令

Status (状态)

控制自动问候是启用还是禁用

/autogreet [self|other] status
/autogreet [self|other] status enable
/autogreet [self|other] status disable
/autogreet [self|other] status toggle

Message (消息)

控制该模组发送的内容。

你可以使用占位符。

/autogreet [self|other] message add <message>
/autogreet [self|other] message add <message> <index>
/autogreet [self|other] message remove
/autogreet [self|other] message remove <index>
/autogreet [self|other] message remove all
/autogreet [self|other] message list

self (自己的) 可用占位符

占位符 说明
@player 玩家名称
@UUID UUID
@X X 坐标(最多保留 3 位小数)
@Y Y 坐标(最多保留 3 位小数)
@Z Z 坐标(最多保留 3 位小数)
@health 当前生命值
@level 当前经验等级

other (他人的) 可用占位符

占位符 说明
@player 玩家名称
@UUID 玩家 UUID

whitelist / blacklist (黑名单 / 白名单)

/autogreet other [whitelist|blacklist] list
/autogreet other [whitelist|blacklist] clear confirm

/autogreet other [whitelist|blacklist] [match|except] list

/autogreet other [whitelist|blacklist] [match|except] [equal|contain|startWith|endWith] add <pattern>
/autogreet other [whitelist|blacklist] [match|except] [equal|contain|startWith|endWith] remove
/autogreet other [whitelist|blacklist] [match|except] [equal|contain|startWith|endWith] remove <index>
/autogreet other [whitelist|blacklist] [match|except] [equal|contain|startWith|endWith] remove all
/autogreet other [whitelist|blacklist] [match|except] [equal|contain|startWith|endWith] list

示例

/autogreet self message add Hello, I'm @player at (@X, @Y, @Z)
/autogreet self message add HP: @health | Level: @level

/autogreet other message add Welcome @player!
/autogreet other message add Hello @player (@UUID)

消息行为

如果一条消息 / 开头,则会作为命令执行。

如果一条消息不以 / 开头,则会作为普通聊天消息发送。

过滤规则

other 问候支持:

这些规则用于判断某个加入玩家的名称是否应触发问候逻辑。

过滤行为

说明

支持版本

许可证

MIT