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.5k
59
Utility
AboutChangelogVersions

Command Aliases 0.9.2 for Minecraft 1.19

by FlashyReese on Jul 12, 2022
Download

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

Command Aliases 0.9.2 for Minecraft 1.18.2

by FlashyReese on Jul 12, 2022
Download

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

Command Aliases 0.9.2 for Minecraft 1.17.1

by FlashyReese on Jul 12, 2022
Download

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

Command Aliases 0.9.2 for Minecraft 1.16.5

by FlashyReese on Jul 12, 2022
Download

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

Command Aliases 0.9.1 for Minecraft 1.18.2

by FlashyReese on Jul 11, 2022
Download

Quick hotfix for a bug with the function processor

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.8.0...mc1.18.2-0.9.1

Command Aliases 0.9.1 for Minecraft 1.19

by FlashyReese on Jul 11, 2022
Download

Quick hotfix for a bug with the function processor

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.9.0...mc1.19-0.9.1

Command Aliases 0.9.1 for Minecraft 1.17.1

by FlashyReese on Jul 11, 2022
Download

Quick hotfix for a bug with the function processor

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.9.0...mc1.17.1-0.9.1

Command Aliases 0.9.1 for Minecraft 1.16.5

by FlashyReese on Jul 11, 2022
Download

Quick hotfix for a bug with the function processor

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.6.0...mc1.16.5-0.9.1

Command Aliases 0.9.0 for Minecraft 1.19

by FlashyReese on Jul 10, 2022
Download

Notable changes

  • new: Added toml, yaml, json and json5 support and load from directory
    • This loads subdirectories recursively for better organization
    • The commandaliases.json file is scheduled to be removed on 1.0.0, the directory can only load individual command aliases rather than an array of them.
  • new: Added missing argument types
  • new: Added scheduler and command execution back to the scheduler
    • Note: Mostly for mod compatibility but also allows users to cancel a scheduled command for the future
  • new: Added scheduler event removal command
  • new: Added id, triggerTime and successfulActions to custom command action component
    • id is an identifier for the action, this is used to remove them from the scheduler
    • Note: triggerTime is similar to sleep but instead it schedules the action for the next trigger time. The sleep field might be removed in the future.
    • successfulActions is the opposite of unsuccessfulActions mostly for parity
  • new: Added COMMAND_LIST_LOOKUP mode for suggestion provider
    • We can look up whatever suggestion provider is being used from another command
  • new: Added some more functions to look up the first suggestion with key

It is highly recommended you check out the wiki page

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.8.0...mc1.19-0.9.0

Command Aliases 0.9.0 for Minecraft 1.18.2

by FlashyReese on Jul 10, 2022
Download

Notable changes

  • new: Added toml, yaml, json and json5 support and load from directory
    • This loads subdirectories recursively for better organization
    • The commandaliases.json file is scheduled to be removed on 1.0.0, the directory can only load individual command aliases rather than an array of them.
  • new: Added missing argument types
  • new: Added scheduler and command execution back to the scheduler
    • Note: Mostly for mod compatibility but also allows users to cancel a scheduled command for the future
  • new: Added scheduler event removal command
  • new: Added id, triggerTime and successfulActions to custom command action component
    • id is an identifier for the action, this is used to remove them from the scheduler
    • Note: triggerTime is similar to sleep but instead it schedules the action for the next trigger time. The sleep field might be removed in the future.
    • successfulActions is the opposite of unsuccessfulActions mostly for parity
  • new: Added COMMAND_LIST_LOOKUP mode for suggestion provider
    • We can look up whatever suggestion provider is being used from another command
  • new: Added some more functions to look up the first suggestion with key

It is highly recommended you check out the wiki page

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.8.0...mc1.18.2-0.9.0

Command Aliases 0.9.0 for Minecraft 1.17.1

by FlashyReese on Jul 10, 2022
Download

Notable changes

  • new: Added toml, yaml, json and json5 support and load from directory
    • This loads subdirectories recursively for better organization
    • The commandaliases.json file is scheduled to be removed on 1.0.0, the directory can only load individual command aliases rather than an array of them.
  • new: Added missing argument types
  • new: Added scheduler and command execution back to the scheduler
    • Note: Mostly for mod compatibility but also allows users to cancel a scheduled command for the future
  • new: Added scheduler event removal command
  • new: Added id, triggerTime and successfulActions to custom command action component
    • id is an identifier for the action, this is used to remove them from the scheduler
    • Note: triggerTime is similar to sleep but instead it schedules the action for the next trigger time. The sleep field might be removed in the future.
    • successfulActions is the opposite of unsuccessfulActions mostly for parity
  • new: Added COMMAND_LIST_LOOKUP mode for suggestion provider
    • We can look up whatever suggestion provider is being used from another command
  • new: Added some more functions to look up the first suggestion with key

It is highly recommended you check out the wiki page

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.8.0...mc1.17.1-0.9.0

Command Aliases 0.9.0 for Minecraft 1.16.5

