From e709dbea44f6c1496f1e8fdc2917089b907294c8 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 21 Dec 2023 18:56:42 -0500 Subject: [PATCH] reformatted and added index page to allow for easier navigation --- .../{set-xp-rate.readme.md => set-xp-rate/index.md} | 0 modules/commands/{ => set-xp-rate}/set-xp-rate.ts | 0 .../{ => achievement-tokens}/achievement-tokens.ts | 0 .../index.md} | 0 .../{worgoblin.readme.md => worgoblin/index.md} | 0 modules/gameplay/{ => worgoblin}/worgoblin.ts | 0 modules/index.md | 12 ++++++++++++ .../special/gambler/{gambler.readme.md => index.md} | 0 8 files changed, 12 insertions(+) rename modules/commands/{set-xp-rate.readme.md => set-xp-rate/index.md} (100%) rename modules/commands/{ => set-xp-rate}/set-xp-rate.ts (100%) rename modules/gameplay/{ => achievement-tokens}/achievement-tokens.ts (100%) rename modules/gameplay/{achievement-tokens.readme.md => achievement-tokens/index.md} (100%) rename modules/gameplay/{worgoblin.readme.md => worgoblin/index.md} (100%) rename modules/gameplay/{ => worgoblin}/worgoblin.ts (100%) create mode 100644 modules/index.md rename modules/special/gambler/{gambler.readme.md => index.md} (100%) diff --git a/modules/commands/set-xp-rate.readme.md b/modules/commands/set-xp-rate/index.md similarity index 100% rename from modules/commands/set-xp-rate.readme.md rename to modules/commands/set-xp-rate/index.md diff --git a/modules/commands/set-xp-rate.ts b/modules/commands/set-xp-rate/set-xp-rate.ts similarity index 100% rename from modules/commands/set-xp-rate.ts rename to modules/commands/set-xp-rate/set-xp-rate.ts diff --git a/modules/gameplay/achievement-tokens.ts b/modules/gameplay/achievement-tokens/achievement-tokens.ts similarity index 100% rename from modules/gameplay/achievement-tokens.ts rename to modules/gameplay/achievement-tokens/achievement-tokens.ts diff --git a/modules/gameplay/achievement-tokens.readme.md b/modules/gameplay/achievement-tokens/index.md similarity index 100% rename from modules/gameplay/achievement-tokens.readme.md rename to modules/gameplay/achievement-tokens/index.md diff --git a/modules/gameplay/worgoblin.readme.md b/modules/gameplay/worgoblin/index.md similarity index 100% rename from modules/gameplay/worgoblin.readme.md rename to modules/gameplay/worgoblin/index.md diff --git a/modules/gameplay/worgoblin.ts b/modules/gameplay/worgoblin/worgoblin.ts similarity index 100% rename from modules/gameplay/worgoblin.ts rename to modules/gameplay/worgoblin/worgoblin.ts diff --git a/modules/index.md b/modules/index.md new file mode 100644 index 0000000..884114b --- /dev/null +++ b/modules/index.md @@ -0,0 +1,12 @@ +# 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/gambler.readme.md b/modules/special/gambler/index.md similarity index 100% rename from modules/special/gambler/gambler.readme.md rename to modules/special/gambler/index.md