Update Settings.java

This commit is contained in:
NotMyFault 2018-09-02 23:51:45 +02:00 committed by GitHub
parent f5a981fda7
commit f001eebad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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