The original Bukkit Multi-World Plugin!
Go to file
Ben Woo 1211dfb057 Implement suggested improvements.
* Use singleton pattern for DefaultContentFilter with getInstance method.
* Have a default SendHandler.
* Don't need streams for small dataset.
* Private WorldListContentParser class to improve readability.
2021-08-17 16:29:31 +08:00
.github Move to GitHub actions (#2671) 2021-07-17 09:31:20 +08:00
config Removed redundantThrows checkstyle rule, it's gone in 6.2+ 2016-11-19 14:30:04 -07:00
docs Keep the docs directory. 2011-12-10 22:38:40 -07:00
src Implement suggested improvements. 2021-08-17 16:29:31 +08:00
.gitignore Added the autogenerated dependency-reduced-pom.xml to the .gitignore 2016-11-19 18:43:49 -07:00
LICENSE.md Create LICENSE.md 2021-07-05 11:39:50 +03:00
README.md replace travis badge 2021-07-21 22:11:09 -04:00
pom.xml Merge branch 'main' into fix/JLL/use_https_to_resolve_dependencies 2021-07-19 20:12:25 -04:00

README.md

Multiverse 2

Maven CI/CD Release Dev builds Discord Support me on Patreon

About

Multiverse was created at the dawn of Bukkit multiworld support. It has since then grown into a complete world management solution! Multiverse provides the easiest to use world management solution for your Minecraft server, big or small, and with great addons like Portals and NetherPortals, what's not to love!

Now it's time to create your very own Multiverse server, do check out our Wiki and Usage Guide to get started. Feel free to hop onto our Discord if you have any question or just want to have a chat with us!

Amazing sub-modules available:

Building

Simply build the source with maven:

$ mvn install

More details are available on the build instructions wiki page.

Contributing

Want to help improve Multiverse? There are several ways you can support and contribute to the project.

  • Take a look at our "Bug: Unconfirmed" issues, where you can find issues that need extra testing and investigation.
  • Want others to love Multiverse too? You can join the Multiverse Discord community and help others with issues and setup!
  • A Multiverse guru? You can update our Wiki with your latest tip, tricks and guides! The wiki open for all to edit and improve.
  • Love coding? You could look at "State: Open to PR" and "Resolution: Accepted" issues. We're always happy to receive bug fixes and feature additions as pull requests.
  • If you'd like to make a financial contribution to the project, do consider joining our patreon or make a one-time donation here!

Additionally, we would like to give a big thanks to everyone that has supported Multiverse over the years, as well as those in the years to come. Thank you!

License

Copyright (c) 2011, The Multiverse Team All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the The Multiverse Team nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.