-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# KeywordBlock | ||
A Bukkit Plugin to Block Keyword | ||
|
||
# 使用方法 | ||
下载最新的Releases版本,扔进Plugins文件夹,使用plugman加载或重启服务器 | ||
|
||
# 特点 | ||
- 添加/删除关键词 提醒消息管理员+控制台广播 | ||
- 玩家试图发送关键词 提醒消息管理员+控制台广播 | ||
- 防止彩字跳过识别 | ||
- 提醒消息自定义 | ||
|
||
# 权限节点 | ||
- KeywordBlock.admin | ||
- KeywordBlock的管理员 | ||
- OP默认有用此权限 | ||
|
||
# 指令 | ||
- /keywordblock | ||
- /keywordblock help | ||
- /keywordblock reload | ||
- /keywordblock list | ||
- /keywordblock add <keyword> | ||
- /keywordblock del <keyword> | ||
|
||
# 开源协议 | ||
MIT License |