All versions
1.4.0
Release
SecPlayer 1.4.05 months ago 232
Compatibility
Minecraft: Java Edition
1.18.x
Platform
Forge
Supported environments
Client and server
Changes
Added
- Approval / deny system — Config option
requireApproval. When enabled, new registrations are pending until an admin approves; denied accounts are added to the ban list. Optional email when approved (if SMTP is set). - Admin: Pending filter and timezone grouping — List grouped by timezone (players with no timezone under "Local"); search filters by timezone too. Pending filter and Approve/Deny in player detail when approval is enabled.
- Commands —
/secplayer approve <player>and/secplayer deny <player>(OP). - Scrollbar click-and-drag — All scrollbars (admin list, player detail, settings, TOS, etc.) support clicking the track and dragging the thumb.
Changed
- Admin list — Custom list so the scrollbar stays at the right edge and no longer overlaps content. Removed "TZ: All" in favor of timezone grouping and search.
Fixed
- Scrollbars could not be used by clicking or dragging; only mouse wheel worked.
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:mTMZ8rTx:LBSmhF6x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mTMZ8rTx:LBSmhF6x"
}

