Skip to content

Commit 3876568

Browse files
committed
Set default action
1 parent 5403864 commit 3876568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class Settings implements WorldSettings {
4747
@ConfigComment("Sub-command of main player command that will be run on first player command call.")
4848
@ConfigComment("By default it is sub-command 'create'.")
4949
@ConfigEntry(path = "strangerrealms.command.new-player-action")
50-
private String defaultNewPlayerAction = "create";
50+
private String defaultNewPlayerAction = "spawn";
5151

5252
@ConfigComment("The default action for player command.")
5353
@ConfigComment("Sub-command of main player command that will be run on each player command call.")

0 commit comments

Comments
 (0)