WorldGuard

WorldGuard

8M Downloads

Player move event not working (World configurations)

LadyCailinBot opened this issue ยท 1 comments

commented

WORLDGUARD-3084 - Reported by adrian_heroe

I have a world in which I want to set the move event to false so that players do not get spammed with "You're not allowed in this area" message from the entry deny flag. In the respective world config, the only line I have is:
use-player-move-event: false (replaced the {})
In the default config, the move event is set to true. Apparently the world config doesnt override the default one, at least, on this option. Any idea why? Is it a bug or am I using a wrong syntax?

commented

Comment by wizjany

that option isn't world-specific, as it toggles whether the plugin listens to events as a whole. sorting out what world it comes from comes later.