mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-19 10:25:00 +00:00
Update links
This commit is contained in:
parent
21d736cd1d
commit
c5a9436174
@ -21,7 +21,7 @@ public class Settings extends Config {
|
|||||||
@Final // Indicates that this value isn't configurable
|
@Final // Indicates that this value isn't configurable
|
||||||
public String ISSUES = "https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues";
|
public String ISSUES = "https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues";
|
||||||
@Final
|
@Final
|
||||||
public String WIKI = "https://github.com/boy0001/FastAsyncWorldedit/wiki/";
|
public String WIKI = "https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/wiki";
|
||||||
@Final
|
@Final
|
||||||
public String DATE; // These values are set from FAWE before loading
|
public String DATE; // These values are set from FAWE before loading
|
||||||
@Final
|
@Final
|
||||||
@ -364,7 +364,7 @@ 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"
|
" - https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/wiki/JavaScript-API"
|
||||||
})
|
})
|
||||||
public boolean MODERN_CRAFTSCRIPTS = false;
|
public boolean MODERN_CRAFTSCRIPTS = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user