RetroMode is now the default mode.

This commit is contained in:
nossr50
2019-06-24 23:31:31 -07:00
parent d9b84b0ab3
commit e71c95139d
3 changed files with 9 additions and 2 deletions

View File

@ -29,7 +29,7 @@ public class AcrobaticsManager extends SkillManager {
}
private long rollXPCooldown = 0;
private long rollXPInterval = (1000 * 10); //1 Minute
private long rollXPInterval = (1000 * 3); //1 Minute
private long rollXPIntervalLengthen = (1000 * 10); //10 Seconds
private LimitedSizeList fallLocationMap;

View File

@ -12,7 +12,7 @@ General:
# Everything in your config related to skill level requirements, skill level bonuses, etc will be multiplied by 10 when this mode is on
# This change is purely cosmetic, it retains the old feel of mcMMO where you could level up thousands of times
RetroMode:
Enabled: false
Enabled: true
Locale: en_US
AprilFoolsEvent: true
MOTD_Enabled: true