Skip to content

Commit

Permalink
Add some requirement meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Aug 25, 2013
1 parent e607fec commit dcb9b79
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 8 deletions.
Expand Up @@ -303,7 +303,7 @@ public void registerCoreMembers() {
// @Name cooldown
// @Usage cooldown (duration:<value>) (global) (script:<name>)
// @Required 1
// @Stable 1.0
// @Stable Stable
// @Short Temporarily disables a script-container from meeting requirements.
// @Author aufdemrand
//
Expand Down Expand Up @@ -743,8 +743,8 @@ public void registerCoreMembers() {
// <--[command]
// @Name foreach
// @Usage foreach [<object>|...] [<commands>]
// @Required 1
// @Stable Maybe
// @Required 2
// @Stable Experimental
// @Short Loops through a dList, running a set of commands for each item.
// @Author Morphan1/mcmonkey
//
Expand All @@ -762,7 +762,7 @@ public void registerCoreMembers() {
//
// -->
registerCoreMember(ForEachCommand.class,
"FOREACH", "foreach [<object>|...] [<commands>]", 1);
"FOREACH", "foreach [<object>|...] [<commands>]", 2);

// <--[command]
// @Name give
Expand Down

0 comments on commit dcb9b79

Please sign in to comment.