Skip to content

Commit

Permalink
fix command event meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 2, 2019
1 parent 1ec01ee commit ca5e0fd
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -106,13 +106,14 @@ private List<String> getAll(String cmd) {
return newEvents;
}

// TODO: in <area>

// <--[event]
// @Events
// command
// <command_name>|... command
//
// @Regex ^on( [^\s]+)? command$
// @Switch in <area>
//
// @Triggers when a player, console, or command block/minecart runs a Bukkit command. This happens before
// any code of established commands allowing scripters to 'override' existing commands.
Expand Down

0 comments on commit ca5e0fd

Please sign in to comment.