aromaa / WorldGuardExtraFlags

Extension for the WorldGuard plugin.
https://www.spigotmc.org/resources/worldguard-extra-flags.4823
MIT License
88 stars 70 forks source link

command-on-entry doesn't check for y coordinates #227

Closed JohnHeikens closed 1 year ago

JohnHeikens commented 1 year ago

imagine if a region is between y 44 and y 45 but the player goes 'above' the region (x and z are inside but y is above) it will still execute the command.

aromaa commented 1 year ago

Not really sure what you mean? If you go though the region while moving it will execute the command. Also the Y position is taken from your feet.

JohnHeikens commented 1 year ago

my excuses, it seems to work now.