From 9a4bcd29a1b113da202d9eaf5007f92e37b4ccd3 Mon Sep 17 00:00:00 2001 From: Jonathan Williams Date: Sat, 27 Jun 2015 02:26:29 -0500 Subject: [PATCH] Fixed Sparks problems... --- .../src/biz/neustar/ultra/client/UltraAPIException.java | 2 +- .../src/mineplex/core/donation/command/CoinCommand.java | 2 +- Plugins/Mineplex.Core/src/mineplex/core/punish/Category.java | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Plugins/Mineplex.BungeeRotator/src/biz/neustar/ultra/client/UltraAPIException.java b/Plugins/Mineplex.BungeeRotator/src/biz/neustar/ultra/client/UltraAPIException.java index 28ca9ed82..09c8f92b6 100644 --- a/Plugins/Mineplex.BungeeRotator/src/biz/neustar/ultra/client/UltraAPIException.java +++ b/Plugins/Mineplex.BungeeRotator/src/biz/neustar/ultra/client/UltraAPIException.java @@ -5,7 +5,7 @@ import com.neustar.ultra.api.webservice.v01.UltraWSException; /* * User: jbodner * Date: 1/28/13 - * Time: 1:11 PM4 + * Time: 1:11 PM * * Copyright 2000-2013 NeuStar, Inc. All rights reserved. * NeuStar, the Neustar logo and related names and logos are registered diff --git a/Plugins/Mineplex.Core/src/mineplex/core/donation/command/CoinCommand.java b/Plugins/Mineplex.Core/src/mineplex/core/donation/command/CoinCommand.java index b64bdd699..d6ba7077f 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/donation/command/CoinCommand.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/donation/command/CoinCommand.java @@ -14,7 +14,7 @@ public class CoinCommand extends CommandBase { public CoinCommand(DonationManager plugin) { - super(plugin, Rank.ULTRA, "coin"); + super(plugin, Rank.OWNER, "coin"); } @Override diff --git a/Plugins/Mineplex.Core/src/mineplex/core/punish/Category.java b/Plugins/Mineplex.Core/src/mineplex/core/punish/Category.java index 5e3805657..17ad36943 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/punish/Category.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/punish/Category.java @@ -10,8 +10,6 @@ public enum Category PermMute, Other; // Represents perm ban - (or old perm mutes) - //test - public static boolean contains(String s) { try