MCHPR / MCHPRS

A multithreaded Minecraft server built for redstone.
MIT License
1.55k stars 68 forks source link

Mods support? #122

Open Legnatbird opened 11 months ago

rtyyyyb commented 11 months ago

can you please provide a better description. also iirc you can place a block from a mod but it wont do anything

commanderguy3001 commented 11 months ago

@Legnatbird simple answer: ain't gonna happen. MCHPRS is programmed in rust, mods are usually all made in java, and require running a java based server that has the appropriate APIs (forge, fabric, whatever). If you are talking about plugins, those are not gonna happen either, for the same reason. All (most) alternative minecraft servers are written in java, and all plugins for said servers are written in java too, so are impossible to run with MCHPRS.

Legnatbird commented 11 months ago

Thanks @commanderguy3001, so is possible this type of server support rust mods or something like that? (already not exist, but im just asking if is possible)

commanderguy3001 commented 11 months ago

if you want a different feature, you can just modify the source code directly.