Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Improved version of Cobblemon Challenge mod from Turtle_Collector. Original mod page: https://www.curseforge.com/minecraft/mc-mods/cobblemon-challenge
Commands
- /challenge <username> - Challenges specified player to a lvl 50 pokemon battle. They may accept or deny this challenge.
- /challenge <username> level <level> - Challenges specified player to a lvl X battle where X can be 1-100.
Example: /challenge TurtleHoarder level 100 - challenges TurtleHoarder to a level 100 battle
Configurations
- These server settings can be changed by altering the values in the config file located in the config folder of your server
challengeDistanceRestriction - The value that determines if challenges are restricted by distance. Set to false if you would want no restrictions on distance. This value is set to true by default.
maxChallengeDistance - If challengeDistanceRestriction is set to true, then this value defines the max distance that a challenge can be sent. This is set to 50 blocks by default.
defaultChallengeLevel - The value that determines the level of a challenge if there is not level specified by the challenger. This is set to 50 by default for lvl 50 battles.
challengeExpirationTime - The value that determines how long a challenge should be pending before it expires. This is set to 60000 milliseconds / 1 minute by default.
challengeCooldownTime - The value that determines how long a player must wait before sending a consecutive request. This value is set to 5000 milliseconds / 5 seconds by default, though players will need to wait until their existing challenge expires before sending another one.
Reborn version added config options so far, with examples:
- bannedSpecies=[toxapex]
- bannedAbilities=[sturdy,intimidate]
- bannedMoves=[minimize,horndrill,guillotine,fissure,doubleteam,springtidestorm,batonpass]
- bannedForms=[alolan,galarian]
- bannedWorlds=[creative:tezba] # where command cant be used
- minDex=1 # min dex number pokemon can have
- maxDex=151 # max dex number pokemon can have
- maxLegendaries=1 # total of legendaries player can use
- maxBeasts=1 # total of ultra beasts player can use
- banDuplicateSpecies=true # can player use multiple pokemons of same species?