Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Quick minor meta notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 2, 2017
1 parent babc7d9 commit 73a461f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -16,13 +16,14 @@ public class NarrateCommand extends AbstractCommand {
// <--[command]
// @Name narrate
// @Arguments <message>
// @Short tells the most relevant player a message.
// @Short tells the most relevant player a message. Convenience helper only.
// @Updated 2017/01/31
// @Group Player
// @Minimum 1
// @Maximum 1
// @Description
// Tells the most relevant player a message.
// This is a CONVENIENCE HELPER only. The <@link command tell>Tell Command<@/link> should be preferred!
// TODO: Explain more!
// @Example
// # This example tells the current player the message "hello there!" in the chat box.
Expand Down
Expand Up @@ -24,6 +24,9 @@ public class ExecuteCommand extends AbstractCommand {
// @Example
// # This example stops the server.
// - execute as_server "stop"
// @Example
// # This example makes the specified player execute 'say hi'.
// - execute as_player "say hi" <player>
// -->

@Override
Expand Down

0 comments on commit 73a461f

Please sign in to comment.