Posted January 6, 20223 yr Hello! so i am wanting to make a survival mod for classicube and i was wondering if plugins work as mods. Thank you! Best Regards, ItzSgtTanker
January 7, 20223 yr Answer 1: If you meant plugins for server try using https://github.com/derekdinan/ClassiCube-Stuff or https://github.com/ClassiCube/MCGalaxy-Plugins Answer 2: If you meant how to make plugins, click to the link that is under this message.
January 7, 20223 yr Author Okay, i think i worded my question badly. are plugins for server sided mods only? and if not, can you make singleplayer components with plugins?
January 9, 20223 yr On 1/8/2022 at 12:34 AM, ItzSgtTanker said: are plugins for server sided mods only? These plugins are server-side plugins. On 1/8/2022 at 12:34 AM, ItzSgtTanker said: and if not, can you make singleplayer components with plugins? I don't think so, you could atleast try your best.
January 9, 20223 yr Author 3 hours ago, Gekale said: These plugins are server-side plugins. I don't think so, you could atleast try your best. Thanks for your response! I was wondering whether or not plugins were sort of like a modding api. I guess i will have to implement it directly in the game's source code.
January 9, 20223 yr Administrator 1 hour ago, ItzSgtTanker said: Thanks for your response! I was wondering whether or not plugins were sort of like a modding api. I guess i will have to implement it directly in the game's source code. There a is a API available for plugins, although it's quite limited https://github.com/UnknownShadow200/ClassiCube/blob/master/doc/plugin-dev.md An example of adding something that only works in singleplayer only: copy e.g. https://github.com/ClassiCube/ClassiCube-Plugins/blob/master/SchematicExporter/SchematicExporter.c and change the false to COMMAND_FLAG_SINGLEPLAYER_ONLY
January 9, 20223 yr Author 1 hour ago, UnknownShadow200 said: There a is a API available for plugins, although it's quite limited https://github.com/UnknownShadow200/ClassiCube/blob/master/doc/plugin-dev.md An example of adding something that only works in singleplayer only: copy e.g. https://github.com/ClassiCube/ClassiCube-Plugins/blob/master/SchematicExporter/SchematicExporter.c and change the false to COMMAND_FLAG_SINGLEPLAYER_ONLY Hey, thanks for the answer! this is exactly what i needed to see. I was wondering if there was a way to make a mod, without having to compile a custom version of classicube. I was wondering whether or not i could use my mod on any classicube installation(assuming it is the right version) once it is completed.
January 16, 20223 yr Maybe you could use some code or details from the old ClassicalSharp client located in the ClassiCube source code. Beacuse when you edit the options.txt file to have "survivalmode=true",then when you open the ClassicalSharp launcher and launch singleplayer you would get a incomplete remake of Survival Test. This might be useful for survival development.
January 16, 20223 yr 17 minutes ago, sussussus said: Maybe you could use some code or details from the old ClassicalSharp client located in the ClassiCube source code. Beacuse when you edit the options.txt file to have "survivalmode=true",then when you open the ClassicalSharp launcher and launch singleplayer you would get a incomplete remake of Survival Test. This might be useful for survival development. C isn't C#!!!! It won't work in the modern ClassiCube codebase. Owner and founder of Good old Lava Survival, MCGalaxy plugin developer, Master of evil hacks not supported by UnknownShadow.
January 17, 20223 yr 17 hours ago, icanttellyou said: C isn't C#!!!! It won't work in the modern ClassiCube codebase. Yes i know that,i didnt mean to import or copy the code from it but maybe get the basics of how something similar could be rewriten in C. Still thanks for correcting me over there.
January 19, 20223 yr Is there a website that has FNAF texture packs (im hoping to make a FNAF RP map) Please respond as soon as possible!
Hello! so i am wanting to make a survival mod for classicube and i was wondering if plugins work as mods. Thank you!
Best Regards,
ItzSgtTanker