deathmarine / DiabloDrops

Bukkit plugin that adjusts the mob dropping mechanics to include regularly dropped enchanted items that could be commonly found in Diablo.
http://dev.bukkit.org/bukkit-plugins/diablodrops/
GNU General Public License v3.0
17 stars 19 forks source link

Items and Armor causing 1 shots #49

Open joebladon opened 11 years ago

joebladon commented 11 years ago

Many of the items and armour cause player to 1 shot people when its being used. Also they bypass any protection system running (Worldguard, faction), godmode and creative mode.

I can see in the version information that in 3.0 "Fix - damage values" Is this a planned fix for this or is it taking about or item ID damage values?

ToppleTheNun commented 11 years ago

There's no way for us to prevent players from getting hurt or affected in protection regions without hooking those plugins. We don't want to do that as it would add lots of weight to the plugin.

God mode is the same thing. We can't really check for other plugins' God modes without hooking them.

We can do creative mode, however.