The original Bukkit Multi-World Plugin!
Go to file
ccuser44 acb6bc6dd6
Create LICENSE.md
2021-07-05 11:39:50 +03:00
.github/ISSUE_TEMPLATE Update issue template with new tags. 2020-11-25 11:41:57 +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 Change default permission for version command. Seriously wth. 2021-06-04 13:00:04 -04:00
.gitignore Added the autogenerated dependency-reduced-pom.xml to the .gitignore 2016-11-19 18:43:49 -07:00
.travis.yml Fix Travis Builds for Pull Requests (#2208) 2020-05-06 13:07:48 -04:00
LICENSE.md Create LICENSE.md 2021-07-05 11:39:50 +03:00
README.md One more test for the webhook... 2020-10-08 02:38:34 -04:00
pom.xml Bump version to 4.3.1-SNAPSHOT for continued development. 2021-06-23 15:47:52 -04:00

README.md

Building

Simply build the source with maven:

$ mvn install

More details are available on the build instructions wiki page.

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.