aboutsummaryrefslogtreecommitdiff
path: root/OG_GUIDE.md
diff options
context:
space:
mode:
authorTyler Ferrari <69283684+Sowgro@users.noreply.github.com>2024-06-28 17:53:25 -0400
committerGitHub <noreply@github.com>2024-06-28 17:53:25 -0400
commit3ad28de96cec9a419c04248f412805bfc2d246ca (patch)
treea20636eab6e74547f055892c68ba660dd3343bf6 /OG_GUIDE.md
parentb7f79527534c8edac418dee0791281ff784bec72 (diff)
downloadTumble-3ad28de96cec9a419c04248f412805bfc2d246ca.tar.gz
Tumble-3ad28de96cec9a419c04248f412805bfc2d246ca.tar.bz2
Tumble-3ad28de96cec9a419c04248f412805bfc2d246ca.zip
Update OG_GUIDE.md
Diffstat (limited to '')
-rw-r--r--OG_GUIDE.md40
1 files changed, 25 insertions, 15 deletions
diff --git a/OG_GUIDE.md b/OG_GUIDE.md
index 91dab2e..4ab3d24 100644
--- a/OG_GUIDE.md
+++ b/OG_GUIDE.md
@@ -6,13 +6,16 @@ In this guide, I'll go over how to set up the Tumble plugin with the original ga
## Steps
+1. Download this plugin and [Multiverse-Core](https://www.spigotmc.org/resources/multiverse-core.390/). Place them in your plugins directory
1. Download the worlds and unzip them into your server's worlds directory.
- - [Lobby]()
- - [Normal Arena]()
- - [Festive Arena]()
- - [Halloween Arena]()
- - [Birthday Arena]()
+ - [Lobby](https://www.theminecraftarchitect.com/mini-game-maps/2017-mini-game-lobby) (Rename folder to 'lobby' after unzipping)
+ - [Normal Arena](https://publicfiles.sowgro.net/console-minigame-maps/java/tumble/)
+ - [Festive Arena](https://publicfiles.sowgro.net/console-minigame-maps/java/tumble/)
+ - [Halloween Arena](https://publicfiles.sowgro.net/console-minigame-maps/java/tumble/)
+ - [Birthday Arena](https://publicfiles.sowgro.net/console-minigame-maps/java/tumble/)
+Tip: set a specific directory to store your worlds in with the `world-container` setting in `bukkit.yml`
+1. Set `level-name` in server.properities to `lobby`
2. Take note of the names of the world folders, we will need this in a moment.
3. Start and join your server.
4. Import your arena worlds. This can be done with the multiverse command `/mv import <your-world-name> normal`
@@ -26,7 +29,7 @@ In this guide, I'll go over how to set up the Tumble plugin with the original ga
x: 0.5
y: 60.0
z: 0.5
- world: tmbl-basic
+ world: basic
lobby:
x: -341.5
y: 58
@@ -43,7 +46,7 @@ In this guide, I'll go over how to set up the Tumble plugin with the original ga
x: 0.5
y: 60
z: 0.5
- world: tmbl-birthday
+ world: birthday
lobby:
x: -341.5
y: 58
@@ -60,7 +63,7 @@ In this guide, I'll go over how to set up the Tumble plugin with the original ga
x: 0.5
y: 60
z: 0.5
- world: tmbl-festive
+ world: festive
lobby:
x: -341.5
y: 58
@@ -77,7 +80,7 @@ In this guide, I'll go over how to set up the Tumble plugin with the original ga
x: 0.5
y: 60
z: -0.5
- world: tmbl-halloween
+ world: halloween
lobby:
x: -341.5
y: 58
@@ -94,13 +97,20 @@ In this guide, I'll go over how to set up the Tumble plugin with the original ga
7. Join the game by using `/tmbl join basic Mixed`
(swap the arena and game type for whichever one you want to play).
-You're done!
+You're done! Happy playing!
-## Suggestions
+## Recommended plugins
-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).
+- [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/)
+Protect players from breaking blocks in the lobby and reset any redstone they activated.
+
+- [ViaVersion](https://www.spigotmc.org/resources/viaversion.19254/) and [ViaBackwards](https://www.spigotmc.org/resources/viabackwards.27448/)
+Allow older and newer clients to connect to your server.
+
+- [Geyser](https://geysermc.org/download#geyser) and [Floodgate](https://geysermc.org/download#floodgate)
+Allow Bedrock clients to connect to your server.
+
+- [ProtectEnviromnemt](https://www.spigotmc.org/resources/protectenvironment.82736/)
+Stop water and lava flow (useful for Halloween map)
-Whatever you choose, the experience is up to you.
-Happy playing!