]> git.lizzy.rs Git - elidragon_v2.git/commitdiff
Fix static_spawnpoint setting
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 28 Feb 2021 10:00:24 +0000 (11:00 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 28 Feb 2021 10:00:24 +0000 (11:00 +0100)
mods/elidragon_class/mod.conf [new file with mode: 0644]
worlds/creative/minetest.conf
worlds/lobby/minetest.conf
worlds/skyblock/minetest.conf
worlds/survival/minetest.conf

diff --git a/mods/elidragon_class/mod.conf b/mods/elidragon_class/mod.conf
new file mode 100644 (file)
index 0000000..d791028
--- /dev/null
@@ -0,0 +1,4 @@
+name = elidragon_class
+author = Fleckenstein
+desciption = Simple class system for Elidragon v2
+depends = elidragon
index 9d2d945e6c4f7f82da2364796e8128864fc3c893..43cda90931740643640cd09c5029f652eb020afe 100644 (file)
@@ -16,7 +16,7 @@ player_transfer_distance = 0
 mg_name = flat
 mcl_superflat_classic = true
 fixed_map_seed = 0
-static_spawn = 0, 10, 0
+static_spawnpoint= 0, 10, 0
 
 default_privs = interact, shout
 
index 5d8829c0ff05f41fe57b9ae5113c2122a1c68042..ca005f30afa85ea84170697e6bce4b2350b9c67c 100644 (file)
@@ -16,7 +16,7 @@ player_transfer_distance = 0
 mg_name = singlenode
 mcl_superflat_classic = false
 fixed_map_seed = 0
-static_spawn = 0, 0, 0
+static_spawnpoint = 0, 0, 0
 
 default_privs = interact, shout
 
index 5967f33ffd85eb63cdcccea0c674894a56e1498a..0b3bccac03ad068e3efc6400674e3bbeca17b76d 100644 (file)
@@ -16,7 +16,7 @@ player_transfer_distance = 5
 mg_name = carpathian
 mcl_superflat_classic = false
 fixed_map_seed = 0
-static_spawn = 0, -10000, 0
+static_spawnpoint = 0, -10000, 0
 
 default_privs = interact, shout
 
index 49f8c2ffd305ad9c82d3f148e8b571901152fbeb..f3bd3700682eb87890193d00a0f87679442ba206 100644 (file)
@@ -16,7 +16,7 @@ player_transfer_distance = 5
 mg_name = carpathian
 mcl_superflat_classic = false
 fixed_map_seed = 0
-static_spawn = 200, 10, 0
+static_spawnpoint = 200, 10, 0
 
 default_privs = interact, shout