Skip to content
Donut edited this page Apr 11, 2021 · 5 revisions

Attributes

  • Name - the command name (do not include arguments)
  • Aliases - alternative names for the command (comma separated)
  • Description - a description of the command (visible in-game with /help <command>)
  • Permission - the permission required to use the command
  • Permission Message - the message shown when permission is denied

Useful Blocks

Command Sender
The player/console who executed the command.

Command Argument
An argument of the command (command argument numbers start at 0).

Command Arguments
A list containing all of the command arguments, e.g. the arguments of /test 1 2 3 is the list [1, 2, 3].

VisualBukkit Discord: https://discord.gg/ugkvGpu

Clone this wiki locally