From e9e4b985b6bdd5eb51489f4e16a6fe145361a15b Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Thu, 24 Feb 2022 14:18:39 -0400 Subject: [PATCH] provide mod.conf and description --- description.txt | 1 + mod.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 description.txt create mode 100644 mod.conf diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..bb060bf --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +Simple random spawn on each respawn of player diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..ee6ff1a --- /dev/null +++ b/mod.conf @@ -0,0 +1,4 @@ +name = spawnrand +depends = +optional_depends = beds +description = Simple random spawn on each respawn of player