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

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

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

Tools

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

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
MineChatGPT
PluginAGPL-3.0-only

MineChatGPT

Communicate with ChatGPT in Minecraft

854
Downloads
2
Followers
2 months ago
Updated
📦
4
Versions
socialbukkitfoliapaperpurpurspigot
Download Latestv2.8View on Modrinth

📖About MineChatGPT

MineChatGPT

minechatgpt
modrinth-gallery spigot paper java8
GitHub Release bStats Servers bStats Players Modrinth Downloads Spiget Downloads

Chat with ChatGPT in Minecraft

All code is written by ChatGPT

Features

  • OpenAI API format
  • Custom models
  • ChatGPT reverse proxy
  • Load balancing
  • Command completion
  • Contextual chat
  • Multiple characters
  • Folia support

Installation

  1. Download the plugin and place it in the plugins folder
  2. Restart the server

    For better compatibility across versions, the plugin doesn't specify Bukkit API version. When loading the plugin on newer versions, you may see these warnings in console - this is normal.
    ```

[Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[Server thread/WARN]: Legacy plugin MineChatGPT v1.0 does not specify an api-version.

3. Edit `config.yml`:
# ======================================================
# API Configuration
# ======================================================
api:
  # Your OpenAI API keys for authentication
  # Get API keys at https://platform.openai.com/account/api-keys
  keys:
    - "sk-your_openai_api_key_1"
    # Add multiple API keys below
    # - "sk-your_openai_api_key_2"
    # - "sk-your_openai_api_key_3"
  
  # API key selection method: "round_robin" or "random"
  selection_method: "round_robin"
  
  # Base URL for OpenAI API
  # Use proxy service if you cannot access official API
  base_url: "https://api.openai.com/v1"
  1. Run /chatgpt reload in console to reload config

Commands & Permissions

Command Permission Description
/chatgpt minechatgpt.use Show help
/chatgpt <text> minechatgpt.use Ask ChatGPT
/chatgpt reload minechatgpt.reload Reload config
/chatgpt model <model_name> minechatgpt.model Switch model
/chatgpt modellist minechatgpt.modellist List available models
/chatgpt context minechatgpt.context Toggle context mode
/chatgpt clear minechatgpt.clear Clear chat history
/chatgpt character [character_name] minechatgpt.character List or switch character

FAQ

Getting "Failed to contact ChatGPT." error

Check the error message in console.

Console shows "connect timeout" or "connect reset"

Verify connectivity to the base_url in config.yml. Consider using a reverse proxy if you cannot access OpenAI's official API.

Can I add other models?

Yes, any model supporting OpenAI API format works.
Not recommended for inference models due to longer response times.

Can I use without ChatGPT account?

Yes, many proxy services provide access.

Folia support?

The plugin should work on Folia but isn't optimized for it. Use at your own risk.

Statistics

👥 Team & Contributors

ddaodan
ddaodanOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperpurpurspigot
Minecraft Versions
1.12.21.131.13.11.13.21.141.14.11.14.21.14.3+39 more

🔗 Links

Modrinth Page