What'cha planing to add?oh and when i was gonna create a mod script, it said the Same ID from the Enchanted sword and when i tried the ID for enchanting swords, it didnt work... i tapped the iron block with a butter/gold sword and there was NO enchantments... the ID it kept giving me is 2089 and it didnt work
BTW Im on iOS Jailbroken
oh and when i was gonna create a mod script, it said the Same ID from the Enchanted sword and when i tried the ID for enchanting swords, it didnt work... i tapped the iron block with a butter/gold sword and there was NO enchantments... the ID it kept giving me is 2089 and it didnt work
BTW Im on iOS Jailbroken
That happens to everyone... ugh that website is terrible...That's why I'm glad I use android, I don't have to use ID's. I just install the script's .js file in blocklauncher and Done! Also what am I planning for what?
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
Finally added single player commands! It only works on Android, since firstly, iOS doesn't have command support yet, and second, they use different syntax: iOS determines the data for the command you type with Integer.parseInt, while Android uses parseInt. Simple as that. Also, due to my implementation of the /give command, the Lots of Items Mod has been removed. That's all! Enjoy!
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
Oh ma gosh. I have been looking for a commands mod for over a year thankyou !!!edit: hey it doesn't work ! you got my hopes up for nothing.........
Wow OK i thought it was obvious, but everyone still asks...you need to download the new version of blocklauncher from the thread...click the link for the free beta, that's the one you need.
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
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.
Rollback Post to RevisionRollBack
-------------------- If I helped you, made you laugh, or you just like my post, click this button! --------------------v
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
BTW Im on iOS Jailbroken
That happens to everyone... ugh that website is terrible...That's why I'm glad I use android, I don't have to use ID's. I just install the script's .js file in blocklauncher and Done!
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Wow OK i thought it was obvious, but everyone still asks...you need to download the new version of blocklauncher from the thread...click the link for the free beta, that's the one you need.
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
-
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
Ok i Tested with the Free Beta Version and It "Worked" Zhuowei Should have added that on Pro Version i just got his App Update Last Night
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.