mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 13:03:06 +00:00
plot merging + '* UUID
This commit is contained in:
parent
f8c543b56c
commit
6b988f616a
6 changed files with 40 additions and 24 deletions
|
@ -800,7 +800,9 @@ import java.util.concurrent.TimeUnit;
|
|||
public void run() {
|
||||
if (this.ticked > 36_000L) {
|
||||
this.ticked = 0l;
|
||||
sendConsoleSenderMessage(C.PREFIX.s() + "KillAllEntities has been running for 60 minutes. Errors: " + this.error);
|
||||
if (this.error > 0) {
|
||||
sendConsoleSenderMessage(C.PREFIX.s() + "KillAllEntities has been running for 6 hours. Errors: " + this.error);
|
||||
}
|
||||
this.error = 0l;
|
||||
}
|
||||
World world;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue