Skip to content

Commit

Permalink
Add some command meta shorts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 10, 2013
1 parent 975aafc commit 0555f9d
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -153,7 +153,7 @@ public void registerCoreMembers() {
// @Usage assignment [{set}/remove] (script:<name>)
// @Required 1
// @Stable Todo
// @Short Todo
// @Short Announces a message for everyone online to read.
// @Author Todo
// @Description
// Todo
Expand All @@ -172,7 +172,7 @@ public void registerCoreMembers() {
// @Usage attack (cancel) (<entity>|...) (target:<entity>)
// @Required 0
// @Stable Todo
// @Short Todo
// @Short Changes an NPC's assignment.
// @Author Todo
// @Description
// Todo
Expand All @@ -191,7 +191,7 @@ public void registerCoreMembers() {
// @Usage break [<location>] (entity:<entity>) (radius:<#.#>)
// @Required 1
// @Stable Todo
// @Short Todo
// @Short Causes the NPC to attack a target.
// @Author Todo
// @Description
// Todo
Expand All @@ -210,7 +210,7 @@ public void registerCoreMembers() {
// @Usage burn [<entity>|...] (duration:<value>)
// @Required 1
// @Stable Todo
// @Short Todo
// @Short Breaks a block.
// @Author Todo
// @Description
// Todo
Expand Down Expand Up @@ -261,7 +261,7 @@ public void registerCoreMembers() {
// @Usage chat ["<text>"] (targets:<entity>|...)
// @Required 1
// @Stable Todo
// @Short Todo
// @Short Casts a potion on a target entity.
// @Author Todo
// @Description
// Todo
Expand All @@ -280,7 +280,7 @@ public void registerCoreMembers() {
// @Usage chunkload ({add}/remove/removeall) [<location>] (duration:<value>)
// @Required 1
// @Stable Todo
// @Short Todo
// @Short Causes the NPC to send a chat message to nearby players.
// @Author Todo
// @Description
// Todo
Expand Down

4 comments on commit 0555f9d

@Spidi
Copy link
Contributor

@Spidi Spidi commented on 0555f9d Sep 10, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You seem to be off by 1 each time ;)

@mcmonkey4eva
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Spidi - huh? I think you maybe put that comment on the wrong commit...

@Spidi
Copy link
Contributor

@Spidi Spidi commented on 0555f9d Sep 10, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for example:

// @Usage chunkload ({add}/remove/removeall)
// @required 1
// @stable Todo

  •    // @Short Todo
    
  •    // @Short Causes the NPC to send a chat message to nearby players.
     // @Author Todo
     // @Description
    

if the Chunkload command causes NPC's to send chat messages then it's a new one on me ;)

@mcmonkey4eva
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoa. Shit. I'll fix all that 0.o

Thanks @Spidi

Please sign in to comment.