ScriptCraft

ScriptCraft

14.6k Downloads

Contribute new plugins?

softwaremaverick opened this issue ยท 3 comments

commented

As my first adventure into Minecraft modding I picked up ScriptCraft and decided I want to build rails. As such, I wrote effectively a rail builder with syntax like....

/js rails().fwd(10).up(100).left(40).left(10).down(130).fwd(10).up(30).left(40).left(20).fwd(50)

Which effectively then goes away and builds your own custom rollercoaster :)

There's other features like specifying the block to use as a base for the rails and roches.

I would like this code to go somewhere more public. It has been fun to write but especially fun to test. I'm sure everyone of all ages would love to create their own rollercoaster without much hassle.

This code would also benefit from the Pull request #323

Can this code go in the repo somewhere?

commented

Not yet but please hold onto it. A completely new website is being built for ScriptCraftJS which will allow us to share plugins in an environment similar to other repos like for Bukkit and Forge. I'm adding forums, blogs, and other mechanisms to help you share and manage your contribution. Patience is appreciated. :)

commented

Is there a repo to contribute for the website?
I've been in classes that use this and I would love to do what I can to help out

commented

Not yet but thanks again. Please keep the faith. Real life "happens" and the new site has been delayed but I'm back on the site and making some updates for the plugin as well.