Posted 21 hours ago21 hr i have a issue im using linux to host a mcgalaxy server but plugins wont compile and same with commands i have mono-complete installed on my machine but still wont let me Edited 21 hours ago21 hr by im20op1234
20 hours ago20 hr You can also manually compile plugins by referencing MCGalaxy_.dll.From the root directory: mcs -target:library -r:MCGalaxy_.dll -out:plugins/{PLUGIN}.dll plugins/{PLUGIN}.csFrom the plugins directory: mcs -target:library -r:../MCGalaxy_.dll -out:{PLUGIN}.dll {PLUGIN}.csThese command line arguments are the same for mcs and csc.
19 hours ago19 hr Author thank you now i can make the dll thank you !is it the same for the commands ?it gives me errorsits still not working
15 hours ago15 hr Author yeah i found my problem if you try to get the plugins with the url smth like this https://github.com/ClassiCube/MCGalaxy-Plugins/blob/master/plugins/utilities/RelayRoute.cs if youre on linux you would use wget to get the .cs file with the url but you dont want to do that if you do it you will download the html file as a .cs so it was my fault ig Edited 15 hours ago15 hr by im20op1234 spelling error
13 hours ago13 hr You need to use the raw file (https://raw.githubusercontent.com/ClassiCube/MCGalaxy-Plugins/refs/heads/master/plugins/utilities/RelayRoute.cs)
7 hours ago7 hr Do /update latest to use latest dev build of MCGalaxy, as the latest stable build of MCGalaxy swallows all standard error outputs. If you used the latest dev build it will give you a list of all compile errors within the plugin you try to compile. Owner and founder of Good old Lava Survival, MCGalaxy plugin developer, Master of evil hacks not supported by UnknownShadow.
i have a issue im using linux to host a mcgalaxy server but plugins wont compile and same with commands i have mono-complete installed on my machine but still wont let me
Edited by im20op1234