Skip to content

Commit

Permalink
fix regex errors in meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 9, 2019
1 parent 28060bc commit e4721cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -22,7 +22,7 @@ public class mcMMOPlayerAbilityActivateScriptEvent extends BukkitScriptEvent imp
// mcmmo player activates ability for <skill> (in <area>)
// mcmmo player activates <ability> for <skill> (in <area>)
//
// @Regex ^on mcmmo player activates [^\s]+( for [^\s]+( in ((notable (cuboid|ellipsoid))|([^\s]+)))?$
// @Regex ^on mcmmo player activates [^\s]+ for [^\s]+( in ((notable (cuboid|ellipsoid))|([^\s]+)))?$
//
// @Cancellable true
//
Expand Down
Expand Up @@ -24,7 +24,7 @@ public class mcMMOPlayerAbilityDeactivateScriptEvent extends BukkitScriptEvent i
// mcmmo player deactivates ability for <skill> (in <area>)
// mcmmo player deactivates <ability> for <skill> (in <area>)
//
// @Regex ^on mcmmo player deactivates [^\s]+( for [^\s]+( in ((notable (cuboid|ellipsoid))|([^\s]+)))?$
// @Regex ^on mcmmo player deactivates [^\s]+ for [^\s]+( in ((notable (cuboid|ellipsoid))|([^\s]+)))?$
//
// @Cancellable false
//
Expand Down

0 comments on commit e4721cc

Please sign in to comment.