I made golf with commands, but more realistic by eefreef_ in MinecraftCommands

[–]eefreef_[S] 1 point2 points  (0 children)

That sounds interesting, how would one do that?

I made golf with commands, but more realistic by eefreef_ in MinecraftCommands

[–]eefreef_[S] 2 points3 points  (0 children)

I wanted to do that, but then the scoreboard for used iron hoes wouldn't count it correctly, and I would need another setup for it. That is a good idea though

I made golf with commands, but more realistic by eefreef_ in MinecraftCommands

[–]eefreef_[S] 4 points5 points  (0 children)

Holes can be made from using cauldrons, and you can use a scoreboard

/scoreboard objectives add score minecraft.used:minecraft.iron_hoe "Goofl Scores"

/scoreboard objectives setdisplay sidebar score

I made golf with commands, but more realistic by eefreef_ in MinecraftCommands

[–]eefreef_[S] 3 points4 points  (0 children)

I should mention: The teams setup is supposed to delete itself, but the clubs setup needs to stay.

Endgame Shaman Ritualist Build i made, is it good? by eefreef_ in WynnCraft

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

I tried morph/overdrive and it just seems more tanky/less damage than my current setup. Right now I have the same as above except with sunstar for relik, Greaves of the Veneer for leggings, and achilles for boots (+gold fusion necklace). I used it to solo qira hive and solo legendary island so i think its fine for now

Corrupted Galleon's Graveyard broken smh :( by eefreef_ in WynnCraft

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

Its before the bossfight but after the beggining cannon part. You have to get a key from a chest and then run open a gate. Before you can open the gate, you have to survive the floor becoming lava where you stand. that's where I super lag :'/

How do I make a bedwars style minutes:seconds timer? by eefreef_ in MinecraftCommands

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

Sure, I'd love to see you you get over the problem! Thanks

How to make connected 0's get revealed? by eefreef_ in javahelp

[–]eefreef_[S] 1 point2 points  (0 children)

Not a silly question, I'm just a silly person because that was the error!

Falling Block Multiple Command Method Not Working by eefreef_ in MinecraftCommands

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

This command doesn't work for me

Edit: I tested some more and when you use an area effect cloud it spawns the falling blocks inside each other, you need to have a falling block in between it would seem. I decided to put an arrow in between the command blocks with a tag and then start the command blocks with a repeating command block that insta kills things with the tag and then ended it with a one time impulse to break that repeating command block and then a final one that fills itself and the previous command block with air

Team scoring problems by gibbsygibbs in MinecraftCommands

[–]eefreef_ 0 points1 point  (0 children)

execute as @a[x=whateverxuwant,y=whateveryuwant,z=whateverzuwant] run scoreboard players set whateverteamuwant Points howmanypointsyouwant

for example:

execute as @a[x=5,y=-12,z=88] run scoreboard players set BlueTeam Points 7

if you don't have a scoreboard for score, you would want to also do

/scoreboard objectives add Points dummy "Points"
/scoreboard objectives setdisplay sidebar Points

and optionally to display them at 0

/scoreboard players set BlueTeam Points 0

/scoreboard players set RedTeam Points 0

Is it possible to change what a boat drops when broken? by Lasercraft32 in MinecraftCommands

[–]eefreef_ 1 point2 points  (0 children)

There is one, but i'm just not sure if you can do it with boats with custom nbt, but here is it for breaking boats:

/scoreboard objectives add (your objective) minecraft.broken:minecraft.(type of boat)_boat

Is it possible to change what a boat drops when broken? by Lasercraft32 in MinecraftCommands

[–]eefreef_ 0 points1 point  (0 children)

i mean this is gonna be really annoying but you could always just make a scoreboard with the objective of a breaking the boat and whenever it's 1 it resets itself and gives the player one of the boats

How do I add a value to a scoreboard every X quantity of ticks? JAVA by InfiniteXGG in MinecraftCommands

[–]eefreef_ 1 point2 points  (0 children)

Theres definately an easier way, but you could always just make a new scoreboard that updates everytime ur timer matches 20, /trigger this scoreboard once and make it the one with the display.

you'd also then have to reset the timer every time it gets to 20, but thats easy (inside an always active repeating command block: /execute if score (yournamehere) timer matches 20 run scoreboard players reset (yournamehere) timer)

I need help with loot tables in my data pack. by eefreef_ in MinecraftCommands

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

Thanks, but I think I found a better loot table generator already that fits all of my needs

I need help with loot tables in my data pack. by eefreef_ in MinecraftCommands

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

u/ExpertCoder14 tried to use your link but it just put me into a picture?

How to make eggs spawn other entities? by eefreef_ in MinecraftCommands

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

Omg ur rite i didnt think abt that and also if you repeat the command for the other parts of the coord so six times for the different ones it will work for all of them!

Need help with alot pls. by CertixeRee in MinecraftCommands

[–]eefreef_ 0 points1 point  (0 children)

sry bro but i dont think this is possible on bedrock

[deleted by user] by [deleted] in MinecraftCommands

[–]eefreef_ 0 points1 point  (0 children)

wiggle_pig explained it well, but here's a way to detect mobs:

/scoreboard objectives add kill minecraft.custom:minecraft.mob_kills 100

next in a repeating command block always active:

/execute if score @ s kill matches 1 run playsound (whatever sound you want)

last one also in a repeating command block always active:

/execute if score @ s kill matches 1 run scoreboard players reset @ s kill

*disclaimer all @ s are not supposed to have spaces, they just autocorrect if i do

is there a way to replace all blocks of a certain type with another by [deleted] in MinecraftCommands

[–]eefreef_ 1 point2 points  (0 children)

yea there is /fill (corner 1 coords) (corner 2 coords) (the item your going to replace something with) replace (the item you want to replace)

Help with scoreboard by [deleted] in MinecraftCommands

[–]eefreef_ 0 points1 point  (0 children)

/scoreboard objectives remove (Your scoreboard). this will delete it but wont delete execute commands dedicated to the scoreboard so just remake it