Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
CookieClickerX
PluginLicenseRef-All-Rights-Reserved

CookieClickerX

A cookieclicker implementation with a shop for stuff ingame

221
Downloads
1
Followers
6 months ago
Updated
📦
6
Versions
economygame-mechanicsutilitybukkitpaperspigot
Download Latestv1.1-3View on Modrinth

📖About CookieClickerX

A cookieClicker inside mc. Has helpers, clicker upgrades and offline clickers. Prestige to get prestige tokens to access better items, very versatile config: Also this plugin does not save data yet, let me know if i should implement it

# CookieClickerX Configuration
# Updated for better balance and more features

# General settings
settings:
  saveInterval: 300  # Save player data every 5 minutes
  clickCooldown: 50  # Milliseconds between clicks (anti-cheat)

# Economy settings
economy:
  cookiesPerDollar: 5000  # Much higher exchange rate
  enableConversion: true    # Enable/disable cookie to money conversion

# Auto-clicker settings
autoClicker:
  baseCost: 500          # Base cost of auto-clicker (INCREASED)
  baseValue: 2             # Cookies per second per level
  priceMultiplier: 2.2     # How much price increases per level

# Helper settings
helpers:
  baseCost: 2000          # Base cost of helpers (INCREASED)
  baseValue: 10            # Cookies per second per helper
  priceMultiplier: 2.5     # How much price increases per tier
  types:
    - name: "Cookie Farmer"
      material: IRON_HOE
      multiplier: 1.3
    - name: "Cookie Baker"
      material: FURNACE
      multiplier: 1.5
    - name: "Cookie Chef"
      material: CRAFTING_TABLE
      multiplier: 2.0
    - name: "Cookie Master"
      material: DIAMOND
      multiplier: 3.0
    - name: "Cookie Wizard"
      material: ENCHANTING_TABLE
      multiplier: 5.0
    - name: "Cookie Overlord"
      material: BEACON
      multiplier: 7.0

# Click upgrade settings
clickUpgrade:
  baseCost: 500           # Base cost of click upgrade (INCREASED)
  baseValue: 1             # Base click value
  priceMultiplier: 1.8     # How much price increases per level
  maxValue: 1000          # Maximum click value

# Prestige settings
prestige:
  levels:
    0:
      requirement: 100000000   # 10M cookies 
      tokenReward: 5            # 5 tokens 
    1:
      requirement: 100000000   # 100M cookies
      tokenReward: 15           # 15 tokens
    2:
      requirement: 10000000000  # 10B cookies
      tokenReward: 50           # 50 tokens
    3:
      requirement: 100000000000 # 100B cookies
      tokenReward: 200          # 200 tokens
  # Settings for post-prestige bonuses
  bonuses:
    autoClickerMultiplier: 1.5  # Multiplier for auto-clicker per prestige level
    helperMultiplier: 1.25      # Multiplier for helpers per prestige level
    clickMultiplier: 2.0        # Multiplier for click value per prestige level

# Shop items
shop:
  items:
    # Regular cookie items
    item_1:
      name: "Extra Cookies"
      material: COOKIE
      price: 5000000
      command: "give %player% cookie 64"
    item_2:
      name: "Golden Cookie"
      material: GOLD_INGOT
      price: 25000000
      command: "effect give %player% speed 300 1"
    item_3:
      name: "Diamond Cookie"
      material: DIAMOND
      price: 100000000
      command: "effect give %player% strength 300 1"
      
    # Prestige token items
    prestige_item_1:
      name: "Prestige Cookie"
      material: NETHER_STAR
      tokenPrice: 10
      isPrestigeItem: true
      command: "effect give %player% regeneration 600 2"
    prestige_item_2:
      name: "Cookie God Blessing"
      material: TOTEM_OF_UNDYING
      tokenPrice: 50
      isPrestigeItem: true
      command: "effect give %player% absorption 1200 4"
    prestige_item_3:
      name: "Cookie Universe"
      material: END_CRYSTAL
      tokenPrice: 200
      isPrestigeItem: true
      command: "effect give %player% resistance 2400 3"

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page