I'm making a server for testing purposes, and I want to use the GoodlyEffects plugin. (See https://github.com/ClassiCube/MCGalaxy-Plugins/blob/master/documentation/GoodlyEffects.md) When I use /pcompile GoodlyEffects (In MCGalaxy) though, the .dll file doesn't appear. So I use mcs -target:library -r:MCGalaxy_.dll -out:plugins/GoodlyEffects.dll plugins/GoodlyEffects.cs. (Ubuntu 24.04) And then this error appears: plugins/GoodlyEffects.cs(19,7): error CS0246: The type or namespace name `ExtraLevelProps' could not be found. Are you missing an assembly reference? The ExtraLevelProps dll is there. Is this problem fixable and can you tell me how to fix it? Thanks in advance.
I'm making a server for testing purposes, and I want to use the GoodlyEffects plugin. (See https://github.com/ClassiCube/MCGalaxy-Plugins/blob/master/documentation/GoodlyEffects.md) When I use /pcompile GoodlyEffects (In MCGalaxy) though, the .dll file doesn't appear. So I use mcs -target:library -r:MCGalaxy_.dll -out:plugins/GoodlyEffects.dll plugins/GoodlyEffects.cs. (Ubuntu 24.04) And then this error appears: plugins/GoodlyEffects.cs(19,7): error CS0246: The type or namespace name `ExtraLevelProps' could not be found. Are you missing an assembly reference? The ExtraLevelProps dll is there. Is this problem fixable and can you tell me how to fix it? Thanks in advance.