• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

BanItem

来自Minecraft插件百科
Iwar讨论 | 贡献2015年4月26日 (日) 16:42的版本 权限: 排版
跳转至: 导航搜索
BanItem
外文名BanItem
插件类型Spigot / CraftBukkit
最新版本v2.8
兼容服务端1.7.2
前置插件
源地址http://dev.bukkit.org/bukkit-plugins/BanItem
Icon-info.png
本页面已存在其他语言的内容,请协助翻译为本地化的中文。
  • 点击此处开始翻译。
  • 如本模板出现在原文存档页面,请注意更新主页面后,仍需要去除此处该模板。
  • 如当前页面已经没有需要翻译的内容,请删去待翻译模板。
  • 有标题的大篇幅文章,如果短时间内无法全部翻译,请先把所有的标题翻译出来,以便之后的贡献者选择与翻译章节内容。

概览

不想让玩家使用模组中的物品,就像海龟, 采石场[1]这种? BanItem可以根据你的选择禁止任何物品!只需要将物品添加到黑名单中即可实现! 此插件可以在Tekkit或是其它模组服务器上运行,用于封禁含有bug的物品、无视房屋保护机制的物品,服主也可以根据需要对物品进行不同程度的解禁!

推荐使用PermissionEx

全版本适用于所有模组!

命令

BanItem v2.7 新增命令

/banitem clear

/banitem clear <player>

/BanItem add <reason>

将物品添加至黑名单.

/BanItem add all <reason>

Adding Item (all durability) you wish to ban to the blacklist.[2]

/BanItem del

将物品从黑名单中移出.

用法说明 添加或移出黑名单中的物品时

手中拿着需要进行操作的物品并输入命令.

/BanItem reload

重载插件的配置[3].

/BanItem check

查看当前物品的封禁状态.

/BanItem toggle conf

toggle confiscate,[4]

权限节点

  • Banitem.add
  • Banitem.del
  • BanItem.reload
  • BanItem.check
  • BanItem.toggle
  • banitem.clear
  • banitem.clear.player
  • Banitem.*

越权节点

[5]

  • banitem.int.<itemid>:
  • banitem.break.<itemid>:
  • banitem.place.<itemid>:
  • banitem.click.<itemid>:
  • banitem.pickup.<itemid>:
  • banitem.bypass.<itemid>:

示例

  • banitem.bypass.35:* Bypass all colored wool if banned
  • banitem.bypass.35:0 Bypass white colored wool if banned

Features

Adding permission for groups/players Shows list of Items! Add Item on your hand to the blacklist Delete Item that are blacklisted Console Commands for clear,list and help. Player command Clear blacklist Blacklisting items that have different itemdata. (for example, 35:3, 35:7) bypassing banned items with permission. (for example, banitem.bypass.35:* or banitem.bypass.35:6) added blacklisted item pickup more Advanced Config file Shows reason when its banned.

Tutorial

Update Check

just disable the update check by putting 'false' on 'UpdateChecker'. Example: UpdateChecker: false

Installing plugin

Download the plugin, install it on the server by unzipping the zip file and then move banitem.jar file into your plugins folder. Restart the server .

Adding ban item to ban list

In game

/banitem add <reason> ( use this command when you're holding the item u wish to ban ). This is the most simplest way to add the item you wish to ban in the list.

On config

Navigate to banitem folder in your plugins folder. Open config.yml. Look at 'default-config.yml' for reference of how to add ban item into the config. After adding your list of ban items, just type /banitem reload on the server.(or if the server is off, just start it up) You're set!

Example for 3

- '5:-1:Wood is just awesome' [ -1 refers to all the numbers]. - '35:6:No touching this wool'.

  1. 应是某些MOD中的物品,原文中名称为turtles,quarry
  2. 作用不明
  3. 此处是指配置文件还是该插件全部配置尚不明确,原文为config
  4. 原文中此处似未输入完整句子?作用不明
  5. 此处bypass翻译为越权,寻求更好翻译