We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5403864 commit 3876568Copy full SHA for 3876568
src/main/java/world/bentobox/stranger/Settings.java
@@ -47,7 +47,7 @@ public class Settings implements WorldSettings {
47
@ConfigComment("Sub-command of main player command that will be run on first player command call.")
48
@ConfigComment("By default it is sub-command 'create'.")
49
@ConfigEntry(path = "strangerrealms.command.new-player-action")
50
- private String defaultNewPlayerAction = "create";
+ private String defaultNewPlayerAction = "spawn";
51
52
@ConfigComment("The default action for player command.")
53
@ConfigComment("Sub-command of main player command that will be run on each player command call.")
0 commit comments