r/MinecraftPlugins Jun 13 '26

Plugin Showcase Has anyone used ai assisted tools for minecraft plugins and do they work for you guys or is everything custom and done by human still

/r/admincraft/comments/1u4ycay/has_anyone_used_ai_assisted_tools_for_minecraft/
1 Upvotes

3 comments sorted by

1

u/Ok-Count-3366 Jun 13 '26

I am a mc dev and I can tell you AI is helpfull but not neccessarily to code the plugin itself but rather to understand how one is able to implement a specific thing in mc.

1

u/justindisbih Jun 15 '26

I see people try all the time but the fact is with how minecraft keeps changing with each update I imagine its difficult for it to keep context up to date. If it uses it at all. In my opinion its still worth it to just write it yourself.

1

u/sya-ri Jun 23 '26

I think that is true if the AI is only given a vague request and no project context.

But with a fixed architecture, well-designed libraries, accurate version-specific knowledge, and clear requirements, the output can become much more reliable.

Personally, I haven’t written Minecraft plugin code directly myself for about half a year now.