1.0-SNAPSHOT
Compatibility
Required content
Changes
Pierwszy changelog (wersja 1.0.0) powinien być konkretny i zachęcający. Na Modrintha najlepiej wrzucić go w formie czytelnych punktów.
Oto gotowy tekst:
🚀 Initial Release - Version 1.0.0 This is the first stable release of Vortex Aliases (or your mod name). This mod provides a lightweight and flexible way to manage server commands and shortcuts.
✨ Key Features: Powerful Alias System: Create custom shortcuts for any command or chain of commands.
Dynamic Arguments: Use the %args% placeholder to pass user input into the middle or end of your commands.
Multi-Command Support: Execute multiple commands sequentially using the ; separator (e.g., /heal ; /feed).
Smart Tab-Completion: Optional player name suggestions for aliases that require target selection.
Permissions Ready: Integrated with LuckPerms (Fabric Permissions API) for granular control over who can use which alias.
Real-time Management: Create, remove, and list aliases directly from the game or console without restarts.
Hot-Reload: Use /commandaliases reload to instantly apply changes made to the aliases.json config file.
🔧 Technical Details: Optimized Performance: Uses Minecraft's native Brigadier system (no overhead during gameplay).
Compatible with 1.20.1: Fully tested on Fabric 1.20.1.
Lightweight: Tiny file size and minimal memory footprint.
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:IwEjXfXY:JKlxdFqj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IwEjXfXY:JKlxdFqj"
}

