Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timbru31/updater

Easy automatic updates for Bukkit
https://github.com/timbru31/updater

bukkit bukkit-plugin java spigot spigot-plugin spigotmc updater

Last synced: 2 days ago
JSON representation

Easy automatic updates for Bukkit

Awesome Lists containing this project

README

        

Updater
[![Build Status](https://ci.dustplanet.de/job/updater/badge/icon)](https://ci.dustplanet.de/job/updater/)
[![Known Vulnerabilities](https://snyk.io/test/github/timbru31/updater/badge.svg)](https://snyk.io/test/github/timbru31/updater)
===

Updater - Easy, Safe, and Policy-Compliant auto-updating for your plugins

This is a fork of gravitylow's awesome Updater project that's been around for years.
Thanks a bunch for originally making this!

## Usage

#### The old usage guide of gravitylow is worth a read, too! It's available on Bukkit: https://bukkit.org/threads/96681

### Releases (stable)

Add the following repo to your `pom.xml`:

```xml


dustplanet-releases
https://repo.dustplanet.de/artifactory/libs-release-local



net.gravitydevelopment.updater
updater
4.2.3


```

### Development (**unstable**)

Add the following repo to your `pom.xml`:

```xml


dustplanet-snapshots
https://repo.dustplanet.de/artifactory/libs-snapshot-local/



net.gravitydevelopment.updater
updater
4.2.4-SNAPSHOT


```

## JavaDocs

The JavaDocs can be found here: https://ci.dustplanet.de/job/updater/javadoc/

---
Built by (c) Tim Brust and contributors. Released under the MIT license.