Welcome to the official documentation repository for EffectMaster — a powerful Minecraft plugin for creating and managing in-game effects, shows, and more.
This repository powers the EffectMaster documentation website, built with Docusaurus.
📖 Live Docs: https://effectmaster.m64.dev
We welcome contributions from anyone who wants to improve the documentation — whether it's fixing a typo, clarifying an explanation, or adding an entirely new guide.
- Node.js (v18 or newer)
- npm
-
Fork this repository
-
Clone your fork:
git clone https://github.com/YOUR_USERNAME/EffectMaster-docs.git cd EffectMaster-docs -
Install dependencies:
npm install
-
Start the local server:
npm run start
The site will be running at http://localhost:3000. It will reload automatically when you make changes.
- Most documentation pages are in the
docs/folder. - Sidebar configuration is in
sidebars.js. - Homepage and layout are in
src/pages/andsrc/components/.
Before submitting a pull request:
npm run buildThis ensures the site builds successfully for production.
This documentation is licensed under the MIT License.
Thanks for taking the time to help make EffectMaster's documentation better! Whether you're a user, developer, or enthusiast — your contributions make a difference.
Made with ❤️ by M64.