diff --git a/pom.xml b/pom.xml index 8724e96..11937cf 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ -LOCAL - 1.0.0 + 1.0.1 bentobox-world diff --git a/src/main/java/world/bentobox/stranger/Settings.java b/src/main/java/world/bentobox/stranger/Settings.java index 1d6c7be..2709c4e 100644 --- a/src/main/java/world/bentobox/stranger/Settings.java +++ b/src/main/java/world/bentobox/stranger/Settings.java @@ -47,7 +47,7 @@ public class Settings implements WorldSettings { @ConfigComment("Sub-command of main player command that will be run on first player command call.") @ConfigComment("By default it is sub-command 'create'.") @ConfigEntry(path = "strangerrealms.command.new-player-action") - private String defaultNewPlayerAction = "create"; + private String defaultNewPlayerAction = "spawn"; @ConfigComment("The default action for player command.") @ConfigComment("Sub-command of main player command that will be run on each player command call.")