Links
Tags
Creators
Details
1.0.5
Compatibility
Changes
General Add, edit, and delete commands.
New Settings & Configuration Options
Command Box Size: Adjust the dimensions of the command text boxes for better readability of long macros.
Maximum Character Limit: Set a custom character limit for your command inputs.
Category Title Colors: Customize the text color of category headers in your macro list.
Execution Delay: Configure a custom delay time for macro execution to prevent server spam or rate limits.
Sorting Mode: Organize your categories alphabetically (A-Z) or chronologically (Newest first / Oldest first).
Delete Confirmation Toggle: Enable or disable the warning prompt when deleting a command for faster macro management.
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:EWJrfAox:L0Ecn3u1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EWJrfAox:L0Ecn3u1"
}

