Links
Tags
Creators
Details
All versions
1.0.0-beta.6+26.2-neoforge
Beta
ServerFlared 1.0.0-beta.6 Neoforge 26.2last month 10
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Dedicated servers only
Changes
1.0.0-beta.6 - 2026-07-16
Chores
- chore (ci): dynamic matrix instead of hardcode - (20f42a8) - GerGerApex1
- add support for common dependancy & fix bugs - (817da1a) - GerGerApex1
- chore (ci): fix github workspace - (d1a8006) - GerGerApex1
- chore (ci): okay will this wokr - (0ebd4c3) - GerGerApex1
- chore (ci): ok changed it to cwd - (26ea762) - GerGerApex1
- chore (ci): check out repo in set matrix - (a2de728) - GerGerApex1
- chore (ci): add result encoding - (02050cb) - GerGerApex1
- chore (ci): okay will this fill? - (5153201) - GerGerApex1
- chore (ci): build depends on define-matrix - (86a27f5) - GerGerApex1
- chore (ci): fix dynamic matrix - (a4f44e3) - GerGerApex1
- downlaod cloudflared license along w binary - (27cc56b) - GerGerApex1
- allow override java version - (85d905e) - GerGerApex1
- chore (ci): add modloaders project at build - (ccb6e6a) - GerGerApex1
- chore (ci): add spigot versions on CI - (0910b42) - GerGerApex1
- chore (ci): apply same script as build_reusable - (ad6f2c1) - GerGerApex1
- add .gitkeep for ci purposes - (a9c98e9) - GerGerApex1
- fix archive is not valid - (0659113) - GerGerApex1
- chore (ci): fix invalid artifact name - (59669fd) - GerGerApex1
- chore (ci): okay this should fix artifact name invalid - (695d434) - GerGerApex1
- remove old folder versions - (f68f84d) - GerGerApex1
- chore (ci): fix read props - (c884b6b) - GerGerApex1
Features
- add spigot support - (2833515) - GerGerApex1
Other
- echo matrix - (bffef17) - GerGerApex1
- Update build_reusable.yml - (de67cca) - GerGerApex1
- Update build_reusable.yml - (e633752) - GerGerApex1
- Update normalize-artifact-name.sh - (6ae09c8) - GerGerApex1
- Update normalize-artifact-name.sh - (edf7186) - GerGerApex1
- Update release.yml - (705fa1b) - GerGerApex1
Refactoring
- seperate common from platform-specific code - (cb7d77f) - GerGerApex1
- transfer root project to modloaders - (8b8b591) - GerGerApex1
- split ModPlatformPlugin into different files - (1f4494f) - GerGerApex1
- remove version in root project - (0f546fd) - GerGerApex1
- loader from string -> enum - (d33c776) - GerGerApex1
- move mod info to gradle.properties - (132b44d) - GerGerApex1
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| serverflared-1.0.0-beta.6+26.2-neoforge-sources.jar | Unknown | 17.78 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:2aiajABs:W9j83KDY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2aiajABs:W9j83KDY"
}

