Cobblemon Challenge Reborn
Enhanced version of the Cobblemon Challenge mod based on Turtle_Collector's development. This modification allows players to engage in Pokémon battles with each other using simple commands.
Command Features
/challenge <username>- Challenge the specified player to a level 50 Pokémon battle. The player can accept or decline the challenge/challenge <username> level <level>- Allows selecting arbitrary Pokémon levels from 1 to 100
Usage Example:
By typing /challenge TurtleHoarder level 100, you will challenge player TurtleHoarder to a battle with level 100 Pokémon
Server Settings
All parameters can be modified through the configuration file in the server settings folder:
- challengeDistanceRestriction - Restricts challenges by distance. Value
falsedisables restrictions (defaulttrue) - maxChallengeDistance - Maximum distance for challenges when restrictions are enabled (50 blocks by default)
- defaultChallengeLevel - Standard Pokémon level when challenging without specifying a level (50 by default)
- challengeExpirationTime - Response waiting time for a challenge (60000 ms / 1 minute)
- challengeCooldownTime - Delay between consecutive challenges (5000 ms / 5 seconds)
Additional Reborn Version Settings
# Various restrictions and bans
bannedSpecies=[toxapex]
# Banned abilities
bannedAbilities=[sturdy,intimidate]
# Banned moves
bannedMoves=[minimize,horndrill,guillotine,fissure,doubleteam,springtidestorm,batonpass]
# Form restrictions
bannedForms=[alolan,galarian]
# Worlds where the command is unavailable
bannedWorlds=[creative:tezba]
# Pokédex number limitations
minDex=1
maxDex=151
# Limits on special Pokémon
maxLegendaries=1
maxBeasts=1
# Ban on species duplication
banDuplicateSpecies=true