Bump server version to 1.1.3

Also updated readme and command descriptions
This commit is contained in:
Melledy
2025-12-08 01:28:10 -08:00
parent e5ce16d6ea
commit 78d88a87cd
12 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ public class Config {
public Set<String> defaultPermissions = Set.of("*");
// Automatically creates an account when a player logs in for the first time on a new email.
public boolean autoCreateAccount = true;
// Skips the intro cinematics when starting a new account.
// Skips the intro cinematics/stage when starting a new account.
public boolean skipIntro = false;
// Unlocks all instances (Monolith, Bounty Trials, etc) for players to enter without needing to do the previous levels.
public boolean unlockInstances = true;