Change Biome of World

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

ADMINKSE

New Member
Feb 4, 2024
5
0
1
Hi, I am developing a Oneblock-Skript.

I have 14 different phases and therefor 14 sets of blocks. I try to change the biome of the void world based on your phase. Every player has an own world.

I searched the docs and tryed
Code:
!set biome at player to nether
and
Sass:
!refresh chunk at player
but that didn't work. I use Skript and SkBee and try to avoid SkNMS as addon.
 
You can do this using worldedit (//setbiome) and console commands. (example: execute console command "execute at %player% run execute as %player% run //setbiome (biome)")
 
I try to use as little as possible plugins, would it work with vanilla or skript functions?