Custom Commands

Custom Commands

Plugin

Create your own commands or aliases

Server ManagementUtility

860 downloads
7 followers
Createda year ago
Updated24 days ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Create your own custom commands. You can add commands with messages or you can create aliases for other commands. The plugin is for everyone how can't code own plugins.

Installation:

  1. Download the plugin
  2. Restart your server

Setup:

  • To add a new Command you need to edit the config.yml . To see how to make your own commands see config.yml .

Placeholders:

  • {args} - Get every argument behind the command.
  • {player} - Get the player name of the executer.

Features:

  • You can add arguments to your commands with {args}.
    Example:
config.yml

  adminhelp:
    command: 'msg Admin {args}' 
    message: ''  
  /adminhelp I need help    ->     /msg Admin I need help
  • You can get the executers name with the {player} placeholder.
    Example:
config.yml

  hello:
    command: 'say Hello {player}' 
    message: ''  
  /hello    ->     /say Hello <playername>

Commands:

  • /customcommands reload

Permissions:

  • cc.reload | To reload the plugin

Autocomplite:

The AutoComplite feature is only availible after a server restart!

Config:

# [CustomCommand] Create own commands

prefix: "[&6CustomCommands&r] "

# All custom commands
# Create your own commands here
CustomCommands: # Don't touch this!
  example: # Command trigger (/example)
    command: 'tps' # The command to be executed
    message: 'Example'  # A message


Version: 3 # Don't touch this!

External resources



Project members

7AGAM

Owner


Technical information

License
ARR
Project ID