Posted Monday at 10:42 AM5 days 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 Monday at 11:15 AM5 days by im20op1234
Monday at 11:16 AM5 days Author il try the normal mcgalaxy version ( i had infid one )nvm still doesnt work
Monday at 12:24 PM5 days 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.
Monday at 01:18 PM5 days 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
Monday at 04:44 PM5 days 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 Monday at 04:45 PM5 days by im20op1234 spelling error
Monday at 06:56 PM5 days You need to use the raw file (https://raw.githubusercontent.com/ClassiCube/MCGalaxy-Plugins/refs/heads/master/plugins/utilities/RelayRoute.cs)
Tuesday at 01:20 AM5 days 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