- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
AdvancedBan:修订间差异
Mr baipiao(留言 | 贡献) (→介绍) |
Mr baipiao(留言 | 贡献) 无编辑摘要 |
||
第10行: | 第10行: | ||
*这是 BungeeCord 和 Bukkit/Spigot-Plugin 合二为一,它支持 MySQL 和本地嵌入式数据库以提供高性能。 | *这是 BungeeCord 和 Bukkit/Spigot-Plugin 合二为一,它支持 MySQL 和本地嵌入式数据库以提供高性能。 | ||
由 [http://skamps.eu/ Leoko] | 由 [http://skamps.eu/ Leoko] | ||
==指令== | |||
[需要] | |||
<可选> | |||
| = 或 | |||
-s = 静默惩罚(不通知他人) | |||
/kick <-s> [玩家] <原因 | @布局> | |||
踢一名玩家 | |||
/ban /mute /warn /note <-s> [玩家] <原因 | @布局> | |||
禁止/禁言/警告玩家/向玩家添加原因 | |||
/banip <-s> [玩家/IP] <原因 | @布局> | |||
禁止玩家的IP。 如果您输入名称,它将使用缓存的 IP | |||
/tempban /tempmute /tempwarn <-s> [玩家] [Xmo|Xd|Xh|Xm|Xs|#TIMELAYOUT] <原因 | @布局> | |||
临时禁止/静音/警告玩家给定时间或自动时间计算的时间布局 | |||
/tempipban <-s> [玩家/IP] [Xmo|Xd|Xh|Xm|Xs|#TIMELAYOUT] <原因 | @布局> | |||
临时IPban 一个给定时间或具有自动时间计算的时间布局的玩家 | |||
别名:/tipban | |||
/change-reason [ID] [新原因] | |||
通过id更改处罚原因 | |||
/change-reason [禁令/禁言] [玩家] [新理由] | |||
更改玩家处罚的原因 | |||
/unban /unmute [玩家] | |||
解禁令/解禁言玩家 | |||
/unwarn /unnote [ID] | |||
删除警告/删除注释 | |||
/unwarn /unnote clear [玩家] | |||
删除玩家的所有警告/注释 | |||
/unpunish [ID] | |||
删除惩罚 | |||
/warns /notes <玩家> | |||
查看您自己或玩家的警告/注意事项。 | |||
/check [玩家] | |||
获取玩家状态:UUID/IP/Country/Ban-Status/Mute-Status/Warn-Count/Note-Count | |||
/banlist <页面> | |||
查看所有当前有效的惩罚 | |||
/history [玩家] <页面> | |||
查看所有当前有效的惩罚 | |||
使用命令 - ab.history | |||
/advancedban reload | |||
重载插件 | |||
/advancedban help | |||
显示advancedban的帮助 | |||
/systemprefs | |||
显示一些对配置有用的系统信息 | |||
==权限== | |||
ab.kick.use - /kick 踢玩家 | |||
ab.kick.exempt - Immune to kicking 免疫被踢 | |||
ab.notify.kick - Receives notification 接收kick通知 | |||
ab.ban.perma - /ban 禁令 | |||
ab.ban.temp - /tempban 临时禁令 | |||
ab.ban.undo - /unban 解除禁令 | |||
ab.ban.exempt - Immune to ban 免疫禁令 | |||
ab.notify.ban - Receives notification 接收ban通知 | |||
ab.undoNotify.ban - Receives notification when someone gets unbanned 当有人被解禁时收到通知 | |||
ab.notify.tempban - Receives notification 接收临时禁令通知 | |||
ab.ipban.perma - /ipban IP禁令 | |||
ab.ipban.temp - /tempipban 临时IP禁令 | |||
ab.notify.ipban - Receives notification 接收临时IP禁令通知 | |||
ab.tempipban.exempt - Immune to tempipban 对临时IP禁令免疫 | |||
ab.notify.tempipban - Receives notification 接收临时IP禁令通知 | |||
ab.mute.perma - /mute 禁言 | |||
ab.mute.temp - /tempmute 临时禁言 | |||
ab.mute.undo - /unmute 解除禁言 | |||
ab.mute.exempt - Immune to mute 免疫禁言 | |||
ab.notify.mute - Receives notification 接收禁言通知 | |||
ab.undoNotify.mute - Receives notification when someone gets unmuted 当有人取消禁言时收到通知 | |||
ab.notify.tempmute - Receives notification 接收临时禁言通知 | |||
ab.warn.perma - /warn 警告 | |||
ab.warn.temp - /tempwarn 临时警告 | |||
ab.warn.undo - /unwarn 解除警告 | |||
ab.warn.exempt - Immune to warn 免疫警告 | |||
ab.notify.warn - Receives notification 接收警告通知 | |||
ab.undoNotify.warn - Receives notification when someone gets unwarned 当没有人被警告是通知 | |||
ab.notify.tempwarn - Receives notification 接收临时警告通知 | |||
ab.note.use - /note | |||
ab.note.undo - /unnote | |||
ab.note.exempt - Immune to receiving notes | |||
ab.notify.note - Receives notification | |||
ab.undoNotify.note - Receives notification when someone gets unnoted | |||
ab.all.undo - /unpunish | |||
ab.warns.own - /warns | |||
ab.warns.other - /warns PLAYER | |||
ab.notes.own - /notes | |||
ab.notes.other - /notes PLAYER | |||
ab.check - /check | |||
ab.check.ip - Also shows IP | |||
ab.changeReason - /change-reason | |||
ab.banlist - /banlist | |||
ab.history - /history | |||
ab.reload - /advancedban reload | |||
ab.help - /advancedban help | |||
ab.systemprefs - /systemprefs |
2022年6月2日 (四) 09:50的版本
外文名 | AdvancedBan |
最新版本 | V2.3.0 |
源地址 | https://www.spigotmc.org/resources/advancedban.8695/ |
综述
介绍
- AdvancedBan 是一个多合一的惩罚系统,带有警告、临时警告、禁言、临时禁言、禁令、临时禁令、IP禁令、临时IP禁令 和踢。
- 该插件具有可配置的时间和消息布局,可出于某些原因自动计算和增加惩罚时间。
- AdvancedBan 还提供了一个完整的消息文件,因此您可以更改和翻译所有消息和一个包含许多有用设置的详细配置文件。
- 这是 BungeeCord 和 Bukkit/Spigot-Plugin 合二为一,它支持 MySQL 和本地嵌入式数据库以提供高性能。
由 Leoko
指令
[需要] <可选> | = 或 -s = 静默惩罚(不通知他人)
/kick <-s> [玩家] <原因 | @布局> 踢一名玩家
/ban /mute /warn /note <-s> [玩家] <原因 | @布局> 禁止/禁言/警告玩家/向玩家添加原因
/banip <-s> [玩家/IP] <原因 | @布局> 禁止玩家的IP。 如果您输入名称,它将使用缓存的 IP
/tempban /tempmute /tempwarn <-s> [玩家] [Xmo|Xd|Xh|Xm|Xs|#TIMELAYOUT] <原因 | @布局> 临时禁止/静音/警告玩家给定时间或自动时间计算的时间布局
/tempipban <-s> [玩家/IP] [Xmo|Xd|Xh|Xm|Xs|#TIMELAYOUT] <原因 | @布局> 临时IPban 一个给定时间或具有自动时间计算的时间布局的玩家 别名:/tipban
/change-reason [ID] [新原因] 通过id更改处罚原因
/change-reason [禁令/禁言] [玩家] [新理由] 更改玩家处罚的原因
/unban /unmute [玩家] 解禁令/解禁言玩家
/unwarn /unnote [ID] 删除警告/删除注释
/unwarn /unnote clear [玩家] 删除玩家的所有警告/注释
/unpunish [ID] 删除惩罚
/warns /notes <玩家> 查看您自己或玩家的警告/注意事项。
/check [玩家] 获取玩家状态:UUID/IP/Country/Ban-Status/Mute-Status/Warn-Count/Note-Count
/banlist <页面> 查看所有当前有效的惩罚
/history [玩家] <页面> 查看所有当前有效的惩罚 使用命令 - ab.history
/advancedban reload 重载插件
/advancedban help 显示advancedban的帮助
/systemprefs 显示一些对配置有用的系统信息
权限
ab.kick.use - /kick 踢玩家 ab.kick.exempt - Immune to kicking 免疫被踢 ab.notify.kick - Receives notification 接收kick通知
ab.ban.perma - /ban 禁令 ab.ban.temp - /tempban 临时禁令 ab.ban.undo - /unban 解除禁令 ab.ban.exempt - Immune to ban 免疫禁令 ab.notify.ban - Receives notification 接收ban通知 ab.undoNotify.ban - Receives notification when someone gets unbanned 当有人被解禁时收到通知
ab.notify.tempban - Receives notification 接收临时禁令通知
ab.ipban.perma - /ipban IP禁令 ab.ipban.temp - /tempipban 临时IP禁令 ab.notify.ipban - Receives notification 接收临时IP禁令通知
ab.tempipban.exempt - Immune to tempipban 对临时IP禁令免疫 ab.notify.tempipban - Receives notification 接收临时IP禁令通知
ab.mute.perma - /mute 禁言 ab.mute.temp - /tempmute 临时禁言 ab.mute.undo - /unmute 解除禁言 ab.mute.exempt - Immune to mute 免疫禁言 ab.notify.mute - Receives notification 接收禁言通知 ab.undoNotify.mute - Receives notification when someone gets unmuted 当有人取消禁言时收到通知
ab.notify.tempmute - Receives notification 接收临时禁言通知
ab.warn.perma - /warn 警告 ab.warn.temp - /tempwarn 临时警告 ab.warn.undo - /unwarn 解除警告 ab.warn.exempt - Immune to warn 免疫警告 ab.notify.warn - Receives notification 接收警告通知 ab.undoNotify.warn - Receives notification when someone gets unwarned 当没有人被警告是通知
ab.notify.tempwarn - Receives notification 接收临时警告通知
ab.note.use - /note ab.note.undo - /unnote ab.note.exempt - Immune to receiving notes ab.notify.note - Receives notification ab.undoNotify.note - Receives notification when someone gets unnoted
ab.all.undo - /unpunish
ab.warns.own - /warns ab.warns.other - /warns PLAYER
ab.notes.own - /notes ab.notes.other - /notes PLAYER
ab.check - /check ab.check.ip - Also shows IP
ab.changeReason - /change-reason ab.banlist - /banlist ab.history - /history ab.reload - /advancedban reload ab.help - /advancedban help ab.systemprefs - /systemprefs