Bastian / bstats-metrics

The different bStats Metrics classes
https://bStats.org
MIT License
98 stars 114 forks source link

support for folia #126

Closed ricsal1 closed 2 months ago

ricsal1 commented 2 months ago

SubmitTaskConsumer seems to halt processing on the scheduler with Folia and since the scheduler itself is usable in schedule and scheduleAtFixedRate methods, so on folia version it is passed a null in order to force call this.submitData().

Tested with auto-generated Metrics class for bukkit with the changes presented here with bstats https://bstats.org/plugin/bukkit/CoolGateway/23166

Regards