Skip to content

Commit b67813c

Browse files
committed
Fix command aliases in settings
1 parent 6fa8b8d commit b67813c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/world/bentobox/stranger/Settings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ public class Settings implements WorldSettings {
3636
@ConfigComment("Player Command. What command users will run to access their claim.")
3737
@ConfigComment("To define alias, just separate commands with white space.")
3838
@ConfigEntry(path = "strangerrealms.command.player")
39-
private String playerCommandAliases = "cb stranger";
39+
private String playerCommandAliases = "st strange";
4040

4141
@ConfigComment("The admin command.")
4242
@ConfigComment("To define alias, just separate commands with white space.")
4343
@ConfigEntry(path = "strangerrealms.command.admin")
44-
private String adminCommandAliases = "crowd";
44+
private String adminCommandAliases = "stranger";
4545

4646
@ConfigComment("The default action for new player command call.")
4747
@ConfigComment("Sub-command of main player command that will be run on first player command call.")

0 commit comments

Comments
 (0)