kangarko / Boss

Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
https://www.mc-market.org/resources/21619/
77 stars 28 forks source link

1.8.9: Region Keeping doesn't work with worldguard #1267

Closed Henriiig closed 1 month ago

Henriiig commented 1 month ago

I don't know if this is actually intended but right now I have to set up a worldguard region for spawning and also a boss region for keeping since it doesn't track if the boss leaves the worldguard region and then despawn it.

kangarko commented 1 month ago

Due to performance reasons this feature is currently limited to Boss native region system

Henriiig commented 4 weeks ago

@kangarko How are you checking for this in boss? Was just wondering and if it was "laggy" to loop all the entities and test for the name of the region they are currently in at their location :D

kangarko commented 3 weeks ago

WorldGuard APIs provided methods which were inefficient for this kind of lookup