| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Guilds adds RPG-style player communities to Minecraft servers. Players can create and join guilds, build shared identities, compete with other groups, manage claims and roles, and connect with common server plugins such as Vault, LuckPerms, EssentialsX, PlaceholderAPI, and WorldGuard.
For user documentation, see the Guilds wiki.
For API documentation, see the Javadocs.
Guilds now requires Java 11 or newer at runtime.
This applies even when running older Minecraft versions such as 1.8.8. The plugin may support legacy Minecraft server versions, but the JVM running the server must be Java 11+.
Recommended Java versions for local testing:
| Minecraft / Paper version | Recommended Java |
|---|---|
| 1.8.8 | 11 |
| 1.16.5 | 16 |
| 1.18.2 | 17 |
| 1.19.4 | 17 |
| 1.20.6 | 21 |
| 1.21.1 | 21 |
| 1.21.4 | 21 |
| 1.21.8 | 21 |
| 26.1.2 | 25 |
Guilds uses Quark to load the Kotlin runtime at plugin startup instead of shading Kotlin directly into the plugin jar. This keeps the distributed jar smaller while preserving a normal Bukkit/Spigot/Paper plugin workflow.
The Quark loader is configured for the Bukkit platform so the same artifact can run on Spigot-compatible and Paper-compatible servers.
Server admins should allow the server to download runtime dependencies from Maven Central on first startup. If outbound network access is blocked, preload or mirror the required runtime dependencies before deploying.
Guilds is designed to work with common server plugins and APIs:
| Integration | Purpose |
|---|---|
| Vault | Economy and permission bridge |
| LuckPerms | Permission provider through Vault |
| EssentialsX | Economy and chat-related compatibility |
| PlaceholderAPI | Placeholder expansion support |
| WorldGuard | Region and claim-related hooks |
| bStats | Anonymous plugin metrics |
Vault is required for normal operation. Economy and permission providers must be available through Vault.
Use the Gradle wrapper:
./gradlew clean shadowJar --no-configuration-cacheThe shaded plugin jar is written to:
build/libs/Guilds-<version>.jar
Configuration cache is intentionally disabled for Quark-enabled builds because Quark's generated-file task is not currently configuration-cache compatible.
To check dependency updates:
./gradlew dependencyUpdates --no-configuration-cache --no-parallelThe build includes local Paper test-server tasks powered by run-paper.
Examples:
./gradlew runServer1_8_8 --no-configuration-cache
./gradlew runServer1_16_5 --no-configuration-cache
./gradlew runServer1_21_8 --no-configuration-cache
./gradlew runServer26_1_2 --no-configuration-cacheThese tasks:
Run-server tasks are intended for local smoke testing. They are interactive and should not be used as normal CI checks.
Current modernization decisions:
Before opening a pull request, run:
./gradlew clean shadowJar --no-configuration-cacheOptional formatting/license checks:
./gradlew spotlessCheck --no-configuration-cacheContributions are welcome.
Good places to help:
For support or project discussion, join the Discord linked at the top of this README.
YourKit supports open source projects with tools for monitoring and profiling Java and .NET applications.
| Back | FazBrowse Home | New Git URL |