Merging MV 2 plugins page because they're listed in sidebar anyway.

Jad 2019-09-02 17:23:34 -05:00
parent 533144f93a
commit 07255d2222
1 changed files with 50 additions and 1 deletions

@ -61,4 +61,53 @@ Start your server! Everything should look good!
## 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]].
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]].
## Why is there more than 1 plugin for Multiverse?
We decided to break Multiverse up for many reasons, the simplest being for development. It's a lot easier to pin down issues with portals since there's enough code for that to be its own plugin.
## [Multiverse-Core](https://github.com/Multiverse/Multiverse-Core/wiki)
This is the base plugin. All the other plugins below require Core.
__Core allows you to:__
* Create/Modify/Delete worlds
* Teleport to/from worlds
* Restrict access to worlds via permissions
* See who's in a world
## [Multiverse-Portals](https://github.com/Multiverse/Multiverse-Portals/wiki)
Multiverse-Portals is a new implementation of the MultiVerse 1 style portals. If you used those, you'll most likely want this one. It's the same apart from a few new features.
__Portals allows you to:__
* Create/Modify/Delete Multiverse Style Portals
* Restrict portal usage based on permission
* Travel through Multiverse worlds on foot or in a vehicle
## [Multiverse-NetherPortals](https://github.com/Multiverse/Multiverse-NetherPortals/wiki)
NetherPortals plays off of the variable `splike` from MultiVerse 1, but improves on it a lot. This plugin is for those of you who want a more authentic feeling experience, by allowing players to create Nether Portals that will take them to given worlds. All of the portals in X world will go to Y world, but that is configurable from in-game.
__NetherPortals allows you to:__
* Customize where the NetherPortals in a world go.
* Auto link worlds that have a specified naming pattern (ex: WORLD and WORLD_nether)
## [Multiverse-SignPortals](https://github.com/Multiverse/Multiverse-SignPortals/wiki)
Multiverse-SignPortals gives you the ability to link signs to destinations and link portals to destinations using a sign!
__SignPortals allows you to:__
* Slap a sign on a standard Nether Portal and it [goes where the sign says!](https://github.com/Multiverse/Multiverse-SignPortals/wiki/Portal-style)
* Place a sign anywhere else and users can [right click to go to the destination!](https://github.com/Multiverse/Multiverse-SignPortals/wiki/Sign-style)
## [Multiverse-Inventories](https://github.com/Multiverse/Multiverse-Inventories/wiki)
Multiverse-Inventories lets you have different inventories and statistics per world!
__Inventories allows you to:__
* Have separated players stats and inventories per world or per group of worlds.
* Choose what each group of worlds share: Inventories, Hunger, Health, Exp, and Bed Spawns
* Import your data from WorldInventories 1.0.2+ and MultiInv 3.0.0.
<!--
## Multiverse-Layers - Coming Soon!-->