This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -65,3 +65,5 @@ Thumbs.db
|
|||||||
|
|
||||||
# Project specific
|
# Project specific
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
world/
|
||||||
@@ -50,7 +50,7 @@ public class Main {
|
|||||||
globalEventHandler.addListener(AsyncPlayerConfigurationEvent.class, event -> {
|
globalEventHandler.addListener(AsyncPlayerConfigurationEvent.class, event -> {
|
||||||
final Player player = event.getPlayer();
|
final Player player = event.getPlayer();
|
||||||
event.setSpawningInstance(instanceContainer);
|
event.setSpawningInstance(instanceContainer);
|
||||||
player.setRespawnPoint(new Pos(0, 42, 0));
|
player.setRespawnPoint(new Pos(42.5, 63, -83.5));
|
||||||
});
|
});
|
||||||
|
|
||||||
// MOTD
|
// MOTD
|
||||||
|
|||||||
Reference in New Issue
Block a user