*(part of previous commit)

This commit is contained in:
Jesse Boyd 2018-09-05 05:10:26 +10:00
parent 82ede1d42b
commit 685a3c015f
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -354,9 +354,16 @@ public class Settings extends Config {
@Comment({
"[SAFE] Experimental scripting support for Java 9",
" - "
" - https://github.com/boy0001/FastAsyncWorldedit/wiki/JavaScript-API"
})
public boolean MODERN_CRAFTSCRIPTS = false;
@Comment({
"[SAFE] Experimental freebuild region restrictions",
" - PERM: fawe.freebuild",
" - PERM: fawe.freebuild.<plugin>"
})
public boolean FREEBUILD = false;
}
public static class WEB {