Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Command Aliases

Command Aliases

Alternate short commands for complex commands (with tab completion)

12.4k
58
Utility

Compatibility

Minecraft: Java Edition

1.21
1.20.x
1.19.2–1.19.4
1.19
1.18.x
1.17.x
1.16.2–1.16.5

Platforms

Fabric

Supported environments

Client-side
Server-side
Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

FlashyReese
FlashyReese Owner

Details

Licensed MIT
Published 4 years ago
Updated 12 months ago
DescriptionChangelogVersions

Show all versions

1
2
3

Command Aliases 1.0.1 for Minecraft 1.21

by FlashyReese on Jun 16, 2024
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.20.6-1.0.1...mc1.21-1.0.1

Command Aliases 1.0.1 for Minecraft 1.20.5/1.20.6

by FlashyReese on May 10, 2024
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.20-1.0.1...mc1.20.6-1.0.1

Command Aliases 1.0.1 for Minecraft 1.20

by FlashyReese on Jun 7, 2023
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19.4-1.0.1...mc1.20-1.0.1

Command Aliases 1.0.1 for Minecraft 1.19.4

by FlashyReese on May 9, 2023
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19.3-1.0.0...mc1.19.4-1.0.1

Command Aliases 1.0.1 for Minecraft 1.18.2

by FlashyReese on May 9, 2023
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-1.0.0...mc1.18.2-1.0.1

Command Aliases 1.0.1 for Minecraft 1.17.1

by FlashyReese on May 9, 2023
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-1.0.0...mc1.17.1-1.0.1

Command Aliases 1.0.1 for Minecraft 1.16.5

by FlashyReese on May 9, 2023
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.16.5-1.0.0...mc1.16.5-1.0.1

Command Aliases 1.0.0 for Minecraft 1.19.3

by FlashyReese on Dec 10, 2022
Download

Important Notice

You will need to update your 0.9.x formats to be compatible with 1.0.0. Please visit the wiki to view the documentation. I will be trying my best to improve the wiki, you can also help by contributing to it.

What's changed?

  • Specification has been changed - Wiki can be found here
    • You now need to define schemaVersion to 1
    • Formats are pretty much identifical but instead of "customCommand": {}, you just define everything in the base clause where the Command Mode is located.
    • Some custom command format fields has been renamed, you can find more information about it on the wiki.
  • Removed all deprecated features from 0.9.x.
    • COMMAND_ALIAS, COMMAND_REASSIGN_AND_ALIAS and COMMAND_REASSIGN_AND_CUSTOM - You can still reassign commands but they would require separate files, this change is done to keep debugging easier.
  • Added more formatting types and functions
    • Formatting Types can be found here.
    • Functions can be found here.
  • Added MySQL, Redis, In-Memory database implementations
  • Added a math numerical expression evaluator and a boolean expression evaluator using Javaluator
  • Enabled all JSON5 features for serialization
  • Improved logging to help identify errors cause by a particular file. (I will be improving this further in the future)
  • Tons of more changes

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19.2-1.0.0...mc1.19.3-1.0.0

Command Aliases 1.0.0 for Minecraft 1.18.2

by FlashyReese on Dec 9, 2022
Download

Important Notice

You will need to update your 0.9.x formats to be compatible with 1.0.0. Please visit the wiki to view the documentation. I will be trying my best to improve the wiki, you can also help by contributing to it.

What's changed?

  • Specification has been changed - Wiki can be found here
    • You now need to define schemaVersion to 1
    • Formats are pretty much identifical but instead of "customCommand": {}, you just define everything in the base clause where the Command Mode is located.
    • Some custom command format fields has been renamed, you can find more information about it on the wiki.
  • Removed all deprecated features from 0.9.x.
    • COMMAND_ALIAS, COMMAND_REASSIGN_AND_ALIAS and COMMAND_REASSIGN_AND_CUSTOM - You can still reassign commands but they would require separate files, this change is done to keep debugging easier.
  • Added more formatting types and functions
    • Formatting Types can be found here.
    • Functions can be found here.
  • Added MySQL, Redis, In-Memory database implementations
  • Added a math numerical expression evaluator and a boolean expression evaluator using Javaluator
  • Enabled all JSON5 features for serialization
  • Improved logging to help identify errors cause by a particular file. (I will be improving this further in the future)
  • Tons of more changes

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.9.3...mc1.18.2-1.0.0

Command Aliases 1.0.0 for Minecraft 1.19.2

by FlashyReese on Dec 9, 2022
Download

Important Notice

You will need to update your 0.9.x formats to be compatible with 1.0.0. Please visit the wiki to view the documentation. I will be trying my best to improve the wiki, you can also help by contributing to it.

