mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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({
|
||||
"[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 {
|
||||
|
Loading…
Reference in New Issue
Block a user