Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Easy automatic updates for Bukkit
- Host: GitHub
- URL: https://github.com/timbru31/updater
- Owner: timbru31
- License: mit
- Fork: true (gravitylow/Updater)
- Created: 2013-01-20T12:51:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T07:39:53.000Z (3 months ago)
- Last Synced: 2024-08-06T09:44:00.199Z (3 months ago)
- Topics: bukkit, bukkit-plugin, java, spigot, spigot-plugin, spigotmc, updater
- Language: Java
- Homepage: https://bukkit.org/threads/96681
- Size: 266 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.