File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/world/bentobox/stranger Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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." )
You can’t perform that action at this time.
0 commit comments