MinecraftWars / Gringotts

Item based economy plugin for Bukkit
BSD 2-Clause "Simplified" License
37 stars 76 forks source link

TownyAPI [update] #209

Open iomatix opened 4 years ago

iomatix commented 4 years ago

The Towny devs created an API with newer builds. Latest for current day is: https://github.com/TownyAdvanced/Towny/releases/tag/0.95.0.4 The integration should be updated. Kind Regards.

bundabrg commented 4 years ago

Unfortunately their maven repo appear to be set to private and require a github token for read access. I'll consider if there is a good way to integrate this into the build but it does mean that every person who tries to build this will also require their own tokens which I'm personally reluctant to do.

One options is to build it myself and host it on my own repo.

jastice commented 4 years ago

Once upon a time I did setup an artifactory instance at http://repo.zno.de just to provide some necessary dependencies specifically for this build that hadn't been published otherwise. I think nowadays we're better off publishing to a bintray repo.

bundabrg commented 4 years ago

I have a nexus repo so could potentially publish deps to there. Bintray looks like it costs a fee.

jastice commented 4 years ago

Bintray is free for open source repos

TheFlagCourier commented 3 years ago

Unfortunately their maven repo appear to be set to private and require a github token for read access. I'll consider if there is a good way to integrate this into the build but it does mean that every person who tries to build this will also require their own tokens which I'm personally reluctant to do.

One options is to build it myself and host it on my own repo.

This has since been addressed - TownyAdvanced has moved it's primary maven and javadoc ingest to Jitpack.io.