Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitelist #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# MCDR-pluginsMCDR插件集合
# Whitelist
[English](https://gitee.com/gu_zt666/MCDR-plugins/blob/Whitelist/README_EN.MD)

> [MCDReforged](https://github.com/Fallen-Breath/MCDReforged) 白名单管理插件
>
> 这是一个白名单管理插件
>
> 它可以使管理员无OP情况下管理白名单

**MCDaemon**

如果您拥有Linux环境并愿意将本插件移植至MCDaemon。

请创建一个Whitelist-MCD.py,我将很高兴接受Pull requests。

## 使用方法

| 命令 | 功能 | 权限 |
|---|---|---|
| !!whitelist | 查看帮助 | user |
| !!whitelist add <玩家> | 将玩家添加至白名单 | helper |
| !!whitelist remove <玩家> | 将玩家移出白名单 | helper |
| !!whitelist search <玩家> | 判断玩家是否添加至白名单 | user |
| !!whitelist list | 列出所有在白名单内的玩家 | user |
| !!whitelist reload | 从白名单文件重新加载白名单 | helper |
| !!whitelist on | 开启白名单 | admin |
| !!whitelist off | 关闭白名单 | admin |
File renamed without changes.
Empty file.
106 changes: 0 additions & 106 deletions plugins/ServerReload/SeverReload-v0.3.2.py

This file was deleted.