About Topic: This is a thread of scripts I made with treebl's modPE. You can patch them on iOS using treebl's tutorial here: http://www.minecraft...age__hl__ modpe or on Android using my tutorial here:http://www.minecraft...e#entry23706342. Don't be afraid to leave a request for a mod you would like me to make!
Copyright: Do not use any of these scripts in a topic yourself and call them your own (I will have you infracted for copyright)
Downloads:
Enchantable Swords {Beta 3.0}: http://www.mediafire...SwordEnchant.js
Allows homemade enchantments of gold swords. Tap on a specific block with a gold sword to toggle enchantments. You can have one enchantment at a time. Iron Block~ Toggles rocket-touch enchantment. Hitting enemies with the sword will make them shoot into the air. Tap on the iron block again to turn the enchantment off. Gold Block~ Toggles tp-touch enchantment. Hitting enemies with the sword will cause them to teleport far away from you and die. Makes getting rid of mobs easy, but you will have to search for their drops.
Tap on the gold block again to turn the enchantment off. Diamond Block~ Toggles the gravity enchantment. Hit an entity in the air to cause it to hit the ground much faster. Cobblestone~ Turns off all enchantments on the gold sword when touched. There will be more enchantments later, but please test the one here and let me know. I do take requests!
Warp Pipe Mod: http://www.mediafire...538at7hy1v8983t
Tap on a Nether Brick Block with quartz(item) to create a pipe there. Tap a Quartz Block with a quartz(item) to create the second warp pipe. Tap any of the two pipes (Nether Brick or Quartz) with the quartz item to warp to the other one. Tap an obsidian block with a quartz item to reset all pipes. This code is really long, so it may take a while to load into your device. Enjoy!
Piston Chests & Redstone Blocks: http://www.mediafire...shrabpek4p7yfj7
When you open a chest, any block around it will push out like pistons. This will replace any block in the way, as it is an unfinished feature. Pushing TNT into glowing obsidian causes a large explosion. Similarly, placing TNT near glowing obsidian or vise-versa, you get a boom. Glowing obsidian, in this way, is the redstone block. It currently only blows up TNT. This mod is unfinished and therefore buggy, DO NOT COMPLAIN ABOUT BUGS!!! Enjoy!
Single Player Commands v2.0: http://www.mediafire...9gqbtrgy67y0cio
Only works on Android, as we have commands early, also iOS will use Integer.parseInt to determine entered data, and Android only uses parseInt.YOU MUST DOWNLOAD THE LATEST FREE VERSION OF BLOCKLAUNCHER TO USE THIS MOD. GET IT FROM THE BLOCKLAUNCHER THREAD(THERE YOU WILL FIND A LINK)Current commands are: /give
Gives the player the specified item of the specified amount. PARAMETERS: id amount EX: /give 51 64 /jump
Causes the player to jump at the specified height. PARAMETERS: height EX: /jump 10 /tp
Teleports the player to the specified coordinates PARAMETERS: x y z EX: /tp 130 70 24 /tprel
Adds position to player, rather than setting them PARAMETERS: x y z EX: /tprel 10 0 3 /homeset
Sets your current position as your "home" see next one for more info. NO PARAMETERS /home
Use this at any time to automtically teleport to the spot you used /homeset, your "home" NO PARAMETERS /explode
Causes the player to explode. Used for suicide. NO PARAMETERS /help:
Shows a list of possible commands.
I AM THE FIRST EVER TO RELEASE A SINGLE PLAYER COMMAND SCRIPT
It isn't working because every mod script has to have a turn on like your enchant mod we need to press iron cobble diamond nd gold
That's not even close to true... this doesn't have a useItem function....You literally patch it and go...You need BlockLauncher 1.2.10, this mod obviously, and to use a command it is /tp 128 65 48 spaces between them not commas. It works with no activation this is a brand new function cmdProc.
It isn't working because every mod script has to have a turn on like your enchant mod we need to press iron cobble diamond nd gold
That's not even close to true... this doesn't have a useItem function....You literally patch it and go...You need BlockLauncher 1.2.10, this mod obviously, and to use a command it is /tp 128 65 48 spaces between them not commas. It works with no activation this is a brand new function cmdProc.
Got bored and decided to add a quick coordinates function
else if(Data[0]=="coords") {
var xc = getPlayerX();
var yc = getPlayerY();
var zc = getPlayerZ();
clientMessage("X:" + xc + ", Y:" + yc + ", Z:" + zc);
}
I'll admit that I haven't tested this at all on Android but in theory, it should work.
For those of you who want a coordinates mod for iOS, use this id with treebl's ModPE Script: 2893. Since I don't know how to get data from the chat on iOS yet, you have to tap on a block with a stick to get the coordinates you're at.
Why? Just use the new function cmdProc(cmd) that was you need no activation
secret creeper the command script did not work for me...i have it enabled and i type in the commands but nothing happens ????....and to infected skies i tested out your script and it showed up as an error occurring...but great idea....secretcreeper you should probably add that command to the list....to show your current coordinates
You need the new blocklauncher 1.2.10 not 1.2.9 its the free version from the blocklauncher thread...
Hopefully this Helps LINK to BlockLauncherBeta to Install Command Script , if you miss The BIG Download Free your Blind http://www.minecraft...hout-reinstall/
OH, thnx man i had just updated the block launcher thinking that that was version 1.2.10....but i guess it was not, it was 1.2.9....but now your script works perfectly for me....and too do you think it would be possible to change gamemodes using a command if someone had made a working script???
OH, thnx man i had just updated the block launcher thinking that that was version 1.2.10....but i guess it was not, it was 1.2.9....but now your script works perfectly for me....and too do you think it would be possible to change gamemodes using a command if someone had made a working script???
Not until modpe gets the proper function to do so. I was going to add set Time, but the function setNightMode to change time seems to work inconsistently. I will try to find a pattern so I can get it to work.
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
No. iOS has yet to obtain command support, but treebl said he'll add the iOS function cmdProc() sometime this week, Android got it early. Anyway, when iOS command support does come out, you won't be able to use my mod, because Android determines entered command data with parseInt, and treeble showed me that iOS will use Integer.parseInt, but I think I may port it to iOS if you want.
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
To post a comment, please login or register a new account.
Guess I'll use LotsofItems Script as an Alternative
It Works Tested on "Android"
Don't have what problem? There is no problem, and no activation people just need to read...
Back to modding! Follow me on Twitter @byteandahalf
Don't have what problem? There is no problem, and no activation people just need to read...Yes thank you! IT ONLY WORKS ON THE FREE VERSION BECAUSE IT IS 1.2.10
Why? Just use the new function cmdProc(cmd) that was you need no activationYou need the new blocklauncher 1.2.10 not 1.2.9 its the free version from the blocklauncher thread...
Yeah...you can't use this on servers...Ummm yeah I am. Name one person that was before me...
Back to modding! Follow me on Twitter @byteandahalf
Why what? cmdProc(cmd) is Android exclusive. Treebl hasn't added it to ModPE Script yet. And what do you mean by "you need no activation"?
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf