-
Notifications
You must be signed in to change notification settings - Fork 0
Velocity Version
John Richard edited this page Aug 22, 2024
·
7 revisions
在releases中,你可以看见许多发行版 而标签(tag)带有-VC的就是Velocity发行版(e.g. 24W1A-VC)(不过我打算放弃这个项目了
将它放在你服务器的 "Velocity端文件夹/plugins/" 里,重启服务器
Velocity似乎没有能直接阻止玩家消息分发的方法,我们使用了一种很投机取巧的方法
快照版e.g: 24W1A ,其中_24_代表年份,_W_代表后面是开发版本_1_代表开发版本号_A_为补丁号(A,B,C,D......)都是了 正式版:与bukkit版一致
addbadwd
手动添加违禁词进yml
delbadwd
手动删除违禁词
指令仅能控制台使用
我们的内置资源存放于jar内,不会创建内置资源txt到目录下。
banThreshold: 3
banDuration: 5
forbiddenWords:
- bad
- swear
- inappropriat
其中我们提供了三个示例词汇,您可以选择性删除,
banThreshold: 3
禁言的阈值
banDuration: 5
禁言时间(min)