Anyways, BlockLauncher 1.6.11 beta 1:
- added chatHook: hook that activates when player enters chat messages. Works like procCmd, except this one activates even if there is no / to signify a command.
- added Level.addParticle:
Level.addParticle(type, x, y, z, xVel, yVel, zVel, size);
type is a number - common particle types can be found in the ParticleType class. An example of its use:
Level.addParticle(ParticleType.lava, x, y, z, 0, 0, 0, 0);
500ise, can you add support for .zip/.jar files containing the .js file and the assets folder? That would be great, because we will not need to install a separate texture pack!
Also how can i use Entity.getUniqueId (entity)? Can you give an example on how to use it?
Anyways, BlockLauncher 1.6.11 beta 1:
- added chatHook: hook that activates when player enters chat messages. Works like procCmd, except this one activates even if there is no / to signify a command.
- added Level.addParticle:
Level.addParticle(type, x, y, z, xVel, yVel, zVel, size);
type is a number - common particle types can be found in the ParticleType class. An example of its use:
Level.addParticle(ParticleType.lava, x, y, z, 0, 0, 0, 0);
The Meaning of Life, the Universe, and Everything.
Join Date:
9/6/2013
Posts:
94
Minecraft:
Sscoolqaz
Xbox:
Sscoolqaz
PSN:
Herkchief59
Member Details
Yeah fixed it but now I have to reinstall after I use a model script because after I use a modpe script it won't let me use the patch mods. Plz do fix!
How is the PocketMine-MP char color thing going on?
Rollback Post to RevisionRollBack
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:
Hey I'm not shure if anyone has asked you this or not but have you thought of making a version of block launcher for iOS??? If you could I would really appreciate it!
Hey I'm not shure if anyone has asked you this or not but have you thought of making a version of block launcher for iOS??? If you could I would really appreciate it!
No, because iOS is Apple's operating system.
Everything is locked down with tight security. Making BlockLauncher would be hard, making BlockLauncher for non-jailbroken devices is probably impossible.
Hello 500ise can you add a function for getting the position of a block when you place it. It would go with the place block hook that jv110 has asked for and it would look like
This would really help when im trying to make my new crops in my evolution mod better please add this and the hook jv110 and ario99 asked for this would be a good addition to block launcher
get the unique ID. give an entity, and it will give out something ununderstandable. this value will not change between loading & saving worlds, but brakes if opened in non-blocklauncher app.
I am pretty sure even in standard MCPE each entity has a unique id. The only thing is you can't access them. I think the unique ID's are stored in entity.dat or something similar.
get the unique ID. give an entity, and it will give out something ununderstandable. this value will not change between loading & saving worlds, but brakes if opened in non-blocklauncher app.
The Meaning of Life, the Universe, and Everything.
Join Date:
1/8/2014
Posts:
59
Member Details
Sorry about it taking me a while to upload an example for block placing hooks but if you use a system similar to this then you can detect when blocks are placed.
But and the DOWNLOAD LINK??? LOLLLLL
Game dev and Minecraft modder.
Twitter: @jv110br_
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIt's always the same link: http://tinyw.in/bl Sorry.
Yup or maybe unlimited texture packs.
Cool, now can add new ways to tame mobs
Server URL: http://minecraftpanel.net/serverwhitelist.php?sid=16467
function chatHook(chat){ var chat = chat.split(" "); if(chat[0]=="the input in chat"){ //What you want it to do } }No, because iOS is Apple's operating system.
Everything is locked down with tight security. Making BlockLauncher would be hard, making BlockLauncher for non-jailbroken devices is probably impossible.
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]
Example:
function placeBlock (x, y, z, block, damage) { }Game dev and Minecraft modder.
Twitter: @jv110br_
This would really help when im trying to make my new crops in my evolution mod better please add this and the hook jv110 and ario99 asked for this would be a good addition to block launcher
Do it then
Game dev and Minecraft modder.
Twitter: @jv110br_
I am pretty sure even in standard MCPE each entity has a unique id. The only thing is you can't access them.
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]
Can you give me an example?
???????
Game dev and Minecraft modder.
Twitter: @jv110br_
https://www.dropbox.com/s/3p7kv2xdhdlwwcz/Meep.js
Game dev and Minecraft modder.
Twitter: @jv110br_