diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-06-09 14:29:05 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-06-09 14:29:05 -0400 |
commit | baee001a9eceeae9f12a5f701c138123ff21b177 (patch) | |
tree | 5402de4bc363eaefdda031a408fe2b98a70ac066 /README.md | |
parent | 2664109ebcc022e0f9e02c2bd173b70608a68a72 (diff) | |
download | Tumble-baee001a9eceeae9f12a5f701c138123ff21b177.tar.gz Tumble-baee001a9eceeae9f12a5f701c138123ff21b177.tar.bz2 Tumble-baee001a9eceeae9f12a5f701c138123ff21b177.zip |
Implement multi arena support, and various other improvements (pretty much a rewrite)
Diffstat (limited to '')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6,7 +6,7 @@ Tumble is a Spigot/Paper plugin that aims to recreate the Tumble minigame from t ## What *is* Tumble? -If you've never heard of it, [Tumble](https://minecraft-archive.fandom.com/wiki/Tumble_Mode) is a twist on the classic Minecraft minigame of spleef, where the objective is to break the blocks under your opponents. But in Tumble, you play on randomly generated layers of blocks, using shovels, snowballs, or both to try and eliminate your opponents. +If you've never heard of it, [Tumble](https://minecraft.wiki/w/Tumble) is a twist on the classic Minecraft minigame of spleef, where the objective is to break the blocks under your opponents. But in Tumble, you play on randomly generated layers of blocks, using shovels, snowballs, or both to try and eliminate your opponents. ## Features @@ -17,19 +17,19 @@ If you've never heard of it, [Tumble](https://minecraft-archive.fandom.com/wiki/ - Support for 2-8 players - Highly customizable - Open-source codebase +- Multiple arenas and concurrent games ## Setup -1. Simply [download](https://github.com/MylesAndMore/Tumble/releases) the plugin's JAR file and place it in your server's plugins directory. - - - *Note: Multiverse is also required for the plugin to run, you may download it [here](https://www.spigotmc.org/resources/multiverse-core.390/).* - +1. Simply [download](https://github.com/MylesAndMore/Tumble/releases) the plugin's JAR file and place it in your server's plugins directory. 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](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 <your-world-name> normal```. +4. Ensure that you have imported your worlds using a plugin like Multiverse. This can be done with the command ```/mv import <your-world-name> normal```. + +[//]: # (TODO: finish this once config system is done) 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 <your-lobby-world> lobby``` and ```/tumble:link <your-game-world> game``` respectively. 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```. |