From 26c2d044c00fc4ff7da2e5f4ac71fbebf58e8077 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sat, 2 Oct 2010 17:33:11 -0700 Subject: [PATCH] Updated INSTALL.txt with more help. --- INSTALL.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 29df1750b..efc9f6a61 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -8,4 +8,16 @@ This plugin requires Hey0's server modification. (3) Add "WorldEdit" to "plugins" in your server.properties file, like so: plugins=WorldEdit If you have multiple plugins, separate plugin names with commas: - plugins=AnotherPlugin,WorldEdit \ No newline at end of file + plugins=AnotherPlugin,WorldEdit + +You may also copy the editscripts/ folder into your bin/ folder so that you +can use the provided example EditScripts. + +Configuration +------------- + +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