I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
i think blocklauncher free texture pack needs fixing. seriously many of thr buttons are a grey mess and chests are messed up, missing gui blocks etc. howabout using a different texture or maybe i can fix it for u?
Have you ever attempted to Root your Device? It will give you Default TexturePack
It seems that the integer 0 is returning null which is causing some of my scripts to crash. For now the sollution is to parse a string that has 0 in it (parseInt("0")). Please fix this
How does the Level.getSignText function work? Is it possible to do if(Level.getSignText(x,y,z,0)==hello) I have tried this but it doesn't work. How do I get it to work?
It seems that the integer 0 is returning null which is causing some of my scripts to crash. For now the sollution is to parse a string that has 0 in it (parseInt("0")). Please fix this
How does the Level.getSignText function work? Is it possible to do if(Level.getSignText(x,y,z,0)==hello) I have tried this but it doesn't work. How do I get it to work?
That should work:
if (Level.getSignText(x, y, z, 0) == "hello") { //if the first line of the sign is hello
}
If that doesn't work, it's a bug and I will fix it.
If you want it faster then reply me later. Go to https://github.com/pemapmodder/MCPELauncher.git
Maybe whenever you land on a block <256 it sets your health to 20?
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
Have you ever attempted to Root your Device? It will give you Default TexturePack
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://tinyw.in/bl
If all goes well, this will be the APK uploaded tomorrow.
i would if my s4 mino wasnt on a (just started) 2 year contract and still have warranty. also i have no pc to flash the root stuff
ModPE!?
Here are a few , and you'll just have to keep up with this post to see what else is being Added
http://www.minecraftforum.net/topic/1974211-list-of-android-modpe-functions/page__hl__%20methods
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
LoL500ise whats new for the new blocklauncher?
Custom Blocks , and Custom Textures , lil Man
And thanks for telling
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumPM me your script? This has never happened to me.
That should work:
if (Level.getSignText(x, y, z, 0) == "hello") { //if the first line of the sign is hello }If that doesn't work, it's a bug and I will fix it.