I've had an attempt to kill an entity with invisible bedrock, and teleporting to the Void, but I want the drops, and invisible bedrock doesn't work at all. I figured out a way to do this in attackHook, as long as the victim isn't invincible or is in creative, etc, but I need to do it with other hooks, especially procCmd.
Set the entity's health to 0 and configure the drops and sounds through entityRemovedHook(). There may be a delay between death and removal, but it does work.
I've had an attempt to kill an entity with invisible bedrock, and teleporting to the Void, but I want the drops, and invisible bedrock doesn't work at all. I figured out a way to do this in attackHook, as long as the victim isn't invincible or is in creative, etc, but I need to do it with other hooks, especially procCmd.
Invisible bedrock should work... I killed creepers by spawning them into world margin.
Wait... Invincibility?No. You should not teleport the mob to the void.
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:
Invisible bedrock should work... I killed creepers by spawning them into world margin.
Wait... Invincibility?
No. You should not teleport the mob to the void.
Killing mobs outside of the world won't allow you get the drops.... or hear the sounds. And yes, a mob can be suffocated in any block apart from water, lava and leaves. I remember using Nerim's portal gun script to suffocate mobs.
Killing mobs outside of the world won't allow you get the drops.... or hear the sounds. And yes, a mob can be suffocated in any block apart from water, lava and leaves. I remember using Nerim's portal gun script to suffocate mobs.
And TNT too.
Anyway I didn't say about outside the world. Just meant to kill with spawning a block ID-95.
What about android to android over wifi? That doesn't work with BL pro either now. That should be allowed. What's the go?
As I notice, ModPE scripts are only disabled when you go to external servers (in BlockLauncher). When I clicked a local server (blue font) the ModPE scripts and GUI are not removed, even though it is a PocketMine server.
But it would be good if BlockLauncher would distinguish PocketMine servers from vanilla servers.
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:
@godraadam by the way destroyBlock() doesn't work in multiplayer, so...yah. Also, you need another getTile function if you wanna get the blockId and another get data if you want the damage, so maybe arjay wants these new hooks which would make this simpler and possibly less messy. :)Never mind forget it lol godraadam's post is so long ago...
Ser, ai say you are a really good minecraft pe toolpatcher and my brothers were so amazed when they opened blocklauncher pro they were like "WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!":3 thanks so much
This will select all the certain blocks in the world.
Instead of doing this:
for(x = 0; x < 257; x++){
for(y = 0; y < 129; y++){
for(z = 0; z < 257; z++){
if(getTile(x, y, z) == blockId) {
//Your code here
}
}
}
}
Rollback Post to RevisionRollBack
Make sure you follow me on twitter! @DarkDiaMiner IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
x should be 0-255 not 0-256. That would be 257 blocks
This will select all the certain blocks in the world.
Instead of doing this:
for(x = 0; x < 257; x++){
for(y = 0; y < 129; y++){
for(z = 0; z < 257; z++){
if(getTile(x, y, z) == blockId) {
//Your code here
}
}
}
}
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:
Set the entity's health to 0 and configure the drops and sounds through entityRemovedHook(). There may be a delay between death and removal, but it does work.
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]
Invisible bedrock should work... I killed creepers by spawning them into world margin.
Wait... Invincibility?No. You should not teleport the mob to the void.
Killing mobs outside of the world won't allow you get the drops.... or hear the sounds.
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]
Anyone know what to do?
It's like this so people cant cheat in the servers, blah blah blah.
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
You could just download BL source code and comment out the modscript disable code
Or you could just use vinilla minecraft.
I tried disableing all of my mods, but I couldnt join. The only time I could was when I had safe mode on.
And I prefer to have free crafting
Anyway I didn't say about outside the world. Just meant to kill with spawning a block ID-95. As I notice, ModPE scripts are only disabled when you go to external servers (in BlockLauncher). When I clicked a local server (blue font) the ModPE scripts and GUI are not removed, even though it is a PocketMine server.
But it would be good if BlockLauncher would distinguish PocketMine servers from vanilla servers.
It crashes the game, he tweeted it numerous times.
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]
This will select all the certain blocks in the world.
Instead of doing this:
IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
K? But what would that return? An array? What?
Link Removed

Link Removed
Uhm... like a multiple gettile.. idk :/
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
Idk. Maybe it should be
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]