Tags
Creators
Details
All versions
1.3.1-spigot
Release
InputEngine-spigot 1.3.12 months ago 13
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Paper
Purpur
Spigot
Changes
[1.3.1] - YAML Expansion & Hot-Reloads
This update expands the YAML configuration system with new visual actions, advanced conditions, and real-time reloading capabilities.
⨠Features
- Real-time Reloads: Added the
/inputengine reloadcommand. Server administrators can now hot-reload their YAML configurations, and optionally sync them immediately to all online players without requiring a server restart or player reconnection (configurable viaconfig.yml). - More Actions: Configured keys can now also play sounds (
sound), display action bars (actionbar), show titles (title), and teleport players (teleport). - More Conditions: Added new conditions to restrict keybinds based on the player's
worldorgamemode. - Advanced Cooldowns: Added a new
cooldowncondition. Cooldowns can share IDs across multiple keys and automatically sync their remaining duration to the client's visual HUD.
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:cd7YQRjU:J8vcv3Cl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cd7YQRjU:J8vcv3Cl"
}


