Skip to content

Commit

Permalink
Update Meta
Browse files Browse the repository at this point in the history
More Object Fetcher stuff
  • Loading branch information
Fortifier42 committed Jun 29, 2015
1 parent acf3963 commit 32e4bf1
Showing 1 changed file with 7 additions and 6 deletions.
Expand Up @@ -365,8 +365,8 @@ public void registerCoreMembers() {
// <n@npc.navigator.target_location>

// @Usage
// Use to make a npc break a block
// - break <location>
// Use to make a npc break a block at 17,64,-87 in world
// - break l@17,64,-87,world

// @Usage
// Use to make a npc with the id 12 break a block at 17,64,-87 in world
Expand Down Expand Up @@ -990,18 +990,19 @@ public void registerCoreMembers() {
// @Usage
// Use to create an explosion at a player's location
// - explode <player.location>

// @Usage
// Use to create an explosion at a player, which breaks blocks and causes fire with a power of 5
// - explode power:5 <player.location> fire breakblocks

// @Usage
// Use to create an explosion with a power radius of 3 at a NPC's location
// - explode power:3 <npc.location>

// @Usage
// Use to create an explosion with a power radius of 3 at a 12,12,-1297 in a world called survival which breaks blocks
// - explode power:3 12,12,-1297,survival breakblocks
// - explode power:3 l@12,12,-1297,survival breakblocks

// @Usage
// Use to create an explosion at a player, which breaks blocks and causes fire with a power of 5
// - explode power:5 <player.location> fire breakblocks
// -->
registerCoreMember(ExplodeCommand.class,
"EXPLODE", "explode (power:<#.#>) (<location>) (fire) (breakblocks)", 0);
Expand Down

0 comments on commit 32e4bf1

Please sign in to comment.