Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
bae41e807d
Commit
dccae06a36
@ -57,6 +57,11 @@ public class TickCommand extends SWCommand {
|
||||
}.runTaskTimer(BauSystem.getInstance(), 0L, 1L);
|
||||
}
|
||||
|
||||
@Register({"step"})
|
||||
public void stepCommand(Player p) {
|
||||
stepCommand(p, 1);
|
||||
}
|
||||
|
||||
@Register({"step"})
|
||||
public void stepCommand(Player p, @OptionalValue("1") int ticks) {
|
||||
if (ticksLeft != null) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren