Skip to content

Commit

Permalink
Remove double metas
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Aug 25, 2013
1 parent ed23d6c commit 8b45dfa
Showing 1 changed file with 2 additions and 34 deletions.
Expand Up @@ -208,7 +208,7 @@ public void registerCoreMembers() {
"BURN", "burn [<entity>|...] (duration:<value>)", 1);

// <--[command]
// @Name cast
// @Name cast, potion
// @Usage cast [<effect>] (remove) (duration:<value>) (power:<#>) (<entity>|...)
// @Required 1
// @Stable Todo
Expand All @@ -223,22 +223,6 @@ public void registerCoreMembers() {
// @Example
// Todo
// -->
// <--[command]
// @Name potion
// @Usage potion [<effect>] (remove) (duration:<value>) (power:<#>) (<entity>|...)
// @Required 1
// @Stable Todo
// @Short Todo
// @Author Todo
// @Description
// Todo
// @Tags
// Todo
// @Usage
// Todo
// @Example
// Todo
// -->
registerCoreMember(CastCommand.class,
"CAST, POTION", "cast [<effect>] (remove) (duration:<value>) (power:<#>) (<entity>|...)", 1);

Expand Down Expand Up @@ -1766,7 +1750,7 @@ public void registerCoreMembers() {
"WAIT", "wait (<duration>) (queue:<name>)", 0);

// <--[command]
// @Name walk
// @Name walk, walkto
// @Usage walk [<location>] (speed:<#>) (auto_range)
// @Required 1
// @Stable Todo
Expand All @@ -1781,22 +1765,6 @@ public void registerCoreMembers() {
// @Example
// Todo
// -->
// <--[command]
// @Name walkto
// @Usage walkto [<location>] (speed:<#>) (auto_range)
// @Required 1
// @Stable Todo
// @Short Todo
// @Author Todo
// @Description
// Todo
// @Tags
// Todo
// @Usage
// Todo
// @Example
// Todo
// -->
registerCoreMember(WalkCommand.class,
"WALK, WALKTO", "walk [<location>] (speed:<#>) (auto_range)", 1);

Expand Down

0 comments on commit 8b45dfa

Please sign in to comment.