⚠️Danger zone

Exercise caution when using this property, as it can delete unexpected folders. Use it with care!

I bear no responsibility for any outcomes that may arise from your utilization of it.

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.

To maintain a certain level of safety, ParadiseLand will exclusively delete folders that contain the following files:

  • ParadiseLand directory

  • level.dat file

  • session.lock file

  • uid.dat file

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