Updated INSTALL.txt with map-script-commands.

This commit is contained in:
sk89q 2010-10-03 17:47:43 -07:00
parent c23c1dcd9e
commit c1a5fc8782

View File

@ -21,4 +21,6 @@ A worldedit.properties will be created on first run that will let you configure
settings for WorldEdit.
Available settings:
* allowed-blocks: List of allowed blocks that you can use
* string allowed-blocks: List of allowed blocks that you can use
* true/false map-script-commands: True to allow scripts in editscripts/ to be
run directly as a command (i.e. /forestgen -> /editscript forestgen)