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

“BanItem”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
(添加模板)
 
(添加英语原文内容,排版)
第4行: 第4行:
 
|前置插件=无
 
|前置插件=无
 
|兼容服务端版本=1.7.2
 
|兼容服务端版本=1.7.2
|網址=
+
|網址=http://dev.bukkit.org/bukkit-plugins/banitem/
 
}}
 
}}
 +
{{待翻译}}
 +
=概览=
 +
Having trouble with players using modded items like turtles, quarry,etc.? BanItem allows you to ban any item of your choice! Add it to the blacklist which will prevent players to use the item! This plugin is best use for Tekkit or other mod packs server as it can ban items that have bugs, items that can grief houses even though they are protected and also allow owners to unban some items for different ranks!
 +
 +
PermissionEx is Recommended.
 +
 +
All of the BanItem versions works on all modpacks!
 +
 +
 +
 +
 +
 +
=命令=
 +
''BanItem v2.7 update Commands
 +
 +
/banitem clear
 +
/banitem clear <player>''
 +
 +
/BanItem add <reason>
 +
 +
Adding Item you wish to ban to the blacklist.
 +
 +
/BanItem add all <reason>
 +
 +
Adding Item (all durability) you wish to ban to the blacklist.
 +
 +
/BanItem del
 +
 +
Removing Item you wish to ban to the blacklist.
 +
 +
Instruction for adding and deleting item from blacklist
 +
 +
Hold the item that you wish to ban or unban, and type the command.
 +
 +
/BanItem reload
 +
 +
Reload BanItem Config
 +
 +
/BanItem check
 +
 +
Checks is the item in your hand is banned or not.
 +
 +
/BanItem toggle conf
 +
 +
toggle confiscate,
 +
 +
=权限=
 +
Banitem.add
 +
Banitem.del
 +
BanItem.reload
 +
BanItem.check
 +
BanItem.toggle
 +
banitem.clear
 +
banitem.clear.player
 +
Banitem.*
 +
==Bypass Perms==
 +
 +
banitem.int.<itemid>:<data>
 +
banitem.break.<itemid>:<data>
 +
banitem.place.<itemid>:<data>
 +
banitem.click.<itemid>:<data>
 +
banitem.pickup.<itemid>:<data>
 +
banitem.bypass.<itemid>:<data>
 +
==Example of Bypass Perms==
 +
 +
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'.

2015年3月22日 (日) 16:08的版本

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

概览

Having trouble with players using modded items like turtles, quarry,etc.? BanItem allows you to ban any item of your choice! Add it to the blacklist which will prevent players to use the item! This plugin is best use for Tekkit or other mod packs server as it can ban items that have bugs, items that can grief houses even though they are protected and also allow owners to unban some items for different ranks!

PermissionEx is Recommended.

All of the BanItem versions works on all modpacks!



命令

BanItem v2.7 update Commands

/banitem clear /banitem clear <player>

/BanItem add <reason>

Adding Item you wish to ban to the blacklist.

/BanItem add all <reason>

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

/BanItem del

Removing Item you wish to ban to the blacklist.

Instruction for adding and deleting item from blacklist

Hold the item that you wish to ban or unban, and type the command.

/BanItem reload

Reload BanItem Config

/BanItem check

Checks is the item in your hand is banned or not.

/BanItem toggle conf

toggle confiscate,

权限

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

Bypass Perms

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

Example of Bypass Perms

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'.