Render state / block tile entity state for dynmap api
semicolonmystery opened this issue ยท 0 comments
I am trying to make small plugin for my minecraft plugin and I am using the DynmapCoreApi for rerendering of some tiles that don't render for some reason. But I have found that there is no way to know the state of the render when I trigger it. So what I want is to eather report the render to console or have a option to get state of the render.
I hope someone can solve my problem, thanks a lot.