this is where ill be posting my plugins. plz test and thnx to treebl for making this possible with modscript and 500 int server error for making it compatible with android. also how do you make a spoiler?the mod makes it so if you tap on a block with a stick it will give you 64 iron doors.its simple but still useful i guess.
anyway heres the mod code copy and paste it onto this site: http://betamodpe2.cf.gy/user/
script id:
123
this next mod is me trying to make an iron sword have knockback. not sure if it works plz test.
script id:
117
(the reason im not sure if it works is my iphone is 6.1.3 and i cant jailbreak.dont hate if it doesnt work)
the next mod is if you tap on a cake with a torch u become the chicken cow ruler(has to be in survival)
script id:
110
updated mob ruler so if you click on the animals with leather you will ride them.
the next mod is an insta house mod. if you use flint you will create a house.it will protect you from anything. will work on the inside soon.its made of wooden planks.
edit: turns out it doesnt work with the ceiling so until i become more advanced its just the walls for now.
script id is
88
this code makes animals ride you when you hit them with an arrow.
If you use a cake, you teleport upward through a floor. If you use an egg, you go downward through a floor. Looking at the code its pretty easy to tell...
ok im soryy this is my first modscript and im just testing it out no need to be rude.i will make more unique mods later.
Sorry wasn't meant to be rude, It's just there is just so much of them, but they don't really differ much for eachother.
I was giving more constructive criticism... :)!
I can't wait to see more interesting and original modscripts though.
Sorry wasn't meant to be rude, It's just there is just so much of them, but they don't really differ much for eachother.
I was giving more constructive criticism... :)!
I can't wait to see more interesting and original modscripts though.
the next mod is if you tap on a cake with a torch u become the chicken cow ruler(has to be in survival)
2cokuxe
put the script id in.
I think you are missing a bracket. I'll make an automagic script syntax tester soon - paste in your script and it will tell you if there's anything obviously wrong with it.
I think you are missing a bracket. I'll make an automagic script syntax tester soon - paste in your script and it will tell you if there's anything obviously wrong with it.
anyway heres the mod code copy and paste it onto this site: http://betamodpe2.cf.gy/user/
script id:
this next mod is me trying to make an iron sword have knockback. not sure if it works plz test.
script id:
(the reason im not sure if it works is my iphone is 6.1.3 and i cant jailbreak.dont hate if it doesnt work)
the next mod is if you tap on a cake with a torch u become the chicken cow ruler(has to be in survival)
script id:
updated mob ruler so if you click on the animals with leather you will ride them.
the next mod is an insta house mod. if you use flint you will create a house.it will protect you from anything. will work on the inside soon.its made of wooden planks.
edit: turns out it doesnt work with the ceiling so until i become more advanced its just the walls for now.
script id is
this code makes animals ride you when you hit them with an arrow.
Make it something useful, like diamond blocks.
Really people. Other than that, it's a great working script. Congrats.
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumChallenge accepted!
https://raw.github.com/zhuowei/ModPEScripts/master/500ise_movebetweenfloors.js
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI was giving more constructive criticism... :)!
I can't wait to see more interesting and original modscripts though.
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumyou do (spoiler) (/spoiler)
but replace ( with [ and ) with ]
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
Back to modding! Follow me on Twitter @byteandahalf
Instead of using spoilers to enter your code, why not instead use code and then use /code with [] brackets to make it look like this:
//Made by thecactigod function useItem(x,y,z,itemId,blockId) { if(itemId==280)//Stick { addItemInventory(71,64); //Add iron doors } }Back to modding! Follow me on Twitter @byteandahalf
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI think you are missing a bracket. I'll make an automagic script syntax tester soon - paste in your script and it will tell you if there's anything obviously wrong with it.