• 1

    posted a message on one block command
    here's one I made myself:

    Minecraft Instant Hockey Arena - Pastebin.com

    along with hockey:

    Minecraft HOCKEY one command - Pastebin.com

    pst... put an activator rail on top of the command block

    the hockey arena should be on a flat terrain that is 41x41x(10?) because if you don't have the space the terrain's blocks will be in the Arena
    Posted in: Commands, Command Blocks and Functions
  • 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
  • 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
  • 1

    posted a message on Help with NBT tags
    r u saying you want the 2 swords mixed together? if so this is the command:

    /give @p diamond_sword 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:20,Operation:0,UUIDLeast:894654,UUIDMost:2872}],ench:[{id:19,lvl:1000}]}
    If you want to make more, Go here:
    http://ezekielelin.com/give/
    ps diamond for a cool sword! Name it "Critical Hit" or something like that
    Posted in: Creative Mode
  • 1

    posted a message on y axis invisible wall
    you could just make a world with only one layer of barrier. do you know what a barrier is? if not, id:166(1.7-)(i think), minecraft:barrier(1.8+)
    Posted in: Redstone Discussion and Mechanisms
  • To post a comment, please .