Help Sign In/Register

Minecraft Forums

Advanced Search
  • News
  • Rules
  • Forum
  • Chat
  • Mods
  • Maps
  • Resource Packs
  • Minecraft Station
  • Minecraft Server Hosting
Desktop View
  • Home
  • Member List
  • ShaderGameing's Profile
  • Send Private Message
  • View ShaderGameing's Profile
  • ShaderGameing
  • Registered Member
  • Member for 8 years and 26 days
    Last active Tue, Nov, 12 2013 16:18:47
  • 0 Followers
  • 389 Total Posts
  • 15 Thanks
  • Member
  • Posts
  • Threads
  • Reputation
  • Comments
  • Forum Posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 24
  • Next
  • View ShaderGameing's Profile

    0

    Nov 2, 2013
    ShaderGameing posted a message on NPC / Spawning Steve Code [ NEEDED ]
    Quote from Temena

    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 ?
    Posted in: MCPE: Mods / Tools
  • View ShaderGameing's Profile

    0

    Nov 2, 2013
    ShaderGameing posted a message on How do we make it in modpe so that it takes your username?
    Quote from darkdiamondminer

    Ok Thanks! you helped me a lot!

    I dont really understand the code. can you put explanations?


    I think thats java
    Posted in: MCPE: Mod / Tool Help & Requests
  • View ShaderGameing's Profile

    0

    Nov 2, 2013
    ShaderGameing posted a message on Bukkit Team : Give Command [ ANY BLOCK / ITEM]
    could you take a screen shot ? hold the power and up volume button !
    Posted in: MCPE: Mods / Tools
  • View ShaderGameing's Profile

    0

    Nov 2, 2013
    ShaderGameing posted a message on Making mobs go where you want
    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
    Posted in: MCPE: Mod / Tool Help & Requests
  • View ShaderGameing's Profile

    0

    Nov 2, 2013
    ShaderGameing posted a message on Bukkit Team : Give Command [ ANY BLOCK / ITEM]
    Quote from mcpe_moder

    What is pm

    Please don't comment on this forum about off topic things
    Quote from EpicCreeperFace

    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!


    Try the second link !
    Posted in: MCPE: Mods / Tools
  • View ShaderGameing's Profile

    0

    Nov 1, 2013
    ShaderGameing posted a message on Bukkit Team : Give Command [ ANY BLOCK / ITEM]
    Thanks
    Quote from ace" rel="nofollow">EpicCreeperF" href="/comments/30364346">»

    I downloaded the mod and after I tried to import it through blocklauncher it said "Failed To Import Patch"
    Please Help!

    This is a modpe script not .mod
    Posted in: MCPE: Mods / Tools
  • View ShaderGameing's Profile

    0

    Nov 1, 2013
    ShaderGameing posted a message on Bukkit Team : Give Command [ ANY BLOCK / ITEM]
    :D
    Posted in: MCPE: Mods / Tools
  • View ShaderGameing's Profile

    0

    Nov 1, 2013
    ShaderGameing posted a message on Bukkit Team : Give Command [ ANY BLOCK / ITEM]
    Quote from 500 Internal Server Error

    You guys might like dictionaries:
    var items = {"cobble": 1,
    "dirt": 2
    }
    
    items["cobble"] //returns 1

    Should make making this a bit easier.
    Umm o
    k im going to pm i need to ask you something
    Posted in: MCPE: Mods / Tools
  • View ShaderGameing's Profile

    1

    Nov 1, 2013
    ShaderGameing posted a message on Bukkit Team : Give Command [ ANY BLOCK / ITEM]



    This may sound like a simple mod but it's not it took a while to make so i hope you enjoy this ! :D 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

    http://minecraft.gam...(Pocket_Edition)

    Items will be added very soon :D Leave a comment if you want items addedd and where you can do EX: /ice 7 or /ice 34.

    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 !

    Posted in: MCPE: Mods / Tools
  • View ShaderGameing's Profile

    0

    Nov 1, 2013
    ShaderGameing posted a message on Color In Chat Through JavaScript ?
    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 ?
    Posted in: MCPE: Mod / Tool Help & Requests
  • View ShaderGameing's Profile

    0

    Nov 1, 2013
    ShaderGameing posted a message on Color In Chat Through JavaScript ?
    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 !");
    }


    Will that work ?
    Posted in: MCPE: Mod / Tool Help & Requests
  • View ShaderGameing's Profile

    0

    Nov 1, 2013
    ShaderGameing posted a message on Color In Chat Through JavaScript ?
    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 !");
    }


    Will that work ?
    Posted in: MCPE: Mod / Tool Discussion
  • View ShaderGameing's Profile

    0

    Nov 1, 2013
    ShaderGameing posted a message on NPC / Spawning Steve Code [ NEEDED ]
    Quote from shadowdude246

    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 !
    Posted in: MCPE: Mods / Tools
  • View ShaderGameing's Profile

    0

    Nov 1, 2013
    ShaderGameing posted a message on NPC / Spawning Steve Code [ NEEDED ]
    Quote from QyMineAsap

    Do you mean like a clone?



    yea :P
    Yes kinda but i dont know what functions to use and i tried making it myself but i couldn't ! So
    Posted in: MCPE: Mods / Tools
  • View ShaderGameing's Profile

    0

    Nov 1, 2013
    ShaderGameing posted a message on NPC / Spawning Steve Code [ NEEDED ]
    The title says it all if there is a code or a npc modpe script that i can take code from plz link the code or the post !
    Posted in: MCPE: Mods / Tools
  • To post a comment, please login.
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 24
  • Next

Social Media

Services

Sign In

Help

Advertise

Resources

Terms of Service

Privacy Policy

Our Communities

  • MMO-Champion
  • HearthPwn
  • Minecraft Forum
  • Overframe
  • MTG Salvation
  • DiabloFans

© 2021 MagicFind, Inc. All rights reserved.

Mobile View