From: Elias Fleckenstein Date: Wed, 10 Jun 2020 11:05:27 +0000 (+0200) Subject: Added VIP X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d425869c0bd621ceb350a142255b0534466e83b9;p=coronaserver.git Added VIP --- diff --git a/ranks.lua b/ranks.lua index 4d9c1a6..55cdc70 100755 --- a/ranks.lua +++ b/ranks.lua @@ -10,6 +10,12 @@ coronaserver.ranks = { color = "#BBBBBB", tag = "[SPIELER*IN]", privs = {student = true, interact = true, fast = true, spawn = true, home = true, zoom = true, pvp = true, iblocks = true}, + }, + { + name = "vip", + color = "#CD4D00", + tag = "[VIP]", + privs = {}, }, { name = "feuerwehr",