WorldGuard

WorldGuard

8M Downloads

Enderchests are not covered by the USE flag

LadyCailinBot opened this issue ยท 5 comments

commented

WORLDGUARD-3336 - Reported by greenman1805

I have set the use flag to allow for global region. But I can't open enderchests. I have also tried it with the chest-access flag but I can't also open enderchests. It says that I'm not allowed to USE that here.

commented

Comment by wizjany

Can you add enderchests to event-handling.interaction-whitelist in your config?

commented

Comment by connor12568

Also try the interact flag, that's what I had to use to get enderchests to work.

commented

Comment by greenman1805

Thanks! The interact flag worked for me! :)

commented

Comment by sk89q

There is a list of materials that concerns the USE flag that we should probably update to include enderchests:

https://github.com/sk89q/WorldGuard/blob/master/src/main/java/com/sk89q/worldguard/bukkit/util/Materials.java#L664

commented

Comment by connor12568

@Greenman1805 You're welcome!