From: Elias Fleckenstein Date: Tue, 23 Jun 2020 08:40:20 +0000 (+0200) Subject: Added PvP warp X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=c3514e82ae80bcbaefe9d38a3d32aa1c7e6362f8;p=elidragon.git Added PvP warp --- diff --git a/misc.lua b/misc.lua index c614204..b0d04f3 100755 --- a/misc.lua +++ b/misc.lua @@ -3,7 +3,7 @@ elidragon.hud_info = { {0x334FFF, "Discord: discord.gg/F5ABpPE"}, {0xF1E81C, "IRC: #elidragon-skyblocks (irc.edgy1.net)"}, {0xF500AC, "Donations <3: elidragon.com/donate"}, - {0xE20019, "You can use /hub /shop and /island"}, + {0xE20019, "You can use /hub /shop /pvp and /island"}, } minetest.register_on_newplayer(function(player) diff --git a/warps.lua b/warps.lua index 41c8b55..1406db8 100755 --- a/warps.lua +++ b/warps.lua @@ -9,6 +9,11 @@ elidragon.warps = { desc = "Hub", pos = {x = 10071, y = 10003, z = 9951}, }, + { + name = "pvp", + desc = "Pvp Area", + pos = {x = 20025, y = 1003, z = 1025}, + }, { name = "spawn", desc = "Spawn",