1.1.2
Compatibility
Changes
Full Changelog: https://github.com/OMetaVR/Superior-Player-Commands/compare/1.0.0...main
New Commands Added:
/falldamage, /firedamage, /drowndamage - Toggle specific damage types
/setjump <value|reset|rs> - Set jump height multiplier (0.1-50x)
/setspeed <value|reset|rs> - Set movement speed multiplier (0.1-20x)
/return - Return to last teleport position (tracks /goto teleports)
/listwaypoints (alias: /l) - List all waypoints
/health <min|max|infinite> - Set health mode /coords - Show current coordinates and facing direction
/music <play|pause|skip|back> [volume] - Control game music
/freeze - Toggle AI freeze for all mobs (GMod-style)
/grow [radius] [type] - Grow plants/saplings in radius
/spawnstack <mobs...> <count> - Spawn stacked mobs
/ride - Force-mount entity you're looking at
/help [command] (alias: /h) - Show command help
Modified Commands:
/rem - Now requires a name argument, unless standing on a waypoint
/duplicate [all] [store] - Added all to dupe entire inventory (drops on ground), store to put in chest
/more [all] - Added all to fill all stacks in inventory
/dropstore - this and duplicate all store now have support for double chest spawning if over 27 individual stacks are in the player inventory
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:R3Uso5lN:oS3Lu21Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R3Uso5lN:oS3Lu21Q"
}

