arpruss / raspberryjammod

Raspberry Jam Mod - a Mod Forge Minecraft mod implementing most of Raspberry Juice/Pi API
http://www.instructables.com/id/Python-coding-for-Minecraft/
Other
354 stars 94 forks source link

Use this mod on servers that aren't your own #54

Closed smokeytube closed 3 years ago

smokeytube commented 3 years ago

There's an anarchy server that allows modifications like this on the server I play on and I want to make a chatbot that interacts with different players. The program works fine on singleplayer worlds but when I try to activate it on that anarchy server it just says "Unknown command" when I try to run the script. I understand that the server has to have the raspberryjammod to run but I was wondering if there is any way I can use this mod client side.

arpruss commented 3 years ago

Go to the mod settings: there is a read-only option where any changes the mod makes are local-only.

smokeytube commented 3 years ago

Thank you so much, it worked.