Tags
Creators
Details
Licensed CC-BY-4.0
Published 5 months ago
All versions
1.0.0+BTW3.0.0
Release
Builder's Utils: <Commands> 1.0.05 months ago 99
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client and server
Required content
Changes
Initial release:
- Rework /effect, /give and /enchant to use actual names instead of relying on IDs
- Rework /kill to specify which entity should be killed (player, entity, item)
- Implement /summon
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| bu_commands-1.0.0-sources.jar | Source jar | 279.03 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:441MNuTQ:ISoIGTt8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:441MNuTQ:ISoIGTt8"
}![Builder's Utils: <Commands> [BTW Addon]](https://cdn.modrinth.com/data/441MNuTQ/b7d7185753984d2b3b8657cc6bfbcd79eef13d5e_96.webp)