What's changed?

  • Specification has been changed - Wiki can be found here
    • You now need to define schemaVersion to 1
    • Formats are pretty much identifical but instead of "customCommand": {}, you just define everything in the base clause where the Command Mode is located.
    • Some custom command format fields has been renamed, you can find more information about it on the wiki.
  • Removed all deprecated features from 0.9.x.
    • COMMAND_ALIAS, COMMAND_REASSIGN_AND_ALIAS and COMMAND_REASSIGN_AND_CUSTOM - You can still reassign commands but they would require separate files, this change is done to keep debugging easier.
  • Added more formatting types and functions
    • Formatting Types can be found here.
    • Functions can be found here.
  • Added MySQL, Redis, In-Memory database implementations
  • Added a math numerical expression evaluator and a boolean expression evaluator using Javaluator
  • Enabled all JSON5 features for serialization
  • Improved logging to help identify errors cause by a particular file. (I will be improving this further in the future)
  • Tons of more changes

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.9.3...mc1.19.2-1.0.0

Command Aliases 1.0.0 for Minecraft 1.17.1

by FlashyReese on Dec 9, 2022
Download

Important Notice

You will need to update your 0.9.x formats to be compatible with 1.0.0. Please visit the wiki to view the documentation. I will be trying my best to improve the wiki, you can also help by contributing to it.

What's changed?

  • Specification has been changed - Wiki can be found here
    • You now need to define schemaVersion to 1
    • Formats are pretty much identifical but instead of "customCommand": {}, you just define everything in the base clause where the Command Mode is located.
    • Some custom command format fields has been renamed, you can find more information about it on the wiki.
  • Removed all deprecated features from 0.9.x.
    • COMMAND_ALIAS, COMMAND_REASSIGN_AND_ALIAS and COMMAND_REASSIGN_AND_CUSTOM - You can still reassign commands but they would require separate files, this change is done to keep debugging easier.
  • Added more formatting types and functions
    • Formatting Types can be found here.
    • Functions can be found here.
  • Added MySQL, Redis, In-Memory database implementations
  • Added a math numerical expression evaluator and a boolean expression evaluator using Javaluator
  • Enabled all JSON5 features for serialization
  • Improved logging to help identify errors cause by a particular file. (I will be improving this further in the future)
  • Tons of more changes

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.9.3...mc1.17.1-1.0.0

Command Aliases 1.0.0 for Minecraft 1.16.5

by FlashyReese on Dec 9, 2022
Download

Important Notice

You will need to update your 0.9.x formats to be compatible with 1.0.0. Please visit the wiki to view the documentation. I will be trying my best to improve the wiki, you can also help by contributing to it.

What's changed?

  • Specification has been changed - Wiki can be found here
    • You now need to define schemaVersion to 1
    • Formats are pretty much identifical but instead of "customCommand": {}, you just define everything in the base clause where the Command Mode is located.
    • Some custom command format fields has been renamed, you can find more information about it on the wiki.
  • Removed all deprecated features from 0.9.x.
    • COMMAND_ALIAS, COMMAND_REASSIGN_AND_ALIAS and COMMAND_REASSIGN_AND_CUSTOM - You can still reassign commands but they would require separate files, this change is done to keep debugging easier.
  • Added more formatting types and functions
    • Formatting Types can be found here.
    • Functions can be found here.
  • Added MySQL, Redis, In-Memory database implementations
  • Added a math numerical expression evaluator and a boolean expression evaluator using Javaluator
  • Enabled all JSON5 features for serialization
  • Improved logging to help identify errors cause by a particular file. (I will be improving this further in the future)
  • Tons of more changes

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.16.5-0.9.3...mc1.16.5-1.0.0

Command Aliases 0.9.4 for Minecraft 1.19.2

by FlashyReese on Nov 19, 2022
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.9.3...mc1.19.2-0.9.4

Command Aliases 0.9.4 for Minecraft 1.18.2

by FlashyReese on Nov 19, 2022
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.9.3...mc1.18.2-0.9.4

Command Aliases 0.9.4 for Minecraft 1.17.1

by FlashyReese on Nov 19, 2022
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.9.3...mc1.17.1-0.9.4

Command Aliases 0.9.4 for Minecraft 1.16.5

by FlashyReese on Nov 19, 2022
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.16.5-0.9.3...mc1.16.5-0.9.4

Command Aliases 0.9.3 for Minecraft 1.19

by FlashyReese on Jul 13, 2022
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.9.2...mc1.19-0.9.3

Command Aliases 0.9.3 for Minecraft 1.18.2

by FlashyReese on Jul 13, 2022
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.9.2...mc1.18.2-0.9.3

Command Aliases 0.9.3 for Minecraft 1.16.5

by FlashyReese on Jul 13, 2022
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.16.5-0.9.2...mc1.16.5-0.9.3

Command Aliases 0.9.3 for Minecraft 1.17.1

by FlashyReese on Jul 13, 2022
Download

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.9.2...mc1.17.1-0.9.3

1
2
3

Modrinth is open source.

main@bd61f5d

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.