That not work you can attack from outside from the wildy + timer wrong
//if ((attacking == null && attackedBy == null) || (timerStarted && System.currentTimeMillis() - PVPTimer >= 10000)) {
// if (timerStarted) {
// removeWilderness();
// timerStarted = false;
// }
return false;
//} else if (!timerStarted && (attacking == null || attackedBy != null)) {
// PVPTimer = System.currentTimeMillis();
// timerStarted = true;
//}

}
return true;
}
return false;
}
i dont know why that's not work

can you fix it please ?
btw i moved the slash dont think im nabby coder.