MiraculixxT / bluemap-banner

A BlueMap addtion. Give your players the opportunity to create their own live markers on BlueMap via an vanilla features. Banners!
GNU General Public License v3.0
6 stars 2 forks source link

Folia support #1

Closed sofianedjerbi closed 1 year ago

sofianedjerbi commented 1 year ago

Add folia support The plugin doesn't use the scheduler / async teleporter, no further modifications are needed

MiraculixxT commented 1 year ago

Both data lists in the MarkerManager are not thread save. Both could be modified at the very same time by the block listeners from different threads which causes unexpected behavior

sofianedjerbi commented 1 year ago

Both data lists in the MarkerManager are not thread save. Both could be modified at the very same time by the block listeners from different threads which causes unexpected behavior

Yes. Kspigot also hide scheduler calls. So i closed this