From 7d886c6572198eaac04649ef81b0d52e5d288f53 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sat, 2 Oct 2010 16:32:20 -0700 Subject: [PATCH] Updated INSTALL.txt for commons-lang3-3.0-beta.jar. --- INSTALL.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 50210e34d..29df1750b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -3,10 +3,9 @@ Installation This plugin requires Hey0's server modification. -Create a "plugins" folder inside your Hey0's server mod folder and drop both -WorldEdit.jar and js.jar into that folder. Add "WorldEdit" to "plugins" in your -server.properties file, like so: - -plugins=WorldEdit - -If you have multiple plugins, separate plugin names with commas. \ No newline at end of file +(1) Create a "plugins" folder inside your "bin" folder. +(2) Copy WorldEdit.jar, js.jar, and commons-lang3-3.0-beta.jar into plugins/. +(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