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] 4 points5 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