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
  • Jared_Strom's Profile
  • Send Private Message
  • View Jared_Strom's Profile
  • Jared_Strom
  • Registered Member
  • Member for 5 years, 6 months, and 17 days
    Last active Wed, Jun, 7 2017 17:00:11
  • 1 Follower
  • 125 Total Posts
  • 10 Thanks
  • Member
  • Posts
  • Threads
  • Followers
  • Reputation
  • Comments
  • Forum Posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Next
  • View Jared_Strom's Profile

    0

    Jan 15, 2017
    Jared_Strom posted a message on game timer

    Hi everyone,


    I have looked around the internet for a while and can't seem to find an answer. I need to have like a game timer so I can run commands after a certain amount of time has passed in the game. I could easily do this with repeaters but I would like to do it with a scoreboard.


    I am using MC version 1.10.2.


    thanks,

    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Nov 12, 2016
    Jared_Strom posted a message on How to add sounds to commands?

    it is possible with a custom resource pack that changes some sounds, and the playsound command.

    HERE is how to use the playsound command on the Minecraft wiki. but i have like no experience changing sounds in resource packs so I can't help you there.

    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Nov 5, 2016
    Jared_Strom posted a message on GLOVES & RINGS (Don't worry I have good points)
    Quote from MuffinManatee»

    • They also look stylish.

    i don't think the gloves fit within the minecraft theme. as for the rings, how would they be rendered on the player?
    an irl ring goes on a finger but the player does not have fingers, so would it be more like a bracelet?
    Posted in: Suggestions
  • View Jared_Strom's Profile

    1

    Nov 5, 2016
    Jared_Strom posted a message on Need help with a command asap

    for future reference there is a command block section in the forums.

    and here is the command.

    /summon Zombie ~ ~1 ~ {ArmorItems:[{id:diamond_boots,Count:1},{},{},{}],Attributes:[{Name:generic.movementSpeed,Base:0}],Fire:10000000}


    P.S. I did not test this so there is a small chance it will not work(very small).

    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Nov 5, 2016
    Jared_Strom posted a message on Change endermite particle color

    first of all I'm not much of a resource pack maker(more of a command blocker) so I only now the basics of changing textures.

    I need to change the particles from an endermite to a sandstone color.

    I have tried to directly change the particle.png file but it adds a purple color to what i put there and that would also change other particles.

    could someone help me with this.

    Posted in: Resource Pack Discussion
  • View Jared_Strom's Profile

    0

    Nov 4, 2016
    Jared_Strom posted a message on 1.12 - Custom Loot Tables
    Quote from Skylinerw»


    Ah that's correct. The table name has to have the entire pathway to it (despite being in the same folder), such as "customtables:gameloot/bows_and_arrows".


    Thanks for the help!
    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Nov 3, 2016
    Jared_Strom posted a message on 1.12 - Custom Loot Tables
    Quote from Skylinerw»



    You have a typo with your first entry: "wodden_sword" needs to be "wooden_sword".

    You should also not be placing custom tables into the "minecraft" directory. That directory is specifically used for overwriting default tables. Create your own directory within "loot_tables" and place new tables into it (such as "\data\loot_tables\customtables\gameloot\weapons.json").


    Ok it's working now but it wont drop bow and arrows.
    the bow_and_arrows is a separate loot table that should drop a bow and some arrows. i tested just that loot table and it works fine so is there something else wrong with the formatting of it.
    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Nov 3, 2016
    Jared_Strom posted a message on 1.12 - Custom Loot Tables

    could someone help me find what's wrong with this loot table? I can't find what is wrong with it.


    {
        "pools": [
            {
                "rolls": 1,
                "entries": [
                    {
                        "type": "item",
                        "weight": 6,
                        "name": "minecraft:wodden_sword"
                    },
                    {
                        "type": "item",
                        "weight": 4,
                        "name": "minecraft:stone_sword"
                    },
                    {
                        "type": "item",
                        "weight": 3,
                        "name": "minecraft:snowball"
                    },
                    {
                        "type": "item",
                        "weight": 3,
                        "name": "minecraft:iron_sword"
                    },
                    {
                        "type": "loot_table",
                        "weight": 4,
                        "name": "bow_and_arrows"
                    }
                ]
            }
        ]
    }



    I'm in 1.10, the dir. is \data\loot_tables\minecraft\gameloot\weapons

    this is the command I am using.

    /summon Endermite ~ ~1 ~ {NoAI:1,Silent:1,DeathLootTable:"minecraft:gameloot/weapons"}
    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Sep 23, 2016
    Jared_Strom posted a message on tp one player

    can you show us the commands you are using.

    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Sep 14, 2016
    Jared_Strom posted a message on Items

    there sure is.

    /summon Item ~ ~1 ~ {Item:{id:double_plant,Count:1,tag:{display:{Name:"Coin"}}}}
    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    1

    Sep 13, 2016
    Jared_Strom posted a message on Particle Command Help

    I'm not sure what your command looks like but i tried this and it works fine

    /particle blockcrack ~ ~ ~ 0.2 0.2 0.2 0.01 10 force @a 152
    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Sep 11, 2016
    Jared_Strom posted a message on Players in Adventure mode can hurt mobs, why

    you could use the entitydata command to make all mobs invulnerable.

    /entitydata @e[type=!Player] {Invulnerable:1}

    but players in creative mode can still attack them.

    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Sep 6, 2016
    Jared_Strom posted a message on Give items to specific item slots

    Yes! you use the replace item command.

    this command will put a diamond helmet on the nearest players head.

    /replaceitem entity @p slot.armor.head minecraft:diamond_helmet 1 0 


    now just do that for each armor slot.

    slot.armor.chest
    slot.armor.legs
    slot.armor.feet
    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Sep 6, 2016
    Jared_Strom posted a message on [SOLVED] Specially colored name tags

    the only solution i can think of is to remove player names on all teams.

    run this command for each team.

    /scoreboard teams option <team> nametagVisibility never
    Posted in: Commands, Command Blocks and Functions
  • View Jared_Strom's Profile

    0

    Sep 5, 2016
    Jared_Strom posted a message on How to spawn a dispenser facing upwards using /fill command?

    add the data value of 1 do make it face up

    /fill ~ ~1 ~ ~ ~1 ~ minecraft:dispenser 1 replace 
    Posted in: Commands, Command Blocks and Functions
  • To post a comment, please login.
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • 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