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

[Request] "Command execution" as Drop #233

Closed NemesisMate closed 11 years ago

NemesisMate commented 11 years ago

The title says it all, it would be great if drops could be an execution command. An improvement to this feature could be to let the usage of some special variables on commands like @p (The player that caused the drop), @t (The tool that caused the drop), etc, etc.

Zarius commented 11 years ago

Already there :) See the "command" parameter here: http://dev.bukkit.org/server-mods/otherdrops/pages/parameters/#w-actions

Example:

  ZOMBIE:
    - message: "running a command!"
      command: "/say %p used a %t on a %v to get a %d."

Closing the issue but feel free to comment :)