Who needs MultiInv? We have MV-Inv! :D

main-- 2012-03-25 09:30:21 -07:00
parent 8e908b689c
commit 30c5fc8567
1 changed files with 1 additions and 1 deletions

2
FAQ.md

@ -18,7 +18,7 @@ Mojang removed the skyland code in Minecraft 1.0.0, replacing it with "the End"
In either case, edit your world configuration to use a `NORMAL` environment instead of the old missing `SKYLAND` environment type. Refine your monster spawning settings to suit your tastes. If you want permanent day, plugins like [TimeShift](http://dev.bukkit.org/server-mods/timeshift/) can help you with that, too.
## <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://dev.bukkit.org/server-mods/multiinv/
Yes. [Multiverse-Inventories](https://github.com/Multiverse/Multiverse-Inventories/wiki) is a plugin designed for this purpose.
## <a name="invbug" href="#wiki-invbug"></a>After using MultiInv, a Player keeps dying in a specific world!
Go into that player's file and set their health to a non-0 value. It looks like there is a pull request to fix this [here](https://github.com/Pluckerpluck/MultiInv/pull/2).