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
  1. Troubles

Paper thread dump

Try to fix the paper thread dump warning.

PreviousOraxen pluginNextTile entity warning

Last updated 1 year ago

Sometimes, you may encounter paper thread dumps. It is not an error but it seems like it.

The reasons behind this warning could be various, such as:

  1. Not performing hardware, maybe your CPU is not enough to run ParadiseLand

  2. The server is weighted by other plugins that slow down the chunk generation

  3. A real ParadiseLand issue

  4. Make your PC asleep

  5. Many other reasons...

Try to "fix"

This is not a fix but allows the server to perform tasks at a slower pace, reducing the frequency of alert spam.

This is aPaperissue and should not exist in Spigot.

So, open your paper.yml or in the latest versions /config/paper-global.yml configuration file and edit the setting watchdog.early-warning-every property from 5000 to a higher value like 120000.

watchdog:
  early-warning-delay: 10000
  early-warning-every: 5000 # <----- edit this
⚙️
‼️
A Paper thread dump generated due to a slowdown caused by ParadiseLand.