From 437d25bd5e5ff77f53396464ef892394a90c5331 Mon Sep 17 00:00:00 2001 From: swift <155652101+Swift-ality@users.noreply.github.com> Date: Sat, 17 May 2025 22:38:53 +0200 Subject: [PATCH 1/4] Update embeds.yml Added the !worldtype command alias (!wt) --- embeds.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/embeds.yml b/embeds.yml index 615c9205..aa2e4f29 100644 --- a/embeds.yml +++ b/embeds.yml @@ -1562,3 +1562,18 @@ waitlistpanel: :green_circle: to join the **VPS Performance** waitlist :orange_circle: to join the **VPS Performance+** waitlist :purple_circle: to join the **Bare Metal ** waitlist + +worldtype: + aliases: [ 'wt' ] + title: 'World Types' + description: |+ + World Types define how terrain is generated in your Minecraft world. + + Types: `default`, `flat`, `amplified`, `largebiomes`. + + Location: `server.properties` file, at `level-type=`. + + ⚠️ Don't change the world type on your current world; it will break generation. + + Default value: `level-type=default`. + From b94d7065beee6a2e1bd046815e7cdb6bb8ce75fc Mon Sep 17 00:00:00 2001 From: swift <155652101+Swift-ality@users.noreply.github.com> Date: Sat, 17 May 2025 23:53:10 +0200 Subject: [PATCH 2/4] Update embeds.yml moved out of internal section --- embeds.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/embeds.yml b/embeds.yml index aa2e4f29..034b5a8a 100644 --- a/embeds.yml +++ b/embeds.yml @@ -1093,6 +1093,20 @@ warp: 3. Under the 'Advanced' tab, open the 'Local Domain Fallback' option. 4. Click `host` and remove it using the `-` button. +worldtype: + aliases: [ 'wt' ] + title: 'World Types' + description: |+ + World Types define how terrain is generated in your Minecraft world. + + Types: `default`, `flat`, `amplified`, `largebiomes`. + + Location: `server.properties` file, at `level-type=`. + + ⚠️ Don't change the world type on your current world; it will break generation. + + Default value: `level-type=default`. + # ┌─────────────────┐ # │ Internal Embeds │ # └─────────────────┘ @@ -1563,17 +1577,3 @@ waitlistpanel: :orange_circle: to join the **VPS Performance+** waitlist :purple_circle: to join the **Bare Metal ** waitlist -worldtype: - aliases: [ 'wt' ] - title: 'World Types' - description: |+ - World Types define how terrain is generated in your Minecraft world. - - Types: `default`, `flat`, `amplified`, `largebiomes`. - - Location: `server.properties` file, at `level-type=`. - - ⚠️ Don't change the world type on your current world; it will break generation. - - Default value: `level-type=default`. - From 2b7322e6b0531459897a8466b31e53665e26975f Mon Sep 17 00:00:00 2001 From: swift <155652101+Swift-ality@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:19:39 +0200 Subject: [PATCH 3/4] Update embeds.yml --- embeds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embeds.yml b/embeds.yml index d946639b..c6109a71 100644 --- a/embeds.yml +++ b/embeds.yml @@ -1086,7 +1086,7 @@ warp: 4. Click `host` and remove it using the `-` button. worldtype: - aliases: [ 'wt' ] + aliases: [ 'wt', 'worldtypes' ] title: 'World Types' description: |+ World Types define how terrain is generated in your Minecraft world. @@ -1098,7 +1098,7 @@ worldtype: ⚠️ Don't change the world type on your current world; it will break generation. Default value: `level-type=default`. - + # ┌─────────────────┐ # │ Internal Embeds │ # └─────────────────┘ From b981ebf20179ff58330748ab4fadde7f58aceeb2 Mon Sep 17 00:00:00 2001 From: swift <155652101+Swift-ality@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:29:54 +0200 Subject: [PATCH 4/4] Update embeds.yml --- embeds.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/embeds.yml b/embeds.yml index c6109a71..100e6f7b 100644 --- a/embeds.yml +++ b/embeds.yml @@ -1570,4 +1570,3 @@ waitlistpanel: :green_circle: to join the **VPS Performance** waitlist :orange_circle: to join the **VPS Performance+** waitlist :purple_circle: to join the **Bare Metal ** waitlist -