aromaa / WorldGuardExtraFlags

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

Could not pass event AsyncPlayerChatEvent to WorldGuardExtraFlags v4.1.4-DEV #114

Closed andrewkm closed 4 years ago

andrewkm commented 4 years ago

Got the following during a /wg reload https://pastebin.com/raw/yFBU8TUR

WorldGuard: 7.0.3-2030 Paper: 1.15.2-176

aromaa commented 4 years ago

WorldGuard seems to remove the world configs for short period of time before applying the new config. Because the chat is async, meaning that it runs off the game thread there is small window where the plugin is unable to find the world settings.

This is so rare case that I won't even bother to do anything with this