From 1cb38b98607c2d14d66a2a6f3d0b233f2e1aa3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=B5=D1=80=D1=85=D0=B0=D1=80=D0=B4=20PICCORO=20Len?= =?UTF-8?q?z=20McKAY?= Date: Tue, 25 Jan 2022 17:37:52 -0400 Subject: [PATCH] improve description, added missing opt depends on intlib for backguard compat * not add intllib to mod.conf due is used in recent versions that already have native translation * only add intllib to depends.txt due is used with older engines --- depends.txt | 2 ++ description.txt | 1 + mod.conf | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 depends.txt create mode 100644 description.txt diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..5cd8a6f --- /dev/null +++ b/depends.txt @@ -0,0 +1,2 @@ +irc? +intllib? diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..682e90b --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +PVP Invulnerability Privilege for players diff --git a/mod.conf b/mod.conf index 6fed94b..d750db0 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ name = pvpinvul optional_depends = irc -description = PVP Invulnerability Privilege +description = PVP Invulnerability Privilege for players