Added /search alias to plugin.yml.

This commit is contained in:
sk89q 2011-02-22 01:07:28 -08:00
parent 017b762780
commit eeb82e29f5

View File

@ -45,7 +45,7 @@ commands:
searchitem: searchitem:
description: Search for an item description: Search for an item
usage: /<command> [-bi] <query> usage: /<command> [-bi] <query>
aliases: ['/l'] aliases: ['/l', 'search']
/limit: /limit:
description: Modify block change limit description: Modify block change limit
usage: /<command> <limit> usage: /<command> <limit>
@ -163,10 +163,9 @@ commands:
//count: //count:
description: Counts the number of a certain type of block description: Counts the number of a certain type of block
usage: /<command> <block> usage: /<command> <block>
/m: /size:
description: Get information about the selection description: Get information about the selection
usage: /<command> usage: /<command>
aliases: ['//size']
/shift: /shift:
description: Shift the selection area description: Shift the selection area
usage: /<command> <amount> [direction] usage: /<command> <amount> [direction]