ParadiseLand
  • 🏝️ParadiseLand
  • ⚙️Misc
    • 🤖Installation
    • ⛰️Create your worlds
    • 👁️Default custom biomes
    • 🌳Schematics
      • ⛏️Create a new schematic
    • ⌨️Commands
      • help command
      • Info command
      • Teleport command
      • Schematic command
    • 🚰Changelog
  • ⚙️main config
  • ⬆️Plugin updates
  • 🌿Common generator properties
  • 📥Extensions
  • 📚World database
  • ⚠️Danger zone
  • ⚙️generator config
    • 🌿The generator config file
    • 🔧Properties
      • Starting height
      • Preventions
      • List of custom biomes
      • Layers (floating islands)
      • Temperature and climate
      • Temporary world generation
  • ⚙️Custom biomes
    • 🌿The biome config file
    • 🔧Properties
      • Biome name
      • Weighting
      • Base version
      • Climate
      • Surfaces
        • Frequency
        • Block types
        • Snow
        • Ice spikes
        • Lakes
        • Falling water & lava sources
        • Scattered things
        • Trails
          • Bridges
        • Crops
      • Minecraft biomes
      • Vanilla trees
      • Schematics
        • Custom trees
      • Plantains
      • Vines
      • Caves
      • Light
      • Rivers
      • Ores
      • Entities
  • ⚙️Extensions
    • 🛠️Biome Manager plugin
    • 🛠️Items adder plugin
    • 🛠️Oraxen plugin
  • ⚙️Troubles
    • ‼️Paper thread dump
    • ⚠️Tile entity warning
    • 💡Light glitches
  • ❣️Credits
Powered by GitBook
On this page

Danger zone

PreviousWorld databaseNextThe generator config file

Last updated 1 year ago

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 '' 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'.

⚠️
world-container