sunkid / WorldModes

A bukkit plugin to enforce world-specific game modes
2 stars 0 forks source link

Creative players can access furnaces #8

Closed contre closed 12 years ago

contre commented 12 years ago

I'm not sure if this is intended or not, but creative players can access furnaces even when blocked from accessing chests and dispensers.

Line 81 of WMPlayerListener.java if (block.getType() == Material.CHEST || block.getType() == Material.DISPENSER) {

sunkid commented 12 years ago

Yes, that is intended! Cutting them off from furnaces seems to restrictive on game play IMHO.

On Nov 8, 2011, at 3:11 PM, contre wrote:

I'm not sure if this is intended or not, but creative players can access furnaces even when blocked from accessing chests and dispensers.

Line 81 of WMPlayerListener.java if (block.getType() == Material.CHEST || block.getType() == Material.DISPENSER) {


Reply to this email directly or view it on GitHub: https://github.com/sunkid/WorldModes/issues/8

contre commented 12 years ago

I figured since they had access to every item, they wouldn't need to smelt things. Fair enough if it was intended.