Tags
Creators
Details
Licensed MIT
Published 4 months ago
All versions
1.3
Release
EncData's Event Manager 1.32 months ago 49
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Event Manager 1.3
Added
- Added queue position display so players can see where they are while waiting in holding.
- Added configurable queue role slots:
/event queue set <role> <amount>/event queue remove <role>/event queue clear/event queue list/event queue display <true|false>/event queue position <player>
- Added randomized role assignment when using
/event start, based on the queue role amounts you set. - Added
/event helpfor quick command help in-game. - Added
/event validateto help catch common setup problems, like missing role spawns or invalid queue roles.
Improved
/event startnow shows the role distribution after players are assigned.- Queue containment now keeps better track of player order and queue positions.
- Updated the README with the new queue commands and setup details.
Fixed
- Fixed op/deop handling so deopped players get sent back to the queue/holding dimension when the event is closed.
- Added a small delay to join checks to help reduce “Loading Terrain” issues from instant teleports or profile changes during login.
Cleanup
- Removed the duplicate
LICENSE.txtfile and kept the mainLICENSEfile.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| EventManager-1.3-sources.jar | Source jar | 52.94 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:ESDkerqQ:s6qa7aKo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ESDkerqQ:s6qa7aKo"
}

