- Summary: An empty world generator
- PocketMine-MP API version: 2.0.0
- DependencyPlugins:
- OptionalPlugins:
- Categories: World Generators
- WebSite: https://github.com/Muirfield/EmptyWorld
DO NOT POST QUESTIONS/BUG-REPORTS/REQUESTS IN THE REVIEWS
It is difficult to carry a conversation in the reviews. If you have a question/bug-report/request please use the Thread for that. You are more likely to get a response and help that way.
NOTE: This documentation was last updated for version 1.1.1.
Please go to github for the most up-to-date documentation.
You can also download this plugin from this page.
When clonning this repository make sure you use the --recursive
option:
git clone --recursive https://github.com/Muirfield/EmptyWorld.git
Otherwise you need to initialize sub-modules manually:
git clone https://github.com/Muirfield/EmptyWorld.git
cd EmptyWorld
git submodule update --init --recursive
EmptyWorld
Copyright (C) 2016 Alejandro Liu
All Rights Reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.