WorldModes

14.1k Downloads

Creative players can access furnaces

contre opened this issue ยท 2 comments

commented

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) {

commented

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:
#8

commented

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