機能
- 指定範囲内のドロップアイテムを自動回収
- リストから各チェストをモニタ可能
URL
導入
プラグイン
pluginsフォルダにjarファイルを配置。
設定
You can configure DropChest by pasting the contents of the following block to plugins/DropChest/dropchest.cfg
Should the dropchest drop items when it gets a redstone signal?
droponredstone=true
How long should the dropchest not suck items after it has dropped them
waitafterdrop=10
Should users be able to protect chests like in LWC?
usercanprotectchest=true
Which is the default radius if you omit the radius argument in /dropchest add?
defaultradius=2
Which should be the maximum radius for players that have not dropchest.setBig and aren't ops?
fallbackradius=15
At which fill-status should the chest warn you?
warnfillstatus=90
Which message should appear as warning?
You can use this variables (example):
$owner : the owner of the chest (narrowtux)
$name : the name of the chest (my superduper mobtower chest/#42)
$fill : The fill status, in percent (81)
warnmessage=$owner, your chest $name is nearly full($fill%).
Permission
You can use these nodes:
dropchest - To get the right to use DropChest
dropchest.create - To call /dropchest add
dropchest.remove - To call /dropchest remove chestid
dropchest.radius.set - To set the radius of a Chest to something else than 2
dropchest.radius.setBig - To have unlimited radius
dropchest.which - To have access to the /dropchest which command
dropchest.teleport - To be able to teleport via /dropchest tp chestid
dropchest.filter - To set or reset filters
dropchest.filter.set - To set filters in interactive mode
dropchest.filter.reset - To reset filters in interactive mode (click with nothing in hand)
dropchest.list - To have access to /dc list and /dc info
dropchest.destroy - To be able to break a dropchest without removing it before.
dropchest.protect - To be able to protect a chest
dropchest.moderator - To be able to modify a dropchests properties even if you're not the owner. Also, ops and the console can do that.
You can use these variables:
dropchestmaxradius - To adjust the maximum radius for a group or a user
How to use variables:
Code:
users:
narrowtux:
info:
dropchestmaxradius: 1000
This is just an example and this also works with groups!
コマンド
To add a chest to the "watchlist", type
Code:
/dropchest add [radius]
After that, rightclick the chest that you want to add. Radius is the radius in which the Chest should suck items. Default value is 2.
To remove a chest from the "watchlist", just type
Code:
/dropchest remove chestid
where chestid is the number of the chest that you get when you call /dropchest list
You can list the chests that are on the watchlist via
Code:
/dropchest list
You can adjust the radius of a chest via
Code:
/dropchest setradius chestid radius
You can check which id and radius the Chest in front of you has:
Code:
/dropchest which
after that, rightclick on the Chest to get information about it.
If you are sitting in front of the console, or don't want to rightclick, you can use
Code:
/dropchest info chest
It will generate the same output as /dc which.
You can teleport to a chest via
Code:
/dropchest tp chestid
where chestid is the ID of the dropchest
You can set the name of a DropChest via
Code:
/dropchest setname {chestid} {newname}
The name is displayed in chest is full warnings, and in the DropChest list!
If you migrate from 0.6 to 0.7, you can set the owner of a dropchest by typing:
Code:
/dropchest setowner {chest} {newowner}
You can protect a chest by typing
Code:
/dropchest protect {chest} {on|off}
You can always use /dc instead of /dropchest if you are lazy.
Another very helpful command is /dcitem:
Code:
/dcitem [NAME|id]
This can be used to obtain the name of an item by it's id or get an id of the item-name.
This doesn't work with all names, though.
Use the new command /chestinfo {name|id} to get info about what's inside the chest.
Omit the argument and rightclick on any chest to get info about that.
Example:
Code:
>/dcitem 4
4 is COBBLESTONE
>/dcitem cobblestone
COBBLESTONE is 4
最終更新:2012年09月20日 04:42