• 2

    posted a message on Does anybody know really cool one command block commands?
    I have LOADS of cool commands! got them from McStacker.

    Magic Villager won't post on here, too long and a **** problem with [] having too much in it. sry.

    Fire Stick

    /give @p minecraft:blaze_rod 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:4,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Fire Stick},ench:[{id:17,lvl:2},{id:18,lvl:10},{id:19,lvl:2},{id:20,lvl:4},{id:21,lvl:5}]}

    Mr. Pusher

    /give @p minecraft:slime 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:-0.99999,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Mr. Pusher},ench:[{id:19,lvl:5}]}

    Blocky Fists

    /give @p minecraft:planks 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:2,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Wooden Fist}}

    /give @p minecraft:stone 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:3,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Stone Fist}}

    /give @p minecraft:iron_block 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:5,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Iron Fist}}

    /give @p minecraft:gold_block 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:4,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Gold Fist}}

    /give @p minecraft:emerald_block 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:6,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Emerald Fist}}

    /give @p minecraft:diamond_block 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:7,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Diamond Fist}}

    /give @p minecraft:obsidian 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:7,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Obsidian Fist}}

    /give @p minecraft:coal_block 1 0 {HideFlags:1,AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:4,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Fiery Coal Fist},ench:[{id:20,lvl:3}]}



    Beserker's vest



    /give @p minecraft:leather_chestplate 1 0 {Unbreakable:1,display:{Name:"Beserker's Vest"},HideFlags:6,AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:-18,Operation:0,UUIDMost:66289,UUIDLeast:121317},{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:99999,Operation:0,UUIDMost:87928,UUIDLeast:166829},{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.2,Operation:0,UUIDMost:60800,UUIDLeast:128348}]}



    explosive arrows







    left: /testfor @e[type=Arrow] {inGround:1b}
    middle: /summon PrimedTnt ~ ~10 ~ {Fuse:2}
    top right: /tp @e[type=PrimedTnt] @e[type=Arrow]
    bottom right: /kill @e[type=Arrow]

    no destruction: replace PrimedTnt with Creeper and with:
    {ignited:1,Fuse:3,CustomName:"an explosive arrow"}

    and:
    /gamerule mobGriefing false



    ("an explosive arrow" as the name is more appropriate for the death text, like "Player was blown up by an explosive arrow")

    that's all I'll show. I'm addicted to coding.
    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Help with commands...please
    Quote from NukeDuck»
    You're trying to put as many eyes of ender as possible in the zombie's inventory slots? Zombies only have 5 slots, armour and held item, so the maximum would be 5 stacks at once.

    (And, in addition, you can't hold anything else if the zombie has full diamond armor and sword).

    True. Setblock, on the other hand, can put down a chest full of ender eyes, so maybe put a testfor command find a zombie named The Forgotten One with 0 hearts left on the fastest and lagless clock as possible and an output of executing the custom named zombie and setblock the chest at the location of him. if you have more than one zombies with the name, I suggest using the scoreboard command to help you. don't ask ME how, all I know is that it can help.
    Posted in: Discussion
  • 0

    posted a message on Help with commands...please
    Quote from AYisAwesome»
    /summon Zombie ~0 ~1 ~0 {Equipment:[{Count:1,id:diamond_sword},{Count:1,id:diamond_boots},{Count:1,id:diamond_leggings},{Count:1,id:diamond_chestplate},{Count:1,id:diamond_helmet}],CustomName:The Forgotten One,CustomNameVisible:1,Attributes:[{Name:generic.maxHealth,Base:100},{Name:generic.attackDamage,Base:8}],DropChances:[0.8F,0.8F,0.8F,0.8F,0.8F],CanPickUpLoot:1,CanBreakDoors:1}

    I'm also answering you, TheLunchRaven. replace the diamond helmet with a chest full of enders. e.g. {id:chest,Count:1,tag:{}}
    wait, can't figure out the tag part. sry.
    Posted in: Discussion
  • 0

    posted a message on [help] [commands] [parameters] is there a way to exclude more than 1 type of entity form a command?
    That was my problem, trying to /tp all entities but myself, dogs, cats, Villagers, etc. on top of a lonely block in the sky with only stationary lava on top of it to accompany it. Raining fire.
    Posted in: Maps Discussion
  • 0

    posted a message on Command Block Grenade and Land Mine
    Quote from Spyman68»
    For the land mine just setup a fast clock that runs this command:

    /execute @e ~ ~ ~ detect ~ ~ ~ stone_pressure_plate 1 summon PrimedTnt ~ ~-2 ~ {Fuse:1b}

    Hope that helps :)

    not to be rude or anything(no, seriously), but if it is underground in a bunch of stone, the explosion probably wouldn't reach you, so move the tnt up a little. I may be wrong, and prove me wrong if it is wrong by saying so in another reply. that will be all. :iapprove:

    p.s. I'm not angry at you or anything i'm jus' saying so.
    p.p.s. I just thought that you might be posting to "level up" yourself from "gold miner".
    Posted in: Redstone Creations
  • 0

    posted a message on If You Know Commands, Please Help
    never was on a server but try single player commands like this:

    /summon <entityname(in this case, Zombie)> <x> <y> <z> [datatag]

    (for x, y, and z, use ~ for RELATIVE coordinates)

    for [datatag], use:(remove the square brackets)

    {Equipment:[{id:diamond_sword},{id:diamond_helmet},{iddiamond_chestplate},{id:diamond_leggings},{id:diamond_boots}]}

    hope it helped. *fingers crossed for hoping it actually helped*
    Posted in: Discussion
  • 0

    posted a message on Need Help With rotating heads with commands
    actually, using the new armor stands would help, but I always wonder how to make them face you.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on 1.8 Commands Help (Dropped Items)
    I don't know even if it's possible. Try searching the internet or posting in more places than just the forums. Good Luck. :iapprove:
    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Need help with commands
    Quote from NanoMite920»
    Your welcome. I made cool stuff with it like speedy zombies wearing gold helmet with gold axe that has knockback 50 and Smite 10 placed wither effect on them mining fatigue and slowness!

    I LIKE YOU!!! Found that website and went crazy! Hrs one I made:
    /summon LavaSlime ~ ~1 ~ {Size: 3,Riding:{id:"EnderCrystal",Riding:{id:"LavaSlime",CustomName:"Dinnerbone",CustomNameVisible:1,Size:4}}}
    BEWARE!!!
    Also:
    /summon Skeleton ~ ~1 ~ {SkeletonType:1,Equipment:[{id:bow,Count:1},{id:diamond_boots,Count:1},{id:diamond_leggings,Count:1},{id:diamond_chestplate,Count:1},{id:diamond_helmet,Count:1}],Riding:{id:"EntityHorse",Type:4,SaddleItem:{id:saddle},Tame:1,Equipment:[{},{},{},{id:diamond_horse_armor,Count:1,tag:{AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:100,Operation:0,UUIDLeast:894654,UUIDMost:2872},{AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:2,Operation:0,UUIDLeast:894654,UUIDMost:2872},{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.8,Operation:0,UUIDLeast:894654,UUIDMost:2872}]}},{}],Attributes:[{Name:horse.jumpStrength,Base:2}]}}
    not sure if armor on horse works, LOL
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Help with commands
    sry can't help u ur stupid post(sry not trying to be mean) doesn't post entire code had the prob before with "Book of Powerful Spells"

    u could redo this command at this website. tried helping
    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Command Block Grenade and Land Mine
    :lol:
    Posted in: Redstone Creations
  • 0

    posted a message on Command block-cool commands?
    I can help you with 5 if you are talking about a ghast fireball:
    (1.8 only(i tink), sry) put this on a very fast clock in a command_block:
    /execute @e[type=Arrow] ~ ~ ~ summon Fireball ~ ~ ~ {ExplosionPower:0.999999,direction:[]}
    ExplosionPower will destroy blocks when it is 1+, so 0.999999 is as close as you could get for max damage.
    Other cool things:
    grenades(sry heals zombies)
    /give @p minecraft:potion 1 16428 {CustomPotionEffects:[{Id:7,Amplifier:2,Duration:20},{Id:9,Amplifier:0,Duration:200}],display:{Name:Grenade}}
    flashbang
    /give @p minecraft:potion 1 16428 {CustomPotionEffects:[{Id:15,Amplifier:0,Duration:100},{Id:16,Amplifier:0,Duration:100}],display:{Name:Flashbang}}
    concussion grenade
    /give @p minecraft:potion 1 16428 {CustomPotionEffects:[{Id:2,Amplifier:3,Duration:150},{Id:4,Amplifier:0,Duration:150},{Id:9,Amplifier:0,Duration:200},{Id:18,Amplifier:0,Duration:150}],display:{Name:Concussion Grenade}}
    beserker's vest
    /give @p minecraft:leather_chestplate 1 0 {Unbreakable:1,display:{Name:"Beserker's
    Vest"},HideFlags:6,AttributeModifiers:
    [{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:-
    18,Operation:0,UUIDMost:66289,UUIDLeast:121317},
    {AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:99999,Operation:
    0,UUIDMost:87928,UUIDLeast:166829},
    {AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.2,Operati
    on:0,UUIDMost:60800,UUIDLeast:128348}]}


    Book of Special Spells(BoSS)
    /give @p written_book 1 0 {pages:["{\"text\":\"\",\"extra\":[{\"text\":\"Book of Special Spells:
    \"},{\"text\":\"FIRE \",\"color\":\"dark_red\",\"clickEvent\":{\"action\":\"run_command\",\"value
    \":\"/summon Fireball ~ ~1 ~ {ExplosionPower:0.9999999,direction:[]}\"}},{\"text\":\"FREEZE
    \",\"color\":\"aqua\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/effect
    @e[type=!Player,r=10] slowness 5 255\"}},{\"text\":\"THUNDER \",\"color\":\"yellow\",\"clickEvent
    \":{\"action\":\"run_command\",\"value\":\"/summon LightningBolt ~ ~ ~ \"}},{\"text\":\"ANTI-
    GRAVITY\",\"color\":\"dark_purple\",\"clickEvent\":{\"action\":\"run_command\",\"value
    \":\"/entitydata @e[r=10] {Motion:[0.0,2.0,0.0]}\"}}]}"],title:Book of Special Spells,author:Yen Sid}


    Book of Powerful Spells
    /give @a written_book 1 0
    {pages:
    ["
    {\"text\":\"\",\"extra\":[
    {\"text\":\"Permanent Fire \",\"color
    \":\"red\",\"clickEvent\":{\"action\":\"run_
    {Fire:10000}\"}},
    {\"text\":\"Permanent Ice \",\"color\":\"blue\",\"clickEvent\":{\"action
    \":\"run_command\",\"value\":\"/entitydata @e[r=10] {NoAI:1}\"}},
    {\"text\":\"Thundaga \",\"color
    \":\"yellow\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/execute @e[type=!Player,r=10]
    ~ ~ ~ summon LightningBolt ~ ~ ~ {Attributes:[{Name:generic.attackDamage,Base:10}]}\"}},
    {\"text
    \":\"Anti-Graviga \",\"color\":\"dark_purple\",\"clickEvent\":{\"action\":\"run_command\",\"value
    \":\"/entitydata @e[r=10] {Motion:[0.0,10.0,0.0]}\"}}]}"],title:Book of Powerful Spells,author:Yen
    Sid's Ancestors}


    Lava Mutant
    /summon LavaSlime ~ ~1 ~ {PersistenceRequired:1,Size:2,Riding:{id:EnderCrystal,Riding:
    {id:LavaSlime,PersistenceRequired:1,Size:3,CustomName:"Dinnerbone",CustomNameVisible:0b}}}


    HAHAHAHAHA FILLED UP YER PAGE HAHAHAHAHA!!!!!!!!!!

    EDIT:
    Stupid post won't make the entire code pop up for Book of Powerful Spells

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    silverfish ɐ sɐ pıdnʇs ɹo villager ɐ sɐ ǝɯosǝʍɐ ɹǝɥʇıǝ ǝɹɐ noʎ sıɥʇ buıpɐǝɹ ǝɹɐ noʎ ɟı

    97% of teenagers would cry if they saw Justin Bieber on top of a tower about to jump. If your the 3% who is sitting there with popcorn screaming "DO A BACKFLIP", copy and paste this as your signature.
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Command Block Grenade and Land Mine
    yur welcome sry it was like 6 months late :lol:
    Posted in: Redstone Creations
  • 0

    posted a message on Minecraft Landmine
    There is a less lag(actually no lag) clock using one command block and a minecart command block. summon minecart cb with:

    /summon MinecartCommandBlock ~ ~ ~

    place like so:

    :: :Logs^: ::
    :,,,,: :: :,,,,:
    :grass: :_: :grass:
    :: :grass: ::
    :: :--+: ::

    :_: = activator rail

    :,,,,: = redstone

    :Logs^: = command block

    :--+: = redstone torch

    summon Minecart cb at activator rail and put in:
    /setblock ~ ~1 ~ redstone_block

    in command block:
    /setblock ~ ~-1 ~ air
    then do:
    /gamerule commandBlockOutput false
    to prevent overflow of the chat.
    place command blocks next to the redstone and put in your command.
    vuola!
    Posted in: Redstone Creations
  • 1

    posted a message on Minecraft Landmine
    dude, if you want any entity to trigger it, replace @a with @e. way cooler and funny to see entities fly. Except Enderman. and Dragons. And Withers. ETC!!!

    also use a wooden pressure plate to detect items so items can set it off.

    ps more war stuff for your world:

    grenade

    /give @p minecraft:potion 1 16428 {CustomPotionEffects:[{Id:7,Amplifier:2,Duration:20},{Id:9,Amplifier:0,Duration:200}],display:{Name:Grenade}}

    dead grenade(meant for zombies, skeletons, etc.)

    /give @p minecraft:potion 1 16428 {CustomPotionEffects:[{Id:6,Amplifier:2,Duration:20},{Id:9,Amplifier:0,Duration:200}],display:{Name:Dead Grenade}}

    Flashbang!!!

    /give @p minecraft:potion 1 16428 {CustomPotionEffects:[{Id:15,Amplifier:0,Duration:100},{Id:16,Amplifier:0,Duration:100}],display:{Name:Flashbang}}

    Concussion Grenade!!!

    /give @p minecraft:potion 1 16428 {CustomPotionEffects:[{Id:2,Amplifier:3,Duration:150},{Id:4,Amplifier:0,Duration:150},{Id:9,Amplifier:0,Duration:200},{Id:18,Amplifier:0,Duration:150}],display:{Name:Concussion Grenade}}

    hope you like these! :|): :arrow:
    Posted in: Redstone Creations
  • To post a comment, please .