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