Mod
Custom Commands
No reviews yet
Create your own commands or aliases
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Sponge is a dedicated server implementation that supports vanilla and mod loaders like Forge and Fabric while also providing the Sponge API for plugins.
Spigot is a popular software for running dedicated servers that can load Plugins created with the Bukkit API.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Custom Commands Plugin - Create Your Own Server Commands!
This plugin lets you make your own special commands on your server without needing to know how to code! You can create commands that send messages or even act like shortcuts for other commands that already exist.
Installation:
- Download the plugin file.
- Restart your server.
Setup:
To make your own commands, you need to open and edit the config.yml file. Inside that file, you'll find instructions on how to create your custom commands.
Placeholders:
These are like special tags you can use to make your commands more interesting:
{args}- This will take everything you type after your custom command.{player}- This will automatically put the name of the player who used the command.
Features:
-
Use Arguments in Your Commands with
{args}: You can make commands that can take extra words or information from the player.Example:
config.ymladminhelp: command: 'msg Admin {args}' message: ''If a player types
/adminhelp I need help, the player will run the command/msg Admin I need help. -
Show the Player's Name with
{player}: You can include the name of the person who used the command in what the command does.Example:
config.ymlhello: command: 'say Hello {player}' message: ''If a player named "CoolGamer" types
/hello, the player will run the command/say Hello CoolGamer.
Commands:
- /customcommands reload - This command tells the plugin to reload its settings. So, if you change something in the
config.ymlfile, you can use this command to make the changes happen without restarting the whole server.
Permissions:
cc.reload- Players who have this permission can use the/customcommands reloadcommand. Usually, server admins have this permission.
Autocomplete:
After you install the plugin and set up your custom commands, and then restart your server, the game will help you by suggesting your custom commands as you start typing them! This makes it easier for everyone to remember and use the new commands.
Config: config.yml
# [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!
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources