1.21 update
update to 1.21, remove timer
This commit is contained in:
parent
c68631010d
commit
69b444c3c2
11 changed files with 36 additions and 31 deletions
|
@ -34,9 +34,9 @@ public class DeathPos extends Command
|
|||
}
|
||||
|
||||
ChatUtils.sendMsg(ColorUtils.reset + "You last died at: " +
|
||||
ColorUtils.aqua + " X: " + ColorUtils.gray + pos.getPos().getX() +
|
||||
ColorUtils.aqua + " Y: " + ColorUtils.gray + pos.getPos().getY() +
|
||||
ColorUtils.aqua + " Z: " + ColorUtils.gray + pos.getPos().getZ()
|
||||
ColorUtils.aqua + " X: " + ColorUtils.gray + pos.pos().getX() +
|
||||
ColorUtils.aqua + " Y: " + ColorUtils.gray + pos.pos().getY() +
|
||||
ColorUtils.aqua + " Z: " + ColorUtils.gray + pos.pos().getZ()
|
||||
);
|
||||
return SINGLE_SUCCESS;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue