Paul19988 / Advanced-Slime-World-Manager

A Spigot plugin that implements the Slime Region Format.
GNU General Public License v3.0
185 stars 71 forks source link

docs: Different Maven Repos in Docs #143

Open Silthus opened 2 years ago

Silthus commented 2 years ago

The API documentation in the Readme differs from the Dev Setup.

Which one is the valid one? Maybe it would be good to only have one source for the same documentation to avoid unwanted differences.

ComputerNerd100 commented 2 years ago

@Silthus Apologies for this - the README one is most up-to-date and has the correct information

I'll get dev setup updated some point today or tomorrow :)

Silthus commented 2 years ago

No worries, I just wanted to inform you about it.

Also it may be worth mentioning that importing the snapshots AND releases repo is required as the nbt dependency is only available in the releases repo.

Or you could create a public proxy repo on your nexus serving snapshots and releases.

ComputerNerd100 commented 2 years ago

Thanks! And yeah this is intended behaviour - we should probably update the docs for this though :D