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

dead %v variable in drop: section #363

Open Brunner2 opened 9 years ago

Brunner2 commented 9 years ago

Hi Variable %v works properly in message: and command: but look to be dead in section drop:

f.Ex. If player aaa kill player bbb

Drop: PAPER@!~&c%p

will drop paper with red lorename "aaa"

but

Drop: PAPER@!~&c%v

will drop paper named %v (two red chars)

Brunner2 commented 9 years ago

In /odd command variable %v works properly, like used in others commands, but unfortunately /odd spawn mobs (including corectly set and named ZOMBIE@!~&cSpirit of %v) at end of the line of sight :-S