A powerful and easy-to-use tool to generate custom rank configurations for your Minecraft server, streamlining the process of setting up your in-game hierarchy.
This repository is a fork of the original ItemsAdder/minecraft-rank-generator project. We aim to maintain and enhance this valuable tool for the broader Minecraft server community.
- Effortless Rank Creation: Quickly generate the necessary configuration files for various Minecraft server rank plugins.
- Highly Customizable: Easily define rank names, prefixes, suffixes, permissions, and other properties to perfectly match your server's style and needs.
- Time-Saving Workflow: Automate the tedious manual creation of rank configurations, allowing you to focus on other aspects of your server.
- User-Friendly Interface: (Assuming your project has one, if it's a web app) An intuitive interface makes rank generation straightforward for server owners of all experience levels.
Follow these steps to set up and run the Minecraft Rank Generator on your local machine.
-
Node.js: Ensure you have Node.js installed (LTS version recommended).
-
pnpm: We use
pnpmfor efficient package management. If you don't have it, install it globally:npm i -g pnpm
-
Clone the repository:
git clone https://github.com/Kartvya69/minecraft-rank-generator.git
-
Navigate to the project directory:
cd minecraft-rank-generator -
Install dependencies:
pnpm install
-
Start the development server:
pnpm run dev
This command will start the application, typically opening it in your default web browser at
http://localhost:5173(or a similar port).
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for improving the project, please open an issue first to discuss what you would like to change.
- If you'd like to contribute code, please fork the repository and create a pull request.
If you encounter any bugs or have feature requests, please feel free to open an issue on the GitHub Issues page.
This project is licensed under the MIT License - see the LICENSE file for details.