Remove freebuild regions (#991)

* Remove freebuild regions

* Remove configuration option of freebuild

Co-authored-by: Matt <4009945+MattBDev@users.noreply.github.com>
This commit is contained in:
NotMyFault
2021-03-25 08:40:09 +01:00
committed by GitHub
parent 680ddc97a1
commit 4af7316118
9 changed files with 0 additions and 2853 deletions

View File

@ -365,13 +365,6 @@ public class Settings extends Config {
})
public boolean KEEP_ENTITIES_IN_BLOCKS = false;
@Comment({
"[SAFE] Experimental freebuild region restrictions",
" - PERM: fawe.freebuild",
" - PERM: fawe.freebuild.<plugin>"
})
public boolean FREEBUILD = false;
@Comment({
"Other experimental features"
})