From ebeab8a02f4b1e29591996a08d91e805f24c15c0 Mon Sep 17 00:00:00 2001 From: main-- Date: Sat, 28 Jan 2012 14:17:16 -0800 Subject: [PATCH] Updated Basic Tutorial (markdown) --- tutorial/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/basics.md b/tutorial/basics.md index 905274a..5ac99e2 100644 --- a/tutorial/basics.md +++ b/tutorial/basics.md @@ -6,7 +6,7 @@ --- ##Introduction -World creation is provided by **Multiverse-Core**. It can control mob spawning, environment type, enable custom terrain generators, and __much more!__ Despite being able to do all this, do note that **Multiverse-Core does not create worlds itself**, it simply makes calls to the Bukkit to create the worlds. If other plugins exist that create worlds, then you may have messy conflicts. Inception is a well-known example and many horror stories have been told when conflicts do happen (seemingly working fine with Multiverse-Core for some but not others). Another caveat is that Bukkit still has control over the world; Multiverse just does its best to control behavior, but ultimately, __other__ plugins or quirks with Bukkit may possibly override desired behavior. The developers and testers have done a great job of including the tools with Multiverse-Core to help you quickly and easily resolve these issues! +World creation is provided by **Multiverse-Core**. It can control mob spawning, environment type, enable custom terrain generators, and __much more!__ Despite being able to do all this, do note that **Multiverse-Core does not create worlds itself**, it simply makes calls to the Bukkit-API to create the worlds. If other plugins exist that create worlds, then you may have messy conflicts. Inception is a well-known example and many horror stories have been told when conflicts do happen (seemingly working fine with Multiverse-Core for some but not others). Another caveat is that Bukkit still has control over the world; Multiverse just does its best to control behavior, but ultimately, __other__ plugins or quirks with Bukkit may possibly override desired behavior. The developers and testers have done a great job of including the tools with Multiverse-Core to help you quickly and easily resolve these issues! ---