From 260b4e8985074847ac4e825845a997618e3556fb Mon Sep 17 00:00:00 2001 From: Myles <43725835+MylesAndMore@users.noreply.github.com> Date: Tue, 13 Dec 2022 13:03:55 -0600 Subject: write og-guide and (almost) finish readme --- README.md | 7 ++++--- og-guide.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 909880e..1205386 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# tumble +# tumble ## Overview @@ -26,12 +26,13 @@ If you've never heard of it, [Tumble](https://minecraft-archive.fandom.com/wiki/ 2. Make sure that you have at least two worlds in your world directory! One is for your lobby world, and the other is for your game arena. - - If you would like an experience similar to the original game, see [my guide]() **add this guide** for using the original worlds. + - If you would like an experience similar to the original game, see [my guide](https://github.com/MylesAndMore/tumble/blob/main/og-guide.md) for using the original worlds. 3. Start your server. The plugin will generate a couple of warnings, these are normal. 4. Ensure that you have imported your worlds into Multiverse. This can be done with the command ```/mv import normal```. 5. Now you need to tell Tumble which world is your lobby and which world is your game arena. You can do this with ```/tumble:link lobby``` and ```/tumble:link game``` respectively. -6. You're done! You can now start games with the command ```/tumble:start```. +6. **VERY IMPORTANT:** The plugin will teleport players to the world spawn point of each world, and generate the game's blocks around the spawn point of the game world. Ensure that your spawn points are clear of any obstructions, and that a 20x20x20 cube is cleared out from the spawn of whatever game world you are using. **Any blocks in this area will be destroyed when the game begins.** +7. You're done! You can now start games with the command ```/tumble:start```. Scroll down for more options to configure your game. diff --git a/og-guide.md b/og-guide.md index 8b13789..314ddf8 100644 --- a/og-guide.md +++ b/og-guide.md @@ -1 +1,33 @@ +# tumble +## Guide for original worlds + +In this guide, I'll go over how to set up the Tumble plugin with the original game worlds from the Legacy Console Editions. + +## Steps + +1. Download the worlds and unzip them into your server's main/root directory. **Ensure you download the Java and not the Bedrock versions**! +A huge thanks to *Catmanjoe* for porting these worlds! This game would not be the same without you! + + - [Lobby (new edition)](https://mcpedl.com/mc-2017-new-mini-games-lobby-download-map/) + - [Lobby (old edition)](https://mcpedl.com/minecraft-2016-classic-mini-games-lobby-map/) + - [Arena](https://www.planetminecraft.com/project/minecraft-2016-classic-mini-games-lobby-download-bedrock-edition/) +2. Take note of the names of the world folders (you may rename them), we will need this in a moment. +3. Start and join your server. +4. Import both worlds into Multiverse. You can do this by running the command ```/mv import normal``` for both worlds. +5. Now you can link each world! Do this with ```/tumble:link lobby``` and ```/tumble:link game``` respectively. +6. Teleport to your new lobby world by using ```/mvtp ```. +7. Set the correct spawn location in this world using ```/setworlspawn```. For me, the correct coordinates were ```/setworldspawn place holder L```, but your results may vary. +8. Set the location that the winner will be teleported using ```tumble:winloc```. Again, the correct coordinates were ```tumble:winloc wait no u``` in my case. +9. Now, teleport to the game world. Use ```/mvtp ```. +10. Set the correct spawn point of this world. This is also where the game will generate its blocks. My preferred position is ```/setworldspawn 0 60 0```, but you may place the spawn whereever you like. + +You're done! + +## Continuation + +With this, the setup for this plugin is complete, but there still may be more for you to do. There are other plugins out there to fine-tune your experience even more. Plugins like [WorldGuard](https://dev.bukkit.org/projects/worldguard) and [CyberWorldReset](https://www.spigotmc.org/resources/cyberworldreset-standard-%E2%9C%A8-regenerate-worlds-scheduled-resets-lag-optimized%E3%80%8C1-8-1-19%E3%80%8D.96834/) can protect players from breaking blocks in the lobby and reset any redstone they activated, while others like [ViaVersion](https://www.spigotmc.org/resources/viaversion.19254/) can allow you to play Tumble from your favorite Minecraft version (yes, you, 1.8.9 players). + +Whatever you choose, the experience is up to you. + +Happy playing! -- cgit v1.2.3