How to Create a Void (Empty) World in Minecraft (Step-by-Step)

Jak utworzyć pusty (void) świat na serwerze Minecraft How to Create a Void (Empty) World on Your Minecraft Server

Potrzebujesz całkowicie pustego świata na hub, budowę lub minigrę? Poniżej dwie metody: ustaw void jako główny świat (bez Multiverse) albo dodaj dodatkowy świat void z Multiverse-Core.

Need a completely empty world for a hub, build area, or minigame? Two safe methods: make the void your main world (no Multiverse) or add an extra void world with Multiverse-Core.

Pusty świat (void) na serwerze Minecraft Void (empty) world on a Minecraft server
Bezpieczeństwo Pobieraj pluginy tylko z zaufanych źródeł. Nieoficjalne mirrory mogą zawierać złośliwe oprogramowanie.

1) Wymagane pluginy

2) Instalacja

  1. Wgraj pliki .jar do folderu /plugins.
  2. Zrestartuj serwer, aby wygenerowały się konfiguracje.
Wskazówka Przed zmianami zrób szybki backup folderów world.

Opcja A — Void jako główny świat (bez Multiverse)

  1. Zatrzymaj serwer.
  2. W pliku server.properties sprawdź level-name (domyślnie world). Zapamiętaj tę nazwę.
  3. Otwórz bukkit.yml (w katalogu głównym serwera) i na końcu dodaj mapowanie generatora, podmieniając your_world_name na nazwę z level-name:
worlds:
  your_world_name:
    generator: VoidWorldGenerator
  1. Usuń stary folder głównego świata (np. world).
    To trwale kasuje budowle — upewnij się, że masz kopię zapasową.
  2. Uruchom serwer. Wygeneruje się nowy void jako główny świat.
Wskazówka Void spawnuje nad pustką. Postaw małą platformę (np. 3×3 na Y=64) lub użyj /setworldspawn, gdy stoisz bezpiecznie.

Opcja B — Void jako dodatkowy świat (z Multiverse)

  1. Zatrzymaj serwer.
  2. W bukkit.yml dodaj mapowanie generatora dla planowanych nazw światów:
worlds:
  void_lobby:
    generator: VoidWorldGenerator
  build_void:
    generator: VoidWorldGenerator
  1. Uruchom serwer.
  2. Utwórz świat void przez Multiverse:
    /mv create void_lobby normal -g VoidWorldGenerator
    Jeśli masz już pusty folder o tej nazwie, użyj importu:
    /mv import void_lobby normal -g VoidWorldGenerator
  3. Teleport i ustawienie bezpiecznego spawnu:
/mv tp void_lobby
/mv setspawn
Wskazówka Gdy szybkie tworzenie bez edycji bukkit.yml nie działa, najpierw dodaj mapowanie generatora (jak wyżej), potem ponów komendę.

Rozwiązywanie problemów

Świat nie jest pusty — generuje się teren.

  • Nazwa pod worlds: w bukkit.yml musi dokładnie odpowiadać tworzonemu światu (level-name dla głównego lub nazwa z /mv create).
  • Generator musi być zapisany dokładnie jako VoidWorldGenerator.
  • Po edycji bukkit.yml zrestartuj serwer.

„Can’t keep up!” lub błędy przy starcie.

  • Zaktualizuj VoidWorldGenerator i Multiverse-Core do najnowszych wydań.
  • Sprawdź konsolę — konflikty z innymi generatorami światów mogą powodować problemy.

Security Notice Download plugins only from trusted sources. Unofficial mirrors may contain malware.

1) Required plugins

2) Install

  1. Upload the .jar files to /plugins.
  2. Restart the server once to generate configs.
Tip Make a quick backup of your current world folders before changes.

Option A — Make the void your main world (no Multiverse)

  1. Stop the server.
  2. Open server.properties and note level-name (usually world).
  3. Open bukkit.yml (server root) and add a generator mapping at the end, replacing your_world_name with the value from level-name:
worlds:
  your_world_name:
    generator: VoidWorldGenerator
  1. Delete the old main world folder (e.g., world).
    This permanently removes builds — ensure you have a backup.
  2. Start the server. A fresh void main world will be generated.
Tip Void spawns you over nothing—place a small platform (e.g., 3×3 at Y=64) or run /setworldspawn once safe.

Option B — Add a void world as an additional world (with Multiverse)

  1. Stop the server.
  2. In bukkit.yml, add generator mappings for the world name(s) you plan to create:
worlds:
  void_lobby:
    generator: VoidWorldGenerator
  build_void:
    generator: VoidWorldGenerator
  1. Start the server.
  2. Create the void world with Multiverse:
    /mv create void_lobby normal -g VoidWorldGenerator
    If you already have an empty folder with that name, import instead:
    /mv import void_lobby normal -g VoidWorldGenerator
  3. Teleport and set a safe spawn:
/mv tp void_lobby
/mv setspawn
Tip If the quick create without editing bukkit.yml fails, add the mapping first (as above) and try again.

Troubleshooting

The world isn’t void; terrain is generating.

  • The name under worlds: in bukkit.yml must exactly match the world you’re creating (level-name for main, or the name passed to /mv create).
  • Ensure the generator is spelled exactly VoidWorldGenerator.
  • Restart the server after editing bukkit.yml.

“Can’t keep up!” or startup errors.

  • Update to the latest VoidWorldGenerator and Multiverse-Core builds.
  • Check console logs—conflicts with other world generators can cause issues.