Skip to content

Commit

Permalink
Add format argument to narrate hint
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceemotion committed Mar 6, 2013
1 parent 5dea97e commit f5c28b3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -131,7 +131,7 @@ public void registerCoreMembers() {
"NAMEPLATE", "nameplate [chat_color] (target:player_name)", 1);

registerCoreMember(NarrateCommand.class,
"NARRATE", "narrate [\"narration text\"] (player:name)", 1);
"NARRATE", "narrate [\"narration text\"] (player:name) (format:format)", 1);

registerCoreMember(NewCommand.class,
"NEW", "new itemstack [item:material] (qty:#)", 2);
Expand Down

0 comments on commit f5c28b3

Please sign in to comment.