Added a built-in update checker. See http://wiki.bukkit.org/Bukkit.yml#auto-updater for new bukkit.yml options.

This commit is contained in:
Nathan Adams
2012-02-16 22:31:40 +00:00
parent 64264f61b8
commit 236cfed616
8 changed files with 317 additions and 0 deletions

View File

@@ -130,6 +130,11 @@
<version>1.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.1</version>
</dependency>
</dependencies>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->