bukkit-plugins repo is missing, need help!

Discussion in 'Bukkit Discussion' started by Koboyashi, Apr 9, 2021.

Thread Status:
Not open for further replies.
  1. Offline

    Koboyashi

    Hello everyone, and some staff.
    Ill get straight to the point, I'm looking for a live link for bukkit-plugins for my maven project.
    The plugin repository code looks like this rn, it features a dead link, I know bukkit has been transformed into spigot mostly, but they have been using bukkit-plugins for some time until somewhere in 2020/2021.
    Where its just gone, and it may be the entire reason why maven is spitting entire symbol errors at me.

    Thanks in advance, hope it doesn't get auto-locked.


    Code:
       
    <pluginRepositories>
        <pluginRepository>
             <id>bukkit-plugins</id>
              <url>https://hub.spigotmc.org/nexus/content/repositories/central/</url>
          </pluginRepository>
    </pluginRepositories>
    
     
  2. Offline

    timtower Administrator Administrator Moderator

    @Koboyashi Might want to check with spigot instead as it is their repo.
     
  3. Offline

    Koboyashi

    Ill try search a little bit more in their repo and make a post on their forums, but by any square chance do you have a copy of the bukkit-plugins repo, from spigot or regular bukkit? It shouldn't be that old considering the bukkit-repo website shutdowned in 2017.
     
  4. Offline

    KarimAKL

    @Koboyashi Why do you not just use Spigot? Also, I do not think "central" exists, have you tried "snapshots"?
     
Thread Status:
Not open for further replies.

Share This Page