Cobblemon Pokestop

Quick rating

Cobblemon Pokestop

No reviews yet

Cobblemon Pokéstop is a lightweight Fabric mod for Minecraft 1.21.1 that adds simple Pokéstop-style item drops, perfect for Pokémon-themed servers.

Adventure/Exploration
World Gen Improvements
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
2.0.1
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

📘 Cobblemon Pokéstop - Configuration Guide

NewPokestop This mod uses a single JSON configuration file to manage both the cooldown timer and the reward pool. You can customize these settings without needing to edit the source code.

Config File Location: config/cobblepokestop_config.json (This file is automatically generated when you launch the game for the first time.)

⚙️ Default Configuration

{
  "cooldownSeconds": 300,
  "rewards": [
    {
      "item": "minecraft:apple",
      "min": 1,
      "max": 5,
      "roll": 1
    },
    {
      "item": "cobblemon:poke_ball",
      "min": 1,
      "max": 5,
      "roll": 1
    }
  ]
}

📝 Parameters

Global Settings

  • cooldownSeconds: (Integer) The time in seconds a player must wait before they can claim rewards from the same Pokéstop again.

  • Default: 300 (5 minutes)

  • Example: Set to 60 for a 1-minute cooldown.

Rewards List

  • The "rewards" section allows you to define the items dropped by the Pokéstop.

  • item: (String) The item ID in namespace:item_name format.

  • Example: minecraft:bread or cobblemon:poke_ball.

  • min: (Integer) The minimum quantity of items to drop per roll.

  • max: (Integer) The maximum quantity of items to drop per roll.

  • Note: The game will pick a random number between min and max. If you want a fixed amount, set both to the same number.

  • roll: (Integer) The number of times the system attempts to give this item stack.

  • Example: If you drop apples (min: 1, max: 5) and set roll: 2, the game will randomize the apple amount twice (e.g., getting 3 apples on the first roll and 5 on the second, totaling 8).

💡 Custom Example (Cobblemon Integration)

Here is an example configuration with a 1-minute cooldown that rewards items from the Cobblemon mod with randomized quantities:

{
  "cooldownSeconds": 60,
  "rewards": [
    {
      "item": "minecraft:bread",
      "min": 2,
      "max": 4,
      "roll": 1
    },
    {
      "item": "cobblemon:great_ball",
      "min": 1,
      "max": 1,
      "roll": 1
    },
    {
      "item": "cobblemon:poke_ball",
      "min": 1,
      "max": 5,
      "roll": 2
    },
    {
      "item": "cobblemon:exp_candy_m",
      "min": 1,
      "max": 2,
      "roll": 1
    }
  ]
}

How to Apply Changes

  1. Open config/cobblepokestop_config.json with a text editor.
  2. Modify the values as needed.
  3. Save the file.
  4. Restart the game (or the server) for the changes to take effect.

Screenshots

Gallery

  • Pokestop Version 1.0
    Pokestop Version 1.0
  • NewPokestopAnimation
    NewPokestopAnimation
  • Pokestop Version 2.0
    Pokestop Version 2.0

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~13,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works