mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
Update links in settings
This commit is contained in:
parent
a49a09a042
commit
91f0e03ab4
@ -19,9 +19,9 @@ public class Settings extends Config {
|
|||||||
|
|
||||||
@Comment("These first 6 aren't configurable") // This is a comment
|
@Comment("These first 6 aren't configurable") // This is a comment
|
||||||
@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/issues";
|
||||||
@Final
|
@Final
|
||||||
public String WIKI = "https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/wiki";
|
public String WIKI = "https://github.com/IntellectualSites/FastAsyncWorldEdit/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
|
||||||
@ -32,7 +32,7 @@ public class Settings extends Config {
|
|||||||
public String PLATFORM; // These values are set from FAWE before loading
|
public String PLATFORM; // These values are set from FAWE before loading
|
||||||
|
|
||||||
@Comment({"Options: cn, de, es, fr, it, nl, ru, tr",
|
@Comment({"Options: cn, de, es, fr, it, nl, ru, tr",
|
||||||
"Create a PR to contribute a translation: https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/tree/master/worldedit-core/src/main/resources",})
|
"Create a PR to contribute a translation: https://github.com/IntellectualSites/FastAsyncWorldEdit/tree/master/worldedit-core/src/main/resources",})
|
||||||
public String LANGUAGE = "en";
|
public String LANGUAGE = "en";
|
||||||
@Comment({
|
@Comment({
|
||||||
"Set true to enable WorldEdit restrictions per region (e.g. PlotSquared or WorldGuard).",
|
"Set true to enable WorldEdit restrictions per region (e.g. PlotSquared or WorldGuard).",
|
||||||
@ -338,7 +338,7 @@ public class Settings extends Config {
|
|||||||
public boolean ANVIL_QUEUE_MODE = false;
|
public boolean ANVIL_QUEUE_MODE = false;
|
||||||
@Comment({
|
@Comment({
|
||||||
"[SAFE] Dynamically increase the number of chunks rendered",
|
"[SAFE] Dynamically increase the number of chunks rendered",
|
||||||
" - Requires Paper: ci.destroystokyo.com/job/Paper-1.13/",
|
" - Requires Paper",
|
||||||
" - Set your server view distance to 1 (spigot.yml, server.properties)",
|
" - Set your server view distance to 1 (spigot.yml, server.properties)",
|
||||||
" - Based on tps and player movement",
|
" - Based on tps and player movement",
|
||||||
" - Note: If entities become hidden, increase the server view distance to 3",
|
" - Note: If entities become hidden, increase the server view distance to 3",
|
||||||
|
Loading…
Reference in New Issue
Block a user