diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-07-04 02:45:57 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-07-04 02:45:57 -0400 |
commit | 13b5a6bbfb246906caf98c77589718fefa091084 (patch) | |
tree | d3e4b9c704bb92b14263e6bdbfbfc1f3e81e145b /OG_GUIDE.md | |
parent | 8493680d8b53604acf3775ae8176ea6b8a9751a6 (diff) | |
download | Tumble-13b5a6bbfb246906caf98c77589718fefa091084.tar.gz Tumble-13b5a6bbfb246906caf98c77589718fefa091084.tar.bz2 Tumble-13b5a6bbfb246906caf98c77589718fefa091084.zip |
Fix default config loading and og_guide config
Diffstat (limited to '')
-rw-r--r-- | OG_GUIDE.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OG_GUIDE.md b/OG_GUIDE.md index 1ddf924..f7302a1 100644 --- a/OG_GUIDE.md +++ b/OG_GUIDE.md @@ -39,7 +39,7 @@ In this guide, I'll go over how to set up the Tumble plugin with the original ga winner-lobby: x: -362.5 y: 76 - Z: -340.5 + z: -340.5 world: lobby birthday: kill-at-y: 27 @@ -56,7 +56,7 @@ In this guide, I'll go over how to set up the Tumble plugin with the original ga winner-lobby: x: -362.5 y: 76 - Z: -340.5 + z: -340.5 world: lobby festive: kill-at-y: 20 @@ -73,7 +73,7 @@ In this guide, I'll go over how to set up the Tumble plugin with the original ga winner-lobby: x: -362.5 y: 76 - Z: -340.5 + z: -340.5 world: lobby halloween: kill-at-y: 23 @@ -90,7 +90,7 @@ In this guide, I'll go over how to set up the Tumble plugin with the original ga winner-lobby: x: -362.5 y: 76 - Z: -340.5 + z: -340.5 world: lobby ``` 8. Reload the plugin with `/tmbl reload`. |