feat: prevent edits outside +/- 30,000,000 blocks (#2285)

* feat: prevent edits outside +/- 30,000,000 blocks

* Remove import
This commit is contained in:
Jordan
2023-06-12 10:27:07 +01:00
committed by GitHub
parent ca4080eea7
commit e449910af5
7 changed files with 76 additions and 1 deletions

View File

@ -80,6 +80,7 @@ public class FaweException extends RuntimeException {
MANUAL,
NO_REGION,
OUTSIDE_REGION,
OUTSIDE_SAFE_REGION,
MAX_CHECKS,
MAX_CHANGES,
LOW_MEMORY,