aromaa / WorldGuardExtraFlags

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

Console-command-on-entry | works when player join the server #231

Open StKillReal opened 1 year ago

StKillReal commented 1 year ago

Have a region with flag console-command-on-entry minecraft:clear %username% I use the reion for event and players should not ener the region with their "outside" stuff and all works fine, but at the same time, if their game/internet crashes - they lose all their stuff when join the server because the flag works even in this case

aromaa commented 1 year ago

All of the flags with on-entry suffix are only triggered when the player walks in to the region. If they somehow trigger the command it would suggest they exited the region and then came back inside it.