Time6628 / CatClearLag

ClearLag for sponge.
MIT License
13 stars 22 forks source link

Adding specific exceptions by other plugins #5

Closed randombyte-developer closed 7 years ago

randombyte-developer commented 7 years ago

I am in the process of creating a plugin that spawns uncollectable items. CatClearLag would remove these entities. I suggest adding a method for custom checks that can be added by other plugins. This would give the plugins control over the clearing process.

Time6628 commented 7 years ago

👍

Time6628 commented 7 years ago

Began working on a service that you will be able to use though the sponge permission manager, https://github.com/Time6628/CatClearLag/commit/d478198434391ad6d09e1419df342bd01f37dc07 if there are any suggestions or requests please let me know.

randombyte-developer commented 7 years ago

You didn't seem to add the actual service to git.

Time6628 commented 7 years ago

It's added now.

randombyte-developer commented 7 years ago

Thanks!