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

[Feature Request] event: NOPHYSICS and event: NOFLOW #214

Open clucky opened 11 years ago

clucky commented 11 years ago

I was looking through the documentation and after testing a feature that should be in the build, event: NOPHYSICS, I noticed that the feature was not actually added. In addition to having that added, I would also like to request an event: NOFLOW. The reason I am needing an event: NOFLOW is so that I can successfully create a way to prevent afk cobble farming, using the following code:

otherdrops:
    COBBLESTONE:
      - tool: ANY
        drop: DEFAULT
        chance: 100%
      - tool: ANY
        event: NOFLOW
        chance: 1.0%
CelticMinstrel commented 11 years ago

Isn't flow a subset of physics?

clucky commented 11 years ago

Idk,that's what i thought but i was told it wasn't by someone.