mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
*(part of previous commit)
This commit is contained in:
parent
82ede1d42b
commit
685a3c015f
@ -354,9 +354,16 @@ public class Settings extends Config {
|
|||||||
|
|
||||||
@Comment({
|
@Comment({
|
||||||
"[SAFE] Experimental scripting support for Java 9",
|
"[SAFE] Experimental scripting support for Java 9",
|
||||||
" - "
|
" - https://github.com/boy0001/FastAsyncWorldedit/wiki/JavaScript-API"
|
||||||
})
|
})
|
||||||
public boolean MODERN_CRAFTSCRIPTS = false;
|
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 {
|
public static class WEB {
|
||||||
|
Loading…
Reference in New Issue
Block a user