LevelCap System

LevelCap System

File Details

pixelmonlevelcap-1.5.0.jar

  • R
  • Apr 29, 2025
  • 23.74 KB
  • 28
  • 1.16.5
  • Forge

File Name

pixelmonlevelcap-1.5.0.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:levelcap-system-1087547:6478105")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

🚀 Release v1.5.0 – 2025-04-29

✨ New Features

  • 🆙 Level-capped Spawns
    Pokémon will now spawn at levels up to the cap determined by your badge level.
    You can disable this behavior via configuration.

  • 🐞 Debug Messages
    New debug log output can be enabled to help track down issues and see internal state changes in real time.

  • 🤝 Multiplayer Spawn Priority
    When two players are within a 7-chunk radius, spawns are prioritized for the player with the lowest badge level.

🛠️ Configuration

Add the following entries to your config (defaults shown):

capped_poke_spawn: true    # enable level-capped spawns (set to false to disable)
debug_messages: true       # show debug messages in console/log output