From c3514e82ae80bcbaefe9d38a3d32aa1c7e6362f8 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 23 Jun 2020 10:40:20 +0200 Subject: [PATCH] Added PvP warp --- misc.lua | 2 +- warps.lua | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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", -- 2.44.0