From 4e32efb8141dc6f50797bc4fe4bc42fde2cb9c4c Mon Sep 17 00:00:00 2001 From: FernFerret Date: Sun, 24 Jul 2011 13:19:20 -0700 Subject: [PATCH 1/3] Add How to upgrade --- How-to-upgrade.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/How-to-upgrade.md b/How-to-upgrade.md index 8318c86..b7e04d8 100644 --- a/How-to-upgrade.md +++ b/How-to-upgrade.md @@ -1 +1,53 @@ -Test \ No newline at end of file +## Multiverse-Core and ALL plugins are in BETA +This message will go away at release, but before reading any further, __PLEASE__ backup all of your files. We will not be responsible for ANYTHING Multiverse-Core or its plugins do to your server. + +## Welcome to Multiverse 2 +Hello there. Looks like you've gotten to this page because you want to upgrade to Multiverse 2! First you should checkout [[what is left before release]]. If something is on that page that concerns you, __DO NOT__ install Multiverse 2. You should also understand the [[Multiverse 2 Tutorial]]. It contains a bit of terminology that you should understand (ie. what the difference between Multiverse-Core and Multiverse 2). Once you've read all of that, continue reading... + +## Step 1 + +Ensure that your plugins folder looks similar to this: +[[images/step1.png]] + +Make sure you leave your `MultiVerse.jar` and `MultiVerse/` folder in place for now. + +## Step 2 + +Download Multiverse-Core from [The Multiverse 2 Build Site](http://ci.onarandombox.com/job/Multiverse-Core/lastSuccessfulBuild/) + +Place it in your plugins folder like so: +[[images/step2_fixed.png]] + +## Step 3 + +Start your server. You should see something similar to this: +_(Your lines will __NOT__ be colored. I have colored them for reference)_ +[[images/step3_fixed.png]] +You should see all of the green lines and the yellow line. If your green lines do __NOT__ match. Hop into our IRC (`#multiverse` on esper.net) channel for help. + +## Step 4 + +Stop your server. + +Not sure why you need a picture of this, but here it is: +[[images/step4.png]] + +## Step 5 + + * If you do not have backups yet, make a backup of `MultiVerse/`. + * Remove `MultiVerse.jar` and the `MultiVerse/` folder. + +Your plugins folder should look similar to this: +_**NOTE**: I have left my MultiVerse folder because it does not hurt anything._ +[[images/step5.png]] + +## Step 6 + +Start your server! Everything should look good! + + +[[images/step6.png]] + +## What's next? + +Now that you've successfully migrated to the Multiverse 2 system, you may want to install the [[Plugins of Multiverse 2]] or check out some very cool [[Custom Generator Plugins]]. \ No newline at end of file From a386bb02d95306e5a733197ee689fa0c18382a1d Mon Sep 17 00:00:00 2001 From: FernFerret Date: Sun, 24 Jul 2011 13:21:51 -0700 Subject: [PATCH 2/3] clarify the JAR --- How-to-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-upgrade.md b/How-to-upgrade.md index b7e04d8..75a3a52 100644 --- a/How-to-upgrade.md +++ b/How-to-upgrade.md @@ -13,7 +13,7 @@ Make sure you leave your `MultiVerse.jar` and `MultiVerse/` folder in place for ## Step 2 -Download Multiverse-Core from [The Multiverse 2 Build Site](http://ci.onarandombox.com/job/Multiverse-Core/lastSuccessfulBuild/) +Download the Multiverse-Core JAR from [The Multiverse 2 Build Site](http://ci.onarandombox.com/job/Multiverse-Core/lastSuccessfulBuild/) Place it in your plugins folder like so: [[images/step2_fixed.png]] From 6159dae418a442d3769995d5d3063340a4de4b70 Mon Sep 17 00:00:00 2001 From: lithium3141 Date: Sun, 24 Jul 2011 13:35:53 -0700 Subject: [PATCH 3/3] Fix up intro, warning --- How-to-upgrade.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/How-to-upgrade.md b/How-to-upgrade.md index 75a3a52..8367612 100644 --- a/How-to-upgrade.md +++ b/How-to-upgrade.md @@ -1,8 +1,11 @@ ## Multiverse-Core and ALL plugins are in BETA -This message will go away at release, but before reading any further, __PLEASE__ backup all of your files. We will not be responsible for ANYTHING Multiverse-Core or its plugins do to your server. +Before reading any further, __PLEASE__ backup all of your files. We will not be responsible for ANYTHING Multiverse-Core or its plugins do to your server. ## Welcome to Multiverse 2 -Hello there. Looks like you've gotten to this page because you want to upgrade to Multiverse 2! First you should checkout [[what is left before release]]. If something is on that page that concerns you, __DO NOT__ install Multiverse 2. You should also understand the [[Multiverse 2 Tutorial]]. It contains a bit of terminology that you should understand (ie. what the difference between Multiverse-Core and Multiverse 2). Once you've read all of that, continue reading... +Hello there. Looks like you've gotten to this page because you want to upgrade to Multiverse 2! Thanks for being a tester and Multiverse user! + +## Before you begin +First you should checkout [[what is left before release]]. If something is on that page that concerns you, __DO NOT__ install Multiverse 2. You should also understand the [[Multiverse 2 Tutorial]]. It contains a bit of terminology that you should understand (e.g., the difference between Multiverse-Core and Multiverse 2). Once you've read all of that, continue reading... ## Step 1