by FlashyReese on Jul 10, 2022
Download

Notable changes

  • new: Added toml, yaml, json and json5 support and load from directory
    • This loads subdirectories recursively for better organization
    • The commandaliases.json file is scheduled to be removed on 1.0.0, the directory can only load individual command aliases rather than an array of them.
  • new: Added missing argument types
  • new: Added scheduler and command execution back to the scheduler
    • Note: Mostly for mod compatibility but also allows users to cancel a scheduled command for the future
  • new: Added scheduler event removal command
  • new: Added id, triggerTime and successfulActions to custom command action component
    • id is an identifier for the action, this is used to remove them from the scheduler
    • Note: triggerTime is similar to sleep but instead it schedules the action for the next trigger time. The sleep field might be removed in the future.
    • successfulActions is the opposite of unsuccessfulActions mostly for parity
  • new: Added COMMAND_LIST_LOOKUP mode for suggestion provider
    • We can look up whatever suggestion provider is being used from another command
  • new: Added some more functions to look up the first suggestion with key

It is highly recommended you check out the wiki page

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.16.5-0.8.0...mc1.16.5-0.9.0

Command Aliases 0.8.0 for Minecraft 1.19

by FlashyReese on Jul 5, 2022
Download

Notable changes

  • fix: Function Processor argument regex pattern
  • new: Added suggestion provider (does not include vanilla suggestion providers yet)
  • fix: Failed reassign command won't be deleted anymore
  • change: Cleaned up process time logging

It is highly recommended you check out the wiki page

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.7.0...mc1.19-0.8.0

Command Aliases 0.8.0 for Minecraft 1.18.2

by FlashyReese on Jul 5, 2022
Download

Notable changes

  • fix: Function Processor argument regex pattern
  • new: Added suggestion provider (does not include vanilla suggestion providers yet)
  • fix: Failed reassign command won't be deleted anymore
  • change: Cleaned up process time logging

It is highly recommended you check out the wiki page

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.7.0...mc1.18.2-0.8.0

Command Aliases 0.8.0 for Minecraft 1.17.1

by FlashyReese on Jul 5, 2022
Download

Notable changes

  • fix: Function Processor argument regex pattern
  • new: Added suggestion provider (does not include vanilla suggestion providers yet)
  • fix: Failed reassign command won't be deleted anymore
  • change: Cleaned up process time logging

It is highly recommended you check out the wiki page

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.7.0...mc1.17.1-0.8.0

Command Aliases 0.8.0 for Minecraft 1.16.5

by FlashyReese on Jul 5, 2022
Download

Notable changes

  • fix: Function Processor argument regex pattern
  • new: Added suggestion provider (does not include vanilla suggestion providers yet)
  • fix: Failed reassign command won't be deleted anymore
  • change: Cleaned up process time logging

It is highly recommended you check out the wiki page

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.16.5-0.7.0...mc1.16.5-0.8.0

Command Aliases 0.7.0 for Minecraft 1.19

by FlashyReese on Jun 16, 2022
Download

Notable changes

  • new: Added database and compute commands.
  • new: Added successful/unsuccessful messages for the action component.
  • new: Added user configuration file for debugging purposes.
  • new: Added function processor
  • fix: Implementation of Permissions API (now works properly with LuckPerms).

It is highly recommended you check out the wiki page or the video in the wiki page.

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.19-0.6.0...mc1.19-0.7.0

Command Aliases 0.7.0 for Minecraft 1.18.2

by FlashyReese on Jun 16, 2022
Download

Notable changes

  • new: Added database and compute commands.
  • new: Added successful/unsuccessful messages for the action component.
  • new: Added user configuration file for debugging purposes.
  • new: Added function processor
  • fix: Implementation of Permissions API (now works properly with LuckPerms).

It is highly recommended you check out the wiki page or the video in the wiki page.

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.18.2-0.6.0...mc1.18.2-0.7.0

Command Aliases 0.7.0 for Minecraft 1.17.1

by FlashyReese on Jun 16, 2022
Download

Notable changes

  • new: Added database and compute commands.
  • new: Added successful/unsuccessful messages for the action component.
  • new: Added user configuration file for debugging purposes.
  • new: Added function processor
  • fix: Implementation of Permissions API (now works properly with LuckPerms).

It is highly recommended you check out the wiki page or the video in the wiki page.

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.17.1-0.6.0...mc1.17.1-0.7.0

Command Aliases 0.7.0 for Minecraft 1.16.5

by FlashyReese on Jun 16, 2022
Download

Notable changes

  • new: Added database and compute commands.
  • new: Added successful/unsuccessful messages for the action component.
  • new: Added user configuration file for debugging purposes.
  • new: Added function processor
  • fix: Implementation of Permissions API (now works properly with LuckPerms).

It is highly recommended you check out the wiki page or the video in the wiki page.

Full Changelog: https://github.com/FlashyReese/CommandAliases/compare/mc1.16.5-0.6.0...mc1.16.5-0.7.0

1
2
3

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@656c5b6

© 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.