Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 18 hours ago
All versions
0.1.0-beta.5+1.21.11
Beta
Fabric 1.21.1118 hours ago 4
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Please Stop 0.1.0-beta.5
- Flight Assist now stays OFF through temporary exclusions such as swimming, riding, gliding, recent damage, flight locks, or a temporary loss of flight permission. It remains off until you turn it back on, change its mode, or reset the session with the Please Stop master switch.
- Please Stop controls now follow your current Creative state, even when a single-player world was originally created in another game mode.
- Ground-level Sneak no longer makes later unrelated movement look like released-flight drift.
- Existing settings and config files remain compatible; there is no config migration.
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:lqpIvJnB:3FoAy8Sl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lqpIvJnB:3FoAy8Sl"
}

