HomeJavaModsSimpleCommands | Create your own commands!
SimpleCommands | Create your own commands!
ModsJava

SimpleCommands | Create your own commands!

⬇ Download on Spigot
Simple Commands
Simple Commands is a Lightweight custom commands plugin which can replace existing commands and make them for example shorter.

You can decide who can use which command via permission which are always required to use any of them.


Commands
/simplecommand-reload reloads the config but only allows to change commands you provide. When you change a command like in config template below spawn to something else you have to restart your Server.

Dependencies


Spoiler: Config Template
Code (YAML):

commands
:
  spawn
:
    command
: tp {arg1 } 0 100 0
    arguments
:
      arg1
: player
  sendmessage
:
    command
: say {arg1 }
    arguments
:
      arg1
: string
  givediamond
:
    command
:
   - say You were given {arg2 } diamonds
    - give {arg1 } diamond {arg2 }
    arguments
:
      arg1
: player
      arg2
: integer
  sethealth
:
    command
: health {arg1 } set {arg2 }
    arguments
:
      arg1
: player
      arg2
: float
permissions
:
  sendmessage
: simplecommands.sendmessage
  givediamond
: simplecommands.givediamond
  sethealth
: simplecommands.sethealth
  spawn
: simplecommand.spawn
  reload
: simplecommands.reload

 

Argument types:

Argument type player is just as it is the selection of a player
Argument type string is a string but a whole text.
Argument type integer is a whole number like 1.

Argument type float is a digit number means 1.2.

For help join my Discord

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

SimpleCommands | Create your own commands! is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16 and newer. Downloaded 434 times (via Spigot). Download it and open it directly in the game.

Explore more