Skip to content

Commit

Permalink
Fix a few details
Browse files Browse the repository at this point in the history
author list, action meta
  • Loading branch information
mcmonkey4eva committed Sep 29, 2014
1 parent 3b1fbb1 commit 0830479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -119,10 +119,10 @@ public void registerCoreMembers() {
// TODO: Document Command Details
// @Usage
// Use to trigger a custom action
// - event "custom action"
// - action "custom action"
// @Usage
// Use to trigger multiple custom action with context on a different NPC
// - event "player dances|target enemy" n@10 context:action|custom|target|<player.selected_npc>
// - action "player dances|target enemy" n@10 context:action|custom|target|<player.selected_npc>
// -->
registerCoreMember(ActionCommand.class,
"ACTION", "Action [<action name>|...] (<npc>|...) (context:<name>|<object>|...)", 1);
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
name: Denizen
author: aufdemrand, mcmonkey
authors: ['aufdemrand', 'mcmonkey']
version: ${project.version} (build ${BUILD_NUMBER})
main: net.aufdemrand.denizen.Denizen
softdepend: [Citizens, Vault]
Expand Down

0 comments on commit 0830479

Please sign in to comment.