Skip to content

Commit

Permalink
add details to 'execute' command meta to explain its purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 5, 2020
1 parent 21f6486 commit 1cb1944
Showing 1 changed file with 10 additions and 2 deletions.
Expand Up @@ -33,8 +33,16 @@ public class ExecuteCommand extends AbstractCommand {
// @Group server
//
// @Description
// Allows the execution of server commands through a Denizen Script. Commands can be executed as the server,
// as an npc, an op or as a player, as though it was typed by the respective source.
// Allows the execution of server commands through a Denizen script.
// Commands can be executed as the server, as an npc, as an opped player, or as a player, as though it was typed by the respective source.
//
// Note: do not include the slash at the start. A slash at the start will be interpreted equivalent to typing two slashes at the front in-game.
//
// Note that this is a Denizen script command that executes Bukkit commands.
// This can be considered the inverse of '/ex' (a Bukkit command that executes Denizen script commands).
//
// Generally, you should never use this to execute a vanilla command, there is almost always a script command that should be used instead.
// Usually the 'execute' command should be reserved for interacting with external plugins.
//
// @Tags
// <entry[saveName].output> returns the output to an as_server sender.
Expand Down

0 comments on commit 1cb1944

Please sign in to comment.