Um 500ISE is it possible to make function destroyBlock() work in multiplayer? And also a new hook suggestion:
function onStruck(x,y,z,attacker,victim, projectileId){}
Whereby when a mob/player is hit a a projectile this hook is called. And another suggestion:
function onKilled(murderer,victim,weapon){}
Whereby when a mob/player is killed by a projectile(in anyway, maybe setHealth()?) this hook is called.
I wanted to port the Paintball mini-game to MCPE, so I would need these functions. Thanks 500ISE!By the way the destroyBlock() function is for a script to prevent mining/brealing blocks totally in multiplayer, so as to prevent cheating in certain maps. Cheers!
And a final suggestion: make mods like pocketmine plugins (pre-alpha_1.4)
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:
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! ---------------->
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:
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! ---------------->
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:
The app seems pretty cool but the default texture pack is rubbish. The texture pack has so much problems, spiders are glitched, sticks are pig eggs, etc. The app would be great if I could change the texture pack.
Its because the items.meta is buggy. Later i will contribute a working items.meta to github so the next beta has fixed tp
Just uploaded 1.6.8:
Added new ModPE methods - thanks to byteandahalf and kmcpe
Changed custom recipes API: scripts will need to be updated
Turned off server identification to fix local multiplayer disconnection
Reduced crashing - thanks to stalker_2010
Just uploaded 1.6.8:
Added new ModPE methods - thanks to byteandahalf and kmcpe
Changed custom recipes API: scripts will need to be updated
Turned off server identification to fix local multiplayer disconnection
Reduced crashing - thanks to stalker_2010
If you want the textures in Block.defineBlock() to be different, make/use a texture pack.
What I like to do is use ModPE.overrideTextures
That's a great way to keep your mod compact and professional and it also forces the user to us your texturepack.
What I like to do is use ModPE.overrideTextures
That's a great way to keep your mod compact and professional and it also forces the user to us your texturepack.
This made me think about something. Currently ModPE can only overwrite/change textures, but would it be possible to CREATE textures. Texture packs just have changed looks of the same thing. Is it possible to add files?
This made me think about something. Currently ModPE can only overwrite/change textures, but would it be possible to CREATE textures. Texture packs just have changed looks of the same thing. Is it possible to add files?
BeATz_UnKNoWN what did you do? How did you get 1283 posts and 100+ reputation votes?
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:
To post a comment, please login or register a new account.
Just use the google play or amazon version.
function onStruck(x,y,z,attacker,victim, projectileId){}
Whereby when a mob/player is hit a a projectile this hook is called. And another suggestion:
function onKilled(murderer,victim,weapon){}
Whereby when a mob/player is killed by a projectile(in anyway, maybe setHealth()?) this hook is called.
I wanted to port the Paintball mini-game to MCPE, so I would need these functions. Thanks 500ISE!By the way the destroyBlock() function is for a script to prevent mining/brealing blocks totally in multiplayer, so as to prevent cheating in certain maps. Cheers!
Im waiting on
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! ---------------->
Hmm.. Yeah.. How would we do that?
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! ---------------->
P.S. post #(2^2*5^4-2)
Ok ty.
Its because the items.meta is buggy. Later i will contribute a working items.meta to github so the next beta has fixed tp
So is there no bugless beta of the version with the new layout?
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 PremiumAdded new ModPE methods - thanks to byteandahalf and kmcpe
Changed custom recipes API: scripts will need to be updated
Turned off server identification to fix local multiplayer disconnection
Reduced crashing - thanks to stalker_2010
http://tinyw.in/bl
Is there a ModPE dump text file in the BlockLauncher github?
Maybe add an option to use ModPE.setItem with 16×16 png files. So it would be like:
And also we could even use a url.
This could even be used with Block.defineBlock.
If you want the textures in Block.defineBlock() to be different, make/use a texture pack.
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]
What I like to do is use ModPE.overrideTextures
That's a great way to keep your mod compact and professional and it also forces the user to us your texturepack.
This made me think about something. Currently ModPE can only overwrite/change textures, but would it be possible to CREATE textures. Texture packs just have changed looks of the same thing. Is it possible to add files?
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]