Howdy pardner!

These here forums are read-only. Click here to go to the new forums, where you can actually post and stuff!

Sorry for the inconvenience

-Andrew

MCGalaxy has a plugins folder. Is there any specific things I should know about if I decide to make a plugin, like what language is it written in ect, and are there any plugins publicly available?

UnknownShadow200 🔧 Fri Dec 28 at 13:26:35 (2018)

There are plugins available at https://github.com/UnknownShadow200/MCGalaxy-Plugins

Plugins and custom commands can be compiled with MCGalaxy's /pcompile and /compile commands, but only C# or Visual Basic languages are supported. (Technically you can write plugins in any language that targets the .NET framework, if you compile externally)

Either way, a .dll with the compiled source code gets generated, which can then be loaded with /pload and /cmdload.

🛑 This thread has been set to read-only due to inactivity. 🛑