U
/u/WonderfulMain5602
Guest
| For anyone who wants a custom plugin but doesn't want to write Java. PluginForge is a visual editor (Scratch-style blocks). You drag together what you want to happen, see the generated Java code live next to the canvas, and hit a button to download a working .jar file. Drop it into plugins/, restart the server, done.What you can build right now:
Targets four platforms — Paper 1.21, Spigot, Velocity, BungeeCord. Same blocks, different generated code per target (e.g. uses Adventure Components on Paper, plain strings on Spigot). Two ways to use it:
Included examples to learn from: a welcome plugin, a /spawn teleport command, and a small minigame (lightning on block break).MIT-licensed, no paid version, no signup. UI in German and English. GitHub: https://github.com/pfurpass/PluginForge Feedback welcome — especially: which event hooks or block types do you wish were there but aren't? submitted by /u/WonderfulMain5602 [link] [comments] |
Continue reading...