Updated version.
This commit is contained in:
parent
4dedb85de7
commit
682dc91f66
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
name: TwosideKeeper
|
name: TwosideKeeper
|
||||||
main: sig.plugin.TwosideKeeper.TwosideKeeper
|
main: sig.plugin.TwosideKeeper.TwosideKeeper
|
||||||
version: 3.8.5ar1
|
version: 3.8.5b
|
||||||
commands:
|
commands:
|
||||||
money:
|
money:
|
||||||
description: Tells the player the amount of money they are holding.
|
description: Tells the player the amount of money they are holding.
|
||||||
|
@ -57,7 +57,7 @@ public class Loot {
|
|||||||
|
|
||||||
if (setitem && (raresword.getType().toString().contains("SWORD") || GenericFunctions.isArmor(raresword))) {
|
if (setitem && (raresword.getType().toString().contains("SWORD") || GenericFunctions.isArmor(raresword))) {
|
||||||
if (damager==null && m==null) {
|
if (damager==null && m==null) {
|
||||||
raresword = GenerateSetPiece(raresword,hardened,settier);
|
raresword = GenerateSetPiece(raresword,hardened,settier);
|
||||||
} else {
|
} else {
|
||||||
LivingEntity shooter = CustomDamage.getDamagerEntity(damager);
|
LivingEntity shooter = CustomDamage.getDamagerEntity(damager);
|
||||||
Player p = null;
|
Player p = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user