What? (are you serious or sarcastic?) I was talking about the method for a passive steve.
If you go to my profile then click on "Reputation" you can see all the +1 I've given and received.
My team " Bukkit PE " Is working on a mod so do you want to be apart of it ?
I know there is a way to make mobs go where you want them to so how ? I thought about it alot and cant figure it out !
function procCmd() {
var cmd = cmd.split(" ");
if (cmd[0] == "steve")
{
var steve = Level.spawnMob(x,y+1,z,11,"mob/char.png"); //spawns mob, variable "steve", and uses the skin char.png
Entity.setRenderType(steve,3); //changes the rendertype of the mob steve to a player
clientMessage("<Steve> Hello!"); //clientmessage sent if item is a stick (if steve is spawned)
clientMessage("<Steve> My name is steve !");
}
}
I want it to move certain places or follow a block that is placed like you if you hold gold ingot it will follow you or when you spawn the mob it will just walk around
What I ment to say that when I go under manage mod scripts, import via local storage, then when I tap the GiveCommands.js file it freezes then after a while it says "Failed To Import Patch". Then a pop up of a long list of what it says are errors in running the file and java script. Then I tried reinstalling blocklauncher and restarting it, but nothing is working for me. If you have a solution to my problem, please tell me. Sorry I didn't explain the problem better before :/ Thanks!
This may sound like a simple mod but it's not it took a while to make so i hope you enjoy this ! This is made By: Bukkit PE Team ! We are a major Moding team and we will be bringing you tons of mods. Me & 99Fireyman99 made this mod together !
Commands
You do EX: /cake or /ice or /stone
For ores or blocks do this /ironOre /diamondBlock
You can do /stone /grass blocks like that !
1 - 103
here are a list of Ids to help you with the commands
i didnt mean to make 2 topics my wifi laggs at my grand mothers home. @donnald i was just wondering ! Someone told me you can ! but Yeah so there is no way at all that you can add color ?
Is there a way to add color to the chat through javascript ? Like maybe a good coder such as 500 ISE can get the code from minecraft pc plugins and try to convert it into modpe ! or a .mod since that is Java !
Will this work ?
if(itemId==352 && itemId==323) // tap a sign with a bone
{
clientMessage("No Items In Stock !");
}
Is there a way to add color to the chat through javascript ? Like maybe a good coder such as 500 ISE can get the code from minecraft pc plugins and try to convert it into modpe ! or a .mod since that is Java !
Will this work ?
if(itemId==352 && itemId==323) // tap a sign with a bone
{
clientMessage("No Items In Stock !");
}
here:
(You don't need to use the useItem(x,y,z,itemId,blockId) hook, use whatever you'd like. I am using it as an example.)
function useItem(x,y,z,itemId,blockId)
{
if (itemId==280) //can be whatever you'd like
{
var mob1 = Level.spawnMob(x, y, z, mobID, "image folder/image.png"); //spawns a mob where you want, what type of mob, and sets image for mob
Entity.setRenderType(mob1, 3); //sets the mob's render type to 3 (player)
}
}
hope I helped.
So what would i spawn for a steve i dont want a mob i dont want it to attack or anything !
0
My team " Bukkit PE " Is working on a mod so do you want to be apart of it ?
0
I think thats java
0
0
I want it to move certain places or follow a block that is placed like you if you hold gold ingot it will follow you or when you spawn the mob it will just walk around
0
Please don't comment on this forum about off topic things
Try the second link !
0
This is a modpe script not .mod
0
0
k im going to pm i need to ask you something
1
This may sound like a simple mod but it's not it took a while to make so i hope you enjoy this !
Commands
You do EX: /cake or /ice or /stone
For ores or blocks do this /ironOre /diamondBlock
You can do /stone /grass blocks like that !
1 - 103
here are a list of Ids to help you with the commands
http://minecraft.gam...(Pocket_Edition)
Items will be added very soon
Download
https://www.dropbox..../GiveCommand.js
if that doesnt work / import right try this
https://www.dropbox.com/s/xu4gv2sq1eua3hp/GiveCommand.js?m
Change Log
******
1.0.0
******
Realsed !
0
0
Will this work ?
Will that work ?
0
Will this work ?
Will that work ?
0
So what would i spawn for a steve i dont want a mob i dont want it to attack or anything !
0
0