Recommit jar file.

dev
sigonasr2 9 years ago
parent 684ca61442
commit 9b65d49131
  1. BIN
      TwosideKeeper.jar
  2. 2
      src/sig/plugin/TwosideKeeper/TwosideKeeper.java
  3. 2
      src/sig/plugin/TwosideKeeper/TwosideKeeperAPI.java

Binary file not shown.

@ -1138,7 +1138,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
}
if (GenericFunctions.isArtifactEquip(p.getEquipment().getItemInMainHand()) &&
p.getEquipment().getItemInMainHand().getEnchantmentLevel(Enchantment.LUCK)<=3) {
//Change the tool to Stone. If possible.
//Change the tool to Stone. If possible.
if (p.getEquipment().getItemInMainHand().getType().toString().contains("SWORD")) {
p.getEquipment().getItemInMainHand().setType(Material.STONE_SWORD);
}else

@ -29,7 +29,7 @@ public final class TwosideKeeperAPI {
public static void givePlayerMoney(Player p, double amt) {
TwosideKeeper.givePlayerMoney(p, amt);
}
public static void givePlayerMoney(String p, double amt) {
public static void givePlayerMoney(String p, double amt) {
TwosideKeeper.givePlayerMoney(p, amt);
}
public static double getPlayerMoney(Player p) {

Loading…
Cancel
Save