Skip to content

Commit 96826bf

Browse files
authored
Merge pull request #5 from BentoBoxWorld/develop
Version 1.0.1
2 parents ca2d2be + 426fa19 commit 96826bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<!-- Do not change unless you want different name for local builds. -->
6262
<build.number>-LOCAL</build.number>
6363
<!-- This allows to change between versions. -->
64-
<build.version>1.0.0</build.version>
64+
<build.version>1.0.1</build.version>
6565
<sonar.organization>bentobox-world</sonar.organization>
6666
</properties>
6767

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)