From f8c70bf1c4e3ae8846bc0bf9313bd0fc67e3e461 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 21 Dec 2023 20:08:26 -0500 Subject: [PATCH] I am stupid and named them index vs README --- modules/README.md | 15 +++++++++++++++ .../commands/set-xp-rate/{index.md => README.md} | 0 .../soulswapper/{index.md => README.md} | 0 .../achievement-tokens/{index.md => README.md} | 0 .../gameplay/worgoblin/{index.md => README.md} | 0 modules/index.md | 12 ------------ modules/special/gambler/{index.md => README.md} | 0 7 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 modules/README.md rename modules/commands/set-xp-rate/{index.md => README.md} (100%) rename modules/gameobjects/soulswapper/{index.md => README.md} (100%) rename modules/gameplay/achievement-tokens/{index.md => README.md} (100%) rename modules/gameplay/worgoblin/{index.md => README.md} (100%) delete mode 100644 modules/index.md rename modules/special/gambler/{index.md => README.md} (100%) diff --git a/modules/README.md b/modules/README.md new file mode 100644 index 0000000..5be8cd5 --- /dev/null +++ b/modules/README.md @@ -0,0 +1,15 @@ +# ETS Module Registry List + +## Gameplay +- [achievement-tokens](gameplay/achievement-tokens/README.md) - Adds donation or custom game tokens to world rewarded for achievements. +- [worgoblin](gameplay/worgoblin/index.md) - Changes default start settings for Goblins and Worgen. + +## Commands +- [set-xp-rate](commands/set-xp-rate/README.md) - Add command to allow players to set their own xprate on demand up to configured limit. + +## GameObjects +- [soulswapper](gameobjects/soulswapper/README.md) + +## Special +- [gambler](special/gambler/README.md) - Adds mini games to the game to allow players to gamble. + diff --git a/modules/commands/set-xp-rate/index.md b/modules/commands/set-xp-rate/README.md similarity index 100% rename from modules/commands/set-xp-rate/index.md rename to modules/commands/set-xp-rate/README.md diff --git a/modules/gameobjects/soulswapper/index.md b/modules/gameobjects/soulswapper/README.md similarity index 100% rename from modules/gameobjects/soulswapper/index.md rename to modules/gameobjects/soulswapper/README.md diff --git a/modules/gameplay/achievement-tokens/index.md b/modules/gameplay/achievement-tokens/README.md similarity index 100% rename from modules/gameplay/achievement-tokens/index.md rename to modules/gameplay/achievement-tokens/README.md diff --git a/modules/gameplay/worgoblin/index.md b/modules/gameplay/worgoblin/README.md similarity index 100% rename from modules/gameplay/worgoblin/index.md rename to modules/gameplay/worgoblin/README.md diff --git a/modules/index.md b/modules/index.md deleted file mode 100644 index 884114b..0000000 --- a/modules/index.md +++ /dev/null @@ -1,12 +0,0 @@ -# ETS Module Registry List - -## Gameplay -- [achievement-tokens](gameplay/achievement-tokens/index.md) - Adds donation or custom game tokens to world rewarded for achievements. -- [worgoblin](gameplay/worgoblin/index.md) - Changes default start settings for Goblins and Worgen. - -## Commands -- [set-xp-rate](commands/set-xp-rate/index.md) - Add command to allow players to set their own xprate on demand up to configured limit. - -## Special -- [gambler](special/gambler/index.md) - Adds mini games to the game to allow players to gamble. - diff --git a/modules/special/gambler/index.md b/modules/special/gambler/README.md similarity index 100% rename from modules/special/gambler/index.md rename to modules/special/gambler/README.md