Minecraft cShortcut mod 2026 download
logo
minecraft mod cShortcut

cShortcut

Game Version: CB 1.4.7-R1.0
Total Downloads: 9,519
Updated: Feb 8, 2013
Created: Jan 28, 2013
Download cShortcutDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
cShortcut v1.2 release 7.05 KB Feb 8, 2013 CB 1.4.7-R1.0 8,170 download cShortcut cShortcut v1.2 releaseDownload
cShortcut v1.1 release 6.58 KB Feb 7, 2013 CB 1.4.7-R1.0 721 download cShortcut cShortcut v1.1 releaseDownload
cShortcut v1.0 release 4.97 KB Jan 28, 2013 CB 1.4.7-R0.1 628 download cShortcut cShortcut v1.0 releaseDownload

Screenshots

Description

Share this:

cShortcut

Current version: 1.0

GitHub

Tired of typing long commands or messages? Want to create a quick and easy to use shortcut? This plugin is for you! Define shortcuts for commands and create custom commands. This plugin is based off of and inspired by bShortcut, a plugin I used to use back in the day.

Features

  • Define shortcuts for commands.
  • Execute multiple commands by typing only one command.
  • Make the player using the command execute a command, or make the console execute the command.
  • Send the player and/or broadcast messages.
  • Many variables are available (even user-supplied ones!).

Examples

  • /j: Shortened from /jumpto.
  • /s: Shortened from /spawn.
  • /rollback [player]: Shortened from /lb rollback player [player] since 50 days.
  • /help: Override the default command and send players the message "Go to our website for help!".

Variables

Variable Description
%name The name of the player executing the command.
%displayname The display name of the player executing the command.
%delay-x Prefix a command with this to have it delayed by x seconds
%[number] Any argument supplied to the command (e.g. /mynameis %1 – the %1 will turn into 'chaseoes' if the command used is /mynameis chaseoes.) Using %0 will return all arguments used.

The variables available in the current version are limited. Suggest new ones below!

Commands

Command Description
/cshortcut General plugin information.
/cshortcut reload Reloads the configuration.

Configuration (more examples!)

commands:
  /test:
  - '/me I just sent a command!'
  - '%message Only the command sender (%name) can see this!'
  - '%broadcast &4The entire server can see this!'
  - '%console say I was forced to do this command! :('
  /myage:
  - '%broadcast %name says that they are %1 years old!'
  - '%message %name, are you sure that you are %1 and not 5?'
  /rollback:
  - '%message &2Attempting to rollback %1 for %2 days...'
  - '/lb rollback player &1 since %2 days'

Comments

Add a comment