From c1a5fc8782c67c2c8f3ec83caaa69bec7ad02620 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sun, 3 Oct 2010 17:47:43 -0700 Subject: [PATCH] Updated INSTALL.txt with map-script-commands. --- INSTALL.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 683c41055..c506e4e1c 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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 \ No newline at end of file +* 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) \ No newline at end of file