Skip to content

Commit

Permalink
Update CommandRegistry.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vittoriom94 committed Oct 7, 2014
1 parent 38f79bf commit d5bcdbc
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -1567,7 +1567,11 @@ public void registerCoreMembers() {

// @Usage
// Use to listen for when the player kills 10 zombies.
// - listen kill type:entity target:zombie mobnames:ZombieBoss qty:10 script:ZombiesKilled
// - listen kill type:entity target:zombie qty:10 script:ZombiesKilled

//@Usage
//Use to listen for when the player kills 3 zombies named "Boss"
// - listen kill type:entity target:zombie qty:3 mobnames:Boss script:ZombiesKilled

// @Usage
// Use to listen for when a player mines 1 iron ore.
Expand Down

0 comments on commit d5bcdbc

Please sign in to comment.