mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 14:46:45 +01:00
Update Settings.java
This commit is contained in:
parent
f5a981fda7
commit
f001eebad4
@ -14,10 +14,12 @@ public class Settings extends Config {
|
||||
NOTE: Fields are saved in declaration order, classes in reverse order
|
||||
*/
|
||||
|
||||
@Comment("These first 4 aren't configurable") // This is a comment
|
||||
@Comment("These first 7 aren't configurable") // This is a comment
|
||||
@Final // Indicates that this value isn't configurable
|
||||
public static final String ISSUES = "https://github.com/IntellectualSites/PlotSquared/issues";
|
||||
@Final
|
||||
public static final String SUGGESTION = "https://github.com/IntellectualSites/PlotSquaredSuggestions";
|
||||
@Final
|
||||
public static final String WIKI = "https://github.com/IntellectualSites/PlotSquared/wiki";
|
||||
@Final
|
||||
public static String DATE; // These values are set from P2 before loading
|
||||
|
Loading…
Reference in New Issue
Block a user