Skip to content
Sasha Baranov edited this page Jun 12, 2026 · 1 revision

FAQ

Does Spigot work?

No. Aicraft requires Paper 1.21+ or 26.x.

Do other players see my AI chat?

No. All in-game messages are sent only to you.

Is the .db file created automatically?

Yes. SQLite creates plugins/Aicraft/aicraft.db on first startup with all tables.

Can I disable the web UI but keep chat history?

Yes. Set enabled: false in web.yml. The database still saves in-game chats.

Do /reopenchat and web history share the same data?

Yes. In-game and web chats use the same database and per-player chat numbers.

Does reopening a chat count toward the daily limit?

No. Only new chats (/newchat or "New chat" on the web) count.

Can I use this without LuckPerms?

Yes. Rate limits fall back to default-chats-per-day in web.yml. LuckPerms is optional for per-group limits.

What Minecraft versions are supported?

Paper 1.21 through 26.x. Same JAR for all supported versions.

Clone this wiki locally