Bukkit 1.8 Maven Repo now available

Discussion in 'Plugin Help/Development/Requests' started by cindy_k, Dec 6, 2014.

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

    cindy_k

    If you want to use Maven with your 1.8 plugins. A repo is now available.
    :) Let us know if you have any issues.

    Code:
    <repository>
                <id>spigot-repo</id>
                <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
    </repository>
     
    <!--Spigot-API-->
    <dependency>
              <groupId>org.spigotmc</groupId>
              <artifactId>spigot-api</artifactId>
              <version>1.8-R0.1-SNAPSHOT</version>
    </dependency>
     
    <!--Bukkit API-->
    <dependency>
                <groupId>org.bukkit</groupId>
                <artifactId>bukkit</artifactId>
                <version>1.8-R0.1-SNAPSHOT</version>
     </dependency>
    
    Thanks!
    cindy_k
    Spigot Team
     
    fromgate, SuperOmegaCow and McLive like this.
  2. Offline

    fireblast709

    cindy_k Bukkit 1.8 on a Spigot repo... While it's not released by the Bukkit team, it's more of a fork than an official release.
     
  3. Offline

    teej107

    Can we all agree to rename this "Bukkit 1.8" to "Fork 1.8". If people are refusing to call it "Spigot 1.8", it's the best I can think of.
     
    AdamQpzm and fireblast709 like this.
  4. Offline

    Sleaker

    No, we can't agree. The point is the Spigot team is taking over development of the Bukkit API.. Because all of the 'official' team stepped down and left. I don't see why this is an issue at all.
     
  5. Offline

    fireblast709

    Sleaker Then why not move to the Spigot forums instead. Or host it on Bukkit and make it official.
     
  6. Offline

    caseif

    I'm pretty sure Mojang would be opposed to hosting it here. I can't imagine they want any part in this.
     
  7. Offline

    Kainzo

    <3 you so much!
     
  8. Offline

    teej107

    What differentiates Bukkit and Spigot are the teams that make it and where it is distributed. The "Bukkit" team doesn't exist anymore and CraftBukkit isn't being distributed anymore. The "Spigot" team updated the Bukkit API and CraftBukkit to 1.8 but it is not official and
    If it is Bukkit, then why is it not being offered to download here on the "official Bukkit" forums? It is certainly being offered to download of at the Spigot forums last I checked. Last API/Software I know of that isn't being offered here but is offered at Spigot is the Spigot builds!
     
  9. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    They aren't the only group maintaining a Bukkit fork. To call theirs 'Bukkit' implies they are more official than the others. It isn't.
     
    Zupsub and teej107 like this.
  10. Offline

    Sleaker

    Got links to the other maintainers?
     
  11. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    fromgate and Hoolean like this.
  12. Offline

    Sleaker

    I don't think anyone else has a legitmate 1.8 API coupled with a working 1.8CB.

    All you did was try to link to a fork graph. That just indicates people have forked it. Not that someone is maintaining it with an active usable release. I'm just wondering if any other team has actually put out a 1.8 Bukkit server other than the spigot team. And for that matter, why is it an issue if spigot takes over 'officialness' of Bukkit. They have 35%+ of the server share that is on the bukkit API, and since everyone on the bukkit team just up and left Spigot is the one that will control the API/standard moving forward. It doesn't really matter if the bukkit team transferred maintainer status to them. It's the most used actively developed platform now.
     
  13. Offline

    Kainzo

    Thank god for spigot, y'know?
     
  14. Offline

    fireblast709

    Personally, I would have no issue with this. Just make it official, don't just present it as official (which is what they do now).
     
    teej107 likes this.
  15. Offline

    Sleaker

    but who would make it official other than the community? There is no one left on the bukkit team to do so... Chicken and the egg problem.

    Vault going forward will now use the Spigot released API. If you get essentials to throw in also well then you have a majority of the servers :)
     
  16. Offline

    teej107

    Sleaker It's Spigot official and not Bukkit official. It is not being offered on the Bukkit websites.
     
Thread Status:
Not open for further replies.

Share This Page