Update version number. Remove an annoying debug message.
This commit is contained in:
parent
b2f23fc236
commit
4fabccf581
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
name: TwosideKeeper
|
||||
main: sig.plugin.TwosideKeeper.TwosideKeeper
|
||||
version: 3.5.4r2
|
||||
version: 3.5.4r3
|
||||
commands:
|
||||
money:
|
||||
description: Tells the player the amount of money they are holding.
|
||||
|
@ -1928,7 +1928,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
|
||||
ev.getPlayer().getInventory().getItemInMainHand().getItemMeta().getLore().size()==4 &&
|
||||
ev.getPlayer().getInventory().getItemInMainHand().getItemMeta().getLore().get(3).contains(ChatColor.DARK_PURPLE+"ID#")) {
|
||||
//This is an item cube.
|
||||
log("In we are",2);
|
||||
log("In we are",5);
|
||||
ev.setCancelled(true);
|
||||
int itemcube_id=Integer.parseInt(ev.getPlayer().getInventory().getItemInMainHand().getItemMeta().getLore().get(3).split("#")[1]);
|
||||
int size=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user