⚠️Danger zone

Delete worlds

danger-zone.delete-worlds-folders: []

Delete worlds from your world-container folder at the server startup. Add the folder name of the world that you want to delete at the server startup.

Check the hidden 'world-container' property in the bukkit.yml file. By default, it corresponds to the same folder as the Spigot JAR.

Example:

danger-zone:
  delete-worlds-folders:
    - "world-name-1"
    - "world-name-2"

This will delete Paradise worlds named 'world-name-1' and 'world-name-2'.

Last updated