Zarius / Bukkit-OtherBlocks

OtherBlocks (now known as OtherDrops) plugin for Bukkit (dev build: https://www.mediafire.com/?i6ows1g6kus2o0l)
http://dev.bukkit.org/server-mods/otherdrops/
GNU General Public License v3.0
17 stars 17 forks source link

Tracking a Arrows Owner and the Bow it was Shot from #266

Open LanToaster opened 11 years ago

LanToaster commented 11 years ago

It would give the ability to much more customise drops on specific Bows if you could track the Owner and the Bow that it was shot from.

A "Easy" (But Quick and probably Dirty way) to achive this would be to track the Tool the Player is Carrying when the Entity is hit.

Zarius commented 11 years ago

This should already be partially possible using tool: PROJECTILE_ARROW@PLAYER;Zarius for example. Will consider options for tracking back to the bow (only possible way is to check the tool that the player is carrying) later.