From 3f4ca899502eae92eee679f9af2267f2554cd18d Mon Sep 17 00:00:00 2001 From: sk89q Date: Sat, 6 Nov 2010 23:35:32 -0700 Subject: [PATCH] Updated INSTALL.txt to reference WorldEdit and not SMWorldEdit. --- INSTALL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 31494b814..da9bd9a53 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -5,12 +5,12 @@ This plugin requires Hey0's server modification. 1. Create a "plugins" folder inside your "bin" folder. - 2. Copy SMWorldEdit.jar and jnbt.jar into "plugins". + 2. Copy WorldEdit.jar and jnbt.jar into "plugins". - 3. Add "SMWorldEdit" to the "plugins" line of your server.properties file. + 3. Add "WorldEdit" to the "plugins" line of your server.properties file. If it's not already there, add the line. The line should look like this: - plugins=SMWorldEdit + plugins=WorldEdit If you have multiple plugins, separate plugin names with commas. Do NOT place jnbt.jar into server.properties.