Contribute new plugins?
softwaremaverick opened this issue ยท 3 comments
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?
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. :)
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