https://github.com/flubel/clans
Add simple clans to Minecraft Servers.
https://github.com/flubel/clans
java jdk21 minecraft minecraft-plugin plugin
Last synced: 12 months ago
JSON representation
Add simple clans to Minecraft Servers.
- Host: GitHub
- URL: https://github.com/flubel/clans
- Owner: Flubel
- Created: 2025-04-07T17:56:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-09T16:03:05.000Z (about 1 year ago)
- Last Synced: 2025-04-09T17:22:25.674Z (about 1 year ago)
- Topics: java, jdk21, minecraft, minecraft-plugin, plugin
- Language: Java
- Homepage: https://www.flubel.com/
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Build Instructions
To build the plugin from source, use one of the following methods:
### Option 1: Using Maven
1. Clone the repository:
```bash
git clone https://github.com/Flubel/Clans.git
cd Clans
```
2. Build the plugin:
```
mvn clean install
```
4. The compiled `.jar` file will be located in the `target/` directory.
---
### Option 2: Using IntelliJ IDEA
1. Open the project in **IntelliJ IDEA**.
2. Allow IntelliJ to import the Maven dependencies automatically.
3. Use the built-in **Run** or **Build** options to compile the plugin.
---
✅ Once built, you can place the generated JAR into your server's `plugins/` folder and start the server.
## Wiki
To learn more about the plugin visit the repository's wiki.
# Downloads
* [SpigotMc](https://www.spigotmc.org/resources/clans.123903/)
* [Mondrith](https://modrinth.com/plugin/simple-clans)
* [Hangar](https://hangar.papermc.io/MrFiend/Clans)