Links
Tags
Creators
Details
Licensed BSD-3-Clause
Published 4 months ago
Updated 3 weeks ago
All versions
4.5
Release
ForgeDash - Dashboard 4.53 weeks ago 47
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Dedicated servers only
Changes
ForgeDash 4.5
ForgeDash 4.5 completes the post-4.0 interface and workflow updates for NeoForge servers.
Reports and Player Care
- Added
/dash ticketand/dash report <player>for all players without granting dashboard access. - Added short-lived, single-use HTTPS links to a dedicated report-only page with no login prompt or access to other routes.
- Added bounded automatic context, staff replies, status and priority controls, notes, deletion, filtering and pagination.
- Rebuilt player results as responsive cards with avatars, interactive 3D skin rendering and a static fallback.
- Added visible linked Dash-account state and permission-aware account actions.
Everyday Administration
- Added first-run Light, Normal (recommended) and Full functionality profiles, plus a separate beta opt-in.
- Added per-feature availability settings and persistent sidebar drag, hide and restore controls for mouse and touch.
- Added folder downloads as ZIP files, whole-row navigation and uploads that preserve the current page position.
- Combined installed mod management with Modrinth results filtered by NeoForge and the exact Minecraft version.
- Fixed Console Clear and made graph ranges fetch and render their real historical datasets.
- Added graph live/pause, tooltips, empty states and JSON/CSV export.
Advanced Workspaces
- Added the full Intelligence feature set and bounded Shadow Boot execution.
- Condensed Guardian into paged investigation, case, protection, recovery and retention workflows.
- Replaced Doctor with optional Dash AI and retained deterministic diagnostics in Maintenance.
- Added server-side Gemini keys, consent, redaction, cancellable streaming, model and thinking controls, local quota limits and 30-day conversation retention.
- Kept mutations behind expiring proposals, permission rechecks, reasons, confirmation, replay prevention, restore points and audits.
Compatibility and Interface
- Ships dedicated NeoForge builds for Minecraft 1.21 through 1.21.11 and 26.2.
- Uses Java 21 for 1.21.x and Java 25 for 26.2.
- Expanded English and Spanish coverage and refined route motion, loading feedback, responsive layouts and reduced-motion behavior.
- Preserved signed NeoDash SSO and the configured HTTPS return origin.
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:zSrTJvUl:7gd3VLvH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zSrTJvUl:7gd3VLvH"
}

