From f491c3cfc4be8afa7ec8644845d80516e2b46977 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 20 Mar 2019 15:14:49 +0100 Subject: [PATCH] Use new 5.0.0 mod.conf format --- depends.txt | 0 description.txt | 1 - mod.conf | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index e69de29..0000000 diff --git a/description.txt b/description.txt deleted file mode 100644 index 4a6c5db..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Simple API to show messages to the center of the screen to players. diff --git a/mod.conf b/mod.conf index 94b1898..31380ce 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,2 @@ name = central_message +description = Simple API to show messages to the center of the screen to players.