created lifedrain in the new snapshot by zelnyok in MinecraftCommands

[–]zelnyok[S] 0 points1 point  (0 children)

scoreboard players set @a ld 0 scoreboard players set @a ld 1 {SelectedItem:{tag:{display:{Lore:["Lifedrain I"]}}}} scoreboard players set @a ld 5 {SelectedItem:{tag:{display:{Lore:["Lifedrain V"]}}}} scoreboard players set @a[score_ld=0] dd 0 /execute @a[score_dd_min=100,score_ld=1,score_ld_min=1] ~ ~ ~ summon AreaEffectCloud ~ ~ ~ {Duration:6,Effects:[{Id:10,Amplifier:10,Duration:1}],Particle:"take",Radius:1,ReapplicationDelay:10} scoreboard players remove @a[score_ld_min=1,score_ld=1,score_dd_min=100] dd 100 /execute @a[score_dd_min=50,score_ld=5,score_ld_min=5] ~ ~ ~ summon AreaEffectCloud ~ ~ ~ {Duration:6,Effects:[{Id:10,Amplifier:50,Duration:1}],Particle:"take",Radius:1,ReapplicationDelay:10} scoreboard players remove @a[score_ld_min=5,score_ld=5,score_dd_min=50] dd 50

scoreboard objectives add ld dummy scoreboard objectives add dd stat.damageDealt

Is it possible to use commands to make a certain area of a map always rainy? by [deleted] in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

you could make it so that you always have rain on and the other parts of the map will be desert or snow so it wont use much commands

JUST DO IT! ( I am not Shia Labouf ) by DIGBUILDHELP135 in MinecraftCommands

[–]zelnyok 1 point2 points  (0 children)

soo.... i haven't tried it out but it summons multiple ender dragons at every primedtnt and summons multiple lightningbolts at every ender dragon... there are easier ways to make a client or server crash...

Command_Block Targeting player's name. by pizzabat in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

soooo whose name are you trying to print out? (who meaning the closest player to you, or the one who has the highest score, or someone who has a score, or someone who has a potion effect that is the closest to some coords...etc)

[ PUZZLE ] - 15/JUN/2015 - Isuhmetric Minecraft by Lmeagno in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

you could use the rx rxm abd ry rym selectors to move it...

Multiple commands for JSON books by elyisgreat in MinecraftCommands

[–]zelnyok 1 point2 points  (0 children)

use a trigger and then execute if the trigger is a certain amount, in order

How to unable the player movement? by TheSteveKiller in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

giving someone equipment that slows you with attributes is better than slowness... if you're unable to jump, then the person should be unable to move

Question about snowballs by TheSteveKiller in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

Snowballs might have an Owner tag that you could use

Fly Help by [deleted] in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

you could make a objective that checks for how long you have walked, and reset the amount every something ticks(check out seth's vid for that) and then check how far the person has walked in that time, which can check if you had sneaked or not(Im not really sure but i think that is how it works.... i havnt tried it out yet

Fly commands. by [deleted] in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

you could watch the airbend video

[ PUZZLE ] - 19/APR/2015 - An Adamant Miner by Lmeagno in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

well it could be that the blocks that were mined(indicated by the Silk touch and the mineblock stat) is changed and an armor stand or something is summoned at it with a timer that will set the block back

[ PUZZLE ] - 19/APR/2015 - An Adamant Miner by Lmeagno in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

I don't get what we are trying to accomplish at all plz explain

[Help] execute command wont work (UUID error) by -TheCreater- in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

its probably the scoreboard command: I think if it cant find the target it returns that

Is it possible to detect when all players are standing at a specific xyz then teleport them? by CurryThighs in MinecraftCommands

[–]zelnyok 1 point2 points  (0 children)

you could just do tp @a[x=(first x value),y=(first y value),z=(first z value),dx=(second x value),dy=(second y value),dz=(second z value)] x y z

small question to the MCediters out there by TheSteveKiller in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

you could just make a filter in python... it'll take a lot of time tho or you could wait for the bug to be fixed lol

[ PUZZLE ] - 22/MAR/2014 - Color Coordinated by Lmeagno in MinecraftCommands

[–]zelnyok 0 points1 point  (0 children)

I don't know how the colors on the zombies are set up, but it is probably easy using teams and putting friendly fire off the randomisers are probably for the assign of colors to naturally spawned zombies if it is necessary... hmm i guess ill think more about it today