Can you also program Minecraft plugins with NotePad ++?

Cl
- in Plugins
3

Mois,

wanted to ask whether you can also program Mc Plugins with NotePad ++ like with Intellij Idea and how.

Sy

Can't program, but with notepad ++ it shouldn't be possible, at least not perfect, because you can't create plugin.yml or you have to put everything together individually and then work on it in intelij. You can't compile with notepad ++.

Maybe I'm wrong too. Try it out.

Cl

So you can write Minecraft plugins in any writable editor. However, it is not recommended that you do not have any code completion, which makes it much easier for you and does not show your "errors". So it works but it gets very complicated.

Ro

Well there's the plugin "script" and many addons and with it you can "program" a lot, I personally don't like that at all. The performance is then simply no longer the best, so I recommend programming real Java plugins… 😉