Release page for Japanese is here.
http://forum.minecraftuser.jp/viewtopic.php?f=38&t=21210&p=192155#p192155
You can capture other players and mobs by this plugin.


You can capture by right click of CaptureRod. The captured player/mob will be disabled all actions such as move, jump, attack. Also, captured player/mob will be pulled by the wire of CaptureRod. If you right click again, cut off wire and removed action disabled.
Put "CaptureRod.jar" in plugins folder. To get CaptureRod,
(You can enable/disable crafting by editing config.yml file.)
Command is /capturerod. Aliase is /cap. Sub commands are as follows:
Permissions are as follows:
You can configuration capture rod by editing "plugins/CaptureRod/config.yml".
# CaptureRod v1.0.0 # @author ucchy # @license LGPLv3 # @copyright Copyright ucchy 2014 # Capture range distance. # You can set this parameter 1 - 30. captureRange: 8 # Enable crafting CaptureRod. enableCraft: true # CaptureRod wire length. wireLength: 3.0 # CaptureRod wire tension. # If you set smaller value, wire tension will be stronger. wireTension: 5.0 # CaptureRod durability cost per using. durabilityCost: 2
Source codes managed in Github. https://github.com/ucchyocean/CaptureRod
These codes licensed under LGPLv3.