add analyze to help
This commit is contained in:
parent
02280ed2a6
commit
1d081c4138
4
mce.py
4
mce.py
@ -21,6 +21,8 @@ class mce(object):
|
|||||||
{commandPrefix}export <filename> <sourcePoint> <sourceSize>
|
{commandPrefix}export <filename> <sourcePoint> <sourceSize>
|
||||||
{commandPrefix}import <filename> <destPoint>
|
{commandPrefix}import <filename> <destPoint>
|
||||||
|
|
||||||
|
{commandPrefix}analyze
|
||||||
|
|
||||||
Player commands:
|
Player commands:
|
||||||
{commandPrefix}player [ <player> [ <point> ] ]
|
{commandPrefix}player [ <player> [ <point> ] ]
|
||||||
{commandPrefix}spawn [ <point> ]
|
{commandPrefix}spawn [ <point> ]
|
||||||
@ -36,7 +38,7 @@ class mce(object):
|
|||||||
|
|
||||||
World commands:
|
World commands:
|
||||||
{commandPrefix}degrief
|
{commandPrefix}degrief
|
||||||
|
|
||||||
Editor commands:
|
Editor commands:
|
||||||
{commandPrefix}save
|
{commandPrefix}save
|
||||||
{commandPrefix}reload
|
{commandPrefix}reload
|
||||||
|
Reference in New Issue
Block a user