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

about commands with parameters #39

Open qiaoqileng opened 5 years ago

qiaoqileng commented 5 years ago

Can I use “/py”, just like use "/fill " , which can take certain parameters.

arpruss commented 5 years ago

Sure. /py scriptname argument1 argument2, etc. The arguments are passed to the script.