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