Updated FAQ (markdown)

FernFerret 2011-09-21 10:06:42 -07:00
parent 3ce0cf2ea9
commit 4978bad99a
1 changed files with 15 additions and 8 deletions

23
FAQ.md

@ -1,19 +1,24 @@
## What is Multiverse-Core?
## <a name="what" href="#wiki-what"></a>What is Multiverse-Core?
Multiverse-Core is a World management plugin. What this means is you can use it to create, delete and manage your different worlds in a Bukkit Server. See the [[Basic Multiverse Tutorial]] for a very brief overview!
## Why does it have the '-Core' at the end?
## <a name="core" href="#wiki-core"></a>Why does it have the '-Core' at the end?
MultiVerse (note the capital V which is no longer in the name Multiverse-Core) was the old version, but a lot has changed. Multiverse-Core is a _part_ of the [Multiverse 2 package](https://github.com/Herocraft/Multiverse-Core/wiki/Plugins-of-Multiverse-2). What we decided to do was break up MultiVerse into [several smaller plugins](https://github.com/Herocraft/Multiverse-Core/wiki/Plugins-of-Multiverse-2). This way we avoid plugin conflicts. For example, if you, the server admin, want to use a different portal plugin because you think ours sucks, you now can install just [Multiverse-Core](https://github.com/Herocraft/Multiverse-Core/wiki).
## What happend to the rest of MultiVerse?
## <a name="plugins" href="#wiki-plugins"></a>What happend to the rest of MultiVerse?
It has been divided into several plugins. See the [[Plugins of Multiverse 2]]
##Is there a way to have each world's inventories separate from each other?
## <a name="inv" href="#wiki-inv"></a>Is there a way to have each world's inventories separate from each other?
Yes. MultiInv is a plugin designed for this purpose. http://forums.bukkit.org/threads/4742/
## Does Multiverse import my main world (and main Nether)?
## <a name="main" href="#wiki-main"></a>Does Multiverse import my main world (and main Nether)?
No. We do this so you can have your main world use a generator, or be a skylands. Simply type `/mv import world normal` and optionally `/mv import world_nether` (or whatever the name of your primary world is).
## Multiverse says it can't take me to a place because it's unsafe! I know it is!
## <a name="safe" href="#wiki-safe"></a>Multiverse says it can't take me to a place because it's unsafe! I know it is!
Sometimes Minecraft sets the spawn at unacceptable locations (way below the ground) and the Minecraft server will take over spawning of you. MV2 handles this for you so it'll never take you to an unsafe location. However this creates a conflict. To resolve it, just follow these instructions:
`/mvtp myworld`
@ -23,7 +28,8 @@ Sometimes Minecraft sets the spawn at unacceptable locations (way below the grou
`/mv set spawn `
*Now the spawn has been set to an acceptable place*
## 1.8: How does Multiverse handle creative mode?
## <a name="1.8" href="#wiki-1.8"></a>1.8: How does Multiverse handle creative mode?
Multiverse has added a new property, `mode`, to the list of properties on a world. This means you can set the mode on a per-world basis! To change a world to creative, type:
/mvm set mode creative
@ -34,7 +40,8 @@ The world will become a creative world, and any players will be set to creative
Keep in mind that **ops can enter creative mode in a survival world** with the `/gamemode` command. Be careful to only op players that you trust!
## <a name="tp-perms"></a> Why did you change from the simple teleport permissions?
## <a name="tpperms" href="#wiki-tpperms"></a>Why did you change from the simple teleport permissions?
The teleport command was becoming immensely powerful and some people don't want their users to have all this power. It is a little bit more complex, but allows for much more flexible teleportation.
Now, Each [[Destination|Destinations]] type gets it's own 2 permissions (These are listed on the [[Destinations]] page). You can still give a user `multiverse.teleport.*` to give them global teleport access for themself **and** others.