Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Creators
Details
Licensed GPL-3.0-only
Published 2 months ago
Updated 4 weeks ago
Changelog
- Added
customBattleLevel
configuration, which allows forcefully modifying the level during Pokémon ranked battles - Modified the previously confusing
bannedGenders
tobannedGenders
andbannedAbilities
- After modifying the
cloudServerId
, you can reload using/rank reload
; there is no longer a need to restart the server - Fixed a bug where rank rewards could be obtained repeatedly in some cases (for version upgrades, the following SQL command can be used to clean up some erroneous data)
UPDATE player_rank_data SET claimed_ranks = ( SELECT GROUP_CONCAT(entry.value) FROM ( SELECT value FROM json_each('["' || REPLACE(claimed_ranks, ',', '","') || '"]') WHERE value LIKE '%:' || format || ':%' ) AS entry ) WHERE claimed_ranks LIKE '%,%';)
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
v1.2.1Loaders
Game versions
1.21.1Downloads
183Publication date
July 12, 2025 at 2:43 PMPublisher

Kurt5
Member