Command Aliases
CollectionSourceDiscord
  • Getting Command Aliases
  • Quick Start Guide
  • Configuration
  • Command Modes
    • Redirect
    • Redirect without arguments
    • Reassign
    • Custom
      • Functions
      • Base Component
      • Child Component
      • Action Component
      • Suggestion Provider Component
  • Commands
Powered by GitBook
On this page
  • Acquisition
  • Downloading
  • Compiling (Advanced)
  • Installation

Was this helpful?

Edit on GitHub

Getting Command Aliases

NextQuick Start Guide

Last updated 2 years ago

Was this helpful?

Acquisition

Before we begin, we must download the mod or compile the mod.

Downloading

Command Aliases can be found on many platforms. The official downloads are located in the following platforms:

Compiling (Advanced)

Prerequisites

  • or later

  • (optional)

Instructions

  1. Clone the repository and navigate into the cloned repository

    git clone https://github.com/FlashyReese/CommandAliases.git
    cd CommandAliases
  2. Navigate to the directory you've cloned this repository and launch a build with Gradle. If you are not using the Gradle wrapper, simply replace gradlew with gradle or the path to it.

    • Windows

    gradlew build
    • Linux/macOS

    ./gradlew build 
  3. The initial setup may take a few minutes. After Gradle has finished building everything, you can find the resulting artifacts in build/libs.

Installation

Depending on the environment of the installation, the Fabric Mod Loader will generate a new folder named mods, all fabric mods should be placed in this folder.

CommandAliases is currently only a Fabric mod and runs on the .

GitHub
CurseForge
Modrinth
Java Development Kit 17
Git
Fabric Mod Loader