Skip to content
Maximvdw edited this page Nov 5, 2014 · 4 revisions

Spigot Site API

About

Spigot is a fork of the well known Minecraft Server mod called Bukkit. In the past most plugins were uploaded to http://dev.bukkit.org/ but since September 2014 more and more plugins are being uploaded and sold on http://www.spigotmc.org/

This API allows developers to fetch data from the site or even authenticate users. This allows the creating of update checkers or even auto updaters for both normal as premium resources (since authenticated users can download their premium resources).

Despite being mostly aimed for the resource section of Spigot the API will provide support for the forums and user data.

Possiblities

  • BukGet alternative for Spigot
  • Check for resource updates
  • Auto download new resource updates
  • Verify premium resources
  • Get resource changelogs
  • Get user information (badges, post count ,...)

Usage

Maven

Repository:

<repository>
    <id>public</id>
    <name>Public Repositories</name>
    <url>http://repo.mvdw-software.be/content/groups/public/</url>
</repository>

Dependency:

<dependency>
    <groupId>be.maximvdw</groupId>
    <artifactId>spigotsite-api</artifactId>
    <version>0.0.3-SNAPSHOT</version>
</dependency>
Clone this wiki locally