Skip to content

Commit

Permalink
minor meta cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 10, 2019
1 parent d9b5015 commit 77c9783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Expand Up @@ -69,10 +69,7 @@ public class PlayerClicksInInventoryScriptEvent extends BukkitScriptEvent implem
// <--[event]
// @Events
// player clicks in inventory
// player (<click type>) clicks (<item>) (in <inventory>) (with <item>)
// player (<click type>) clicks (<material>) (in <inventory>) (with <item>)
// player (<click type>) clicks (<item>) (in <inventory>) (with <material>)
// player (<click type>) clicks (<material>) (in <inventory>) (with <material>)
// player (<click type>) clicks (<item>) in <inventory> (with <item>)
//
// @Regex ^on player( [^\s]+)? clicks [^\s]+( in [^\s]+)?( with [^\s]+)?$
//
Expand Down
Expand Up @@ -51,7 +51,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String cmdName, Stri
//
// Examples:
// /ex flag <player> test_flag:!
// /ex run 's@npc walk script' as:<npc>
// /ex run npc_walk_script
//
// Need to '/ex' a command as a different player or NPC? No problem. Just use the 'npc' and 'player'
// value arguments, or utilize the object fetcher.
Expand Down

0 comments on commit 77c9783

Please sign in to comment.