
Quacked SMP - Server Management Panel
Browser-based web panel for full server and player management. Modular features: Land claims, RPG skills & abilities, chat filter, anti-grief, custom dimension, edit mods and do backups. Optional integrations: Votifier, Discord, BlueMap, Simple Voice Chat.
Tags
Creators
Details
2.3.3
Compatibility
Changes
What's Changed
- dashboard: hold the welcome book, rtp and kit save routes to validate before assigning, so a rejected save cannot flip a feature flag, and make the book editor refuse a link the game will not accept (363a6ef7)
- Refactored timelapse feature to follow web standards and addressed performance bugs. cache frames in the browser behind a signed per-dim token and stream the export zip instead of buffering it to a temp file (e6e1c7b0)
- config: stop ConfigIO.save() writing factory defaults over fields it has no copy line for, retire the chat filter's config import queue with a one-shot migration, and drop the slurs and prose arrows from the filter's comments (6050821a)
- readme + mod metadata: split the panel tab table by feature gating, correct the bluemap_enable default, drop the placeholder fabric suggests entry, and pin the neoforge minecraft range to 26.2 (1a0cab07)
- hardcore: restore the survival stash on respawn instead of into a dying player, so a session-ending death drops like any other on both loaders, plus a README config defaults pass (01fdadc2)
- keepinv: give the mod ownership of the keep_inventory gamerule in both directions, and make an opted-out death match vanilla, harcore now sets time to day on session start. (6cd7a20a)
- panel: make the public header's pixel sky follow the server's in-game day time (50e84aff)
- skills: make a silk-touched spawner keep its mob type when a survival player places it (91bedca3)
- panel: rewrite the feature card copy, collapse the cards, and line up every config row on one right edge (51a02a26)
- features: add toggles for keep inventory, teleport, custom dimensions and backups, plus a Welcome Sidebar card, and stop the join greeting sending an empty line when blanked (1b4240d2)
- panel: add Anti-Xray and Timelapse feature cards, fix tab gating on passwordless servers, and gate every timelapse capture path on its config flag (2a791bc3)
Full Changelog: https://github.com/Rvhoyos/QuackedSMP/compare/v2.3.2...v2.3.3
Optional dependencies
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:SiezABuM:rTkOOmZa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SiezABuM:rTkOOmZa"
}
