pop4959 / ChunkyBorder

An add-on for Chunky which lets you create and manage world borders.
GNU General Public License v3.0
46 stars 11 forks source link

Could you expose the ChunkyBorder object? #34

Closed donvi-bz closed 2 years ago

donvi-bz commented 2 years ago

As far as I can tell, this is the only thing keeping me back from having working ChunkyBorder integration.

pop4959 commented 2 years ago

Thanks for the PR, I've opted to go the route of registering the class as a service rather than adding a method to the plugin. This avoids the need to get the plugin in order to get the ChunkyBorder instance, and should make things easier later when considering the transition to a proper API.