TidaLuna Plugins
This is a repository containing plugins I have made for the TidaLuna Client.
Want to chat, ask questions or hang out? Join the discord! discord.gg/jK3uHrJGx4
If you like TidaLuna and my Plugins and want to support me you can do so on my Sponsor Page ❤️
- Install the TidaLuna Client
- Open Luna Settings
- Click on Plugin Store
- Install the plugins you want from the stores
Contributing is super simple and really appreciated!
If you want to make your own plugins please instead fork luna-template
-
Ensure you have node and pnpm installed.
Install NVM (https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating)nvm install latest nvm use latest corepack enable
-
Fork the repo
-
Clone the repo
git clone github.com/yournamehere/luna-plugins cd luna-plugins
-
Install the packages
pnpm i
-
Start dev environment
pnpm run watch
-
Work on DEV plugins
When runningpnpm run watch
a DEV store will appear in client allowing installing DEV versions of plugins.