Merge master

This commit is contained in:
nossr50
2019-04-04 19:20:24 -07:00
10 changed files with 332 additions and 201 deletions

View File

@@ -497,6 +497,10 @@ public class AdvancedConfig extends ConfigValidated {
/* GENERAL */
public int getStartingLevel() { return getIntValue(SKILLS, GENERAL, STARTING_LEVEL); }
public boolean allowPlayerTips() {
return config.getBoolean("Feedback.PlayerTips", true);
}
/**
* This returns the maximum level at which superabilities will stop lengthening from scaling alongside skill level.
* It returns a different value depending on whether or not the server is in retro mode