diff --git a/Getting-started.md b/Getting-started.md new file mode 100644 index 0000000..47fc162 --- /dev/null +++ b/Getting-started.md @@ -0,0 +1,29 @@ +# Getting started + +### Enable the plugin +1. Download the plugin (link on the side) +2. Put the .phar into your PocketMine (or forks) plugins folder +3. Restart your server + + +### Make an UHC Game +1. Do the [Enable The Plugin](#Enable-the-plugin) +2. Open the config and add a new line with `worldname:` with the name of the world you want to add to the UHC +3. Then add 2 parameters below this line, radius (raduis of blocks within the center where players get TP) and maxplayers (maximum number of players). It should do somethink like this: +```yaml +worldname: + radius: 500 ` + maxplayers: 8 +``` +4. Restart your server +Then go in game and join the world that you added ! + + + +### Add a scenario to your game +1. Do the [Enable The Plugin](#Enable-the-plugin) +2. Download / make the scenario. +3. Put it in the scenario folder generated by the plugin +4. Restart your server. +5. In game, in an UHC world (not started), add your scenario to this game by doing /scenarios add ScenarioName. +6. (optional) If you don't find the name, use /scenarios list . \ No newline at end of file