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