Changed updater.

This commit is contained in:
lishid 2013-12-15 14:11:46 -05:00
parent 8f77c86219
commit 74c91dfe84
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ public class Updater {
private int id = 31432; // Project's Curse ID
// SEE https://dev.bukkit.org/home/servermods-apikey/
private String apiKey = "853a6cc95ff44c08e19cdb3ef96f4001f049ae7c"; // BukkitDev ServerMods API key
private String apiKey = null; // BukkitDev ServerMods API key
private static final String TITLE_VALUE = "name"; // Gets remote file's title
private static final String LINK_VALUE = "downloadUrl"; // Gets remote file's download link
private static final String TYPE_VALUE = "releaseType"; // Gets remote file's release type

View file

@ -1,6 +1,6 @@
name: OpenInv
main: com.lishid.openinv.OpenInv
version: 2.1.1
version: 2.1.2
author: lishid
description: >
This plugin allows you to open a player's inventory as a chest and interact with it in real time.