Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.05 KB

File metadata and controls

17 lines (14 loc) · 1.05 KB

CommandAliaser

CommandAliaser is a handy MinecraftForge modification, which allows the user to flexibly create command aliases with an interactive GUI.

Commands

Command: /commandaliaser, Aliases: /ca, /aliaser

  • /ca toggle - Toggles the mod (disables it and all the features if enabled, and vice versa)
  • /ca check - Toggles whether the mod should check for updates on game start up.
  • /ca update - Updates the mod from the repository JAR releases (which is based on checking for updates)
  • /ca alias (aliases: gui, config) - Opens the aliases GUI, which can be used to create aliases
  • /ca remove - Removes an alias
  • /ca save - Saves all aliases from the mapped cache. Useful if your game is very subject to crashing randomly.

Screenshots

AliaserGUI

Downloads