My guide for users
-
The basics
Create a commandCode (YAML):#Here go the label of the command (/command)
<command>:
#Amount of arguments that the command need (-1 is infinite amount)
arguments: <number>
# Description of the command
description: <description>
# Message that is sended to the user in case of wrong usage
usage: <usage>
# Permission to execute the command
permission: <permission>
# Alternative labels for the command
aliases:
- <aliase 1>
- <aliase 2>
[...]
# Commands that will be executed when you use the command.
# Use "server:<command>" for server-side commands
# The variable arguments are "{x}" where x is the argument number starting from 0 ("{-1}" is for put all arguments)
# "{sender.name}" is a variable for put the name of who execute the command.
commands:
- <command 1>
- <command 2> - Loading...
- Loading...
XenCarta PRO
© Jason Axelrod from 8WAYRUN.COM