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
AskAI
PluginGPL-3.0-or-later

AskAI

Chat with your favorite AI models in game!

7
Downloads
0
Followers
2 months ago
Updated
📦
3
Versions
socialtechnologyutilitypaperpurpur
Download Latestv1.0.2View on Modrinth

📖About AskAI

AskAI

GitHub Release bStats Servers Modrinth Downloads

This plugin lets you chat with your favourite AI models in-game. Supports OpenAI, Anthropic, and Google Gemini.

On 'player' mode, each player picks a provider and model, sends messages with /chat, and gets private AI responses. On 'server' mode, the server sets a single API key and model for all players to use freely.

Note

This plugin is not meant for long conversations. It operates as a single shot Q&A format. Each message is sent with fresh context.

Requirements

  • Paper or Purpur 1.20.6+

Commands

Command Description
/chat <message> Send a message to your active AI provider
/chat setkey <provider> <key> Set your API key for a provider
/chat setmodel <provider> <model> Set which model to use for a provider
/chat provider <provider> Switch your active provider
/chat status Show your current config and key status
/chat reload Reload config.yml without restarting

Providers: openai, anthropic, gemini

Permissions

Permission Default Description
askai.use All players Use /chat and /chat status
askai.setkey All players Manage keys, models, and provider selection
askai.admin OP only Set server-wide API keys in server-key mode, reload config

Key Modes

Player mode (default)

Each player sets and manages their own API keys. This is the default behavior.

Server mode

One set of API keys is shared by all players, managed by admins. Players can still choose their own provider and model, but the API key comes from the server.

To enable, set key-mode: "server" in config.yml and run '/chat reload'. Only players with askai.admin permission can set keys in this mode.

Configuration

# Encryption seed for API key storage. Set this once before first use.
# Changing it after players have set keys makes their keys unrecoverable.
encryption:
  seed: "CHANGE-ME-use-a-long-random-string-here"

# "player" (each player sets own keys) or "server" (admin sets shared keys)
key-mode: "player"

# Rate limiting per player
rate-limit:
  requests: 10
  window-seconds: 60

# Message limits
max-message-length: 2000
max-response-tokens: 1024

# System prompt prepended to all conversations
system-prompt: "You are a helpful assistant in a Minecraft server."

# Which providers are enabled
allowed-providers:
  - openai
  - anthropic
  - gemini

👥 Team & Contributors

alphaterrific1
alphaterrific1Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpur
Minecraft Versions
1.20.61.211.21.11.21.21.21.31.21.41.21.51.21.6+5 more

🔗 Links

Modrinth Page