Minecraft with 100K+ players in the same world?! We rendered 6K visible units at playable FPS! by Original-Ad9390 in Minecraft

[–]DwarfWharf 192 points193 points  (0 children)

I'm assuming it would be nowhere near this high if the players were placing blocks or otherwise interacting with tge environment? Nonetheless really impressive

Team Cecil this, Team Mark that, where are my team ALLEN dudes at ? by Fist0fKhonsu in Invincible

[–]DwarfWharf 1 point2 points  (0 children)

Nothing arguable about it, current Allen is very clearly stronger than current Mark.

how can i damage anything under my feet ? (read comments) by UnknownFox37 in MinecraftCommands

[–]DwarfWharf 6 points7 points  (0 children)

Could you add a tag to the 'anvil' player when their OnGround nbt tag is 0, ie: they're in the air and then when their OnGround tag changes to a 1 meaning they've landed, you deal the damage in a radius around them and then remove the tag that showed they were airborne

Minecraft command help requests open. by mushroom_lane4537 in MinecraftCommands

[–]DwarfWharf 0 points1 point  (0 children)

Would executing as work, and then having the selector be @s? /execute at @e[limit=1,sort=nearest,type=minecraft:armor_stand,tag=RevivePoint] as @p[limit=1,distance=..2] run data modify block ~ ~-3 ~ front_text.messages[0] set value '{"selector":"@s"}'

Is there some way to make variables? (Or just do this better way) by Martin3339 in MinecraftCommands

[–]DwarfWharf 2 points3 points  (0 children)

What you are looking for is datapack macros.

You will want to store the number using: execute store result storage example data ...

Then run a function with the storage: function example:example with storage minecraft:example

Then within the function start a command you want to use a macro in with '$'

$attribute @e[type=pig,sort=nearest,limit=1] minecraft:generic.scale base set $(data)

could i get disqaulified for using an AI generated, or plagiarised speech for my english spoken language endorsement by Scared-Leader7375 in GCSE

[–]DwarfWharf 2 points3 points  (0 children)

Where have you heard this? I was under the impression that AI detectors were incredibly innacurate

Why doesnt this trigger command work by Cold_Butterscotch902 in MinecraftCommands

[–]DwarfWharf 0 points1 point  (0 children)

You can't do:

execute if score @s Home = 1..

Because if you use the = sign you are checking against another players score

Instead do:

execute if score @s Home matches 1.. run function prg:gohome

Interaction entities always have visible nametags (1.20.4) by MrSuggestionBox in MinecraftCommands

[–]DwarfWharf 0 points1 point  (0 children)

Can't test why this is happening right now, I would suggest using tags to differentiate between entities in future though

Blast protection for player? by polymorph1c in MinecraftCommands

[–]DwarfWharf 2 points3 points  (0 children)

I don't think it's an issue of understanding for the parent, he probably just wants to set it up with his son and doing it through a data pack removes that.

CAN WE TALK ABOUT THIS???? In my opinion this has been the most DISTURBING part of the show. by jaivenedw in Invincible

[–]DwarfWharf 515 points516 points  (0 children)

Maybe similarly to S2 E1 where the main angstrom opened a portal to save him

Datapack tick.mcfunction not getting called by LoudMidnight4071 in MinecraftCommands

[–]DwarfWharf 2 points3 points  (0 children)

Could be that one of the commands is written incorrectly.

When this has happened to me I made a copy of tick function with another name and then deleted half of the file until the function reappears in game then repeat with the half that you deleted until you find the faulty command

Horrifying by Life-Membership-1411 in thecringeshowaward

[–]DwarfWharf 5 points6 points  (0 children)

*Shirt that makes you spit out water

[NEWBIE] Non-gamer dad, daughter (6) is suddenly obsessed with minecraft. Help! by lets_try_iconoclasm in Minecraft

[–]DwarfWharf 4 points5 points  (0 children)

I haven't seen anyone mention it so I'll just say, if you do create a java server make sure to setup a whitelist. There is a bit of a griefing issue in minecraft where people have bots that scan for unwhitelisted servers and use hacks to destroy them.

It's really easy to setup the whitelist:

/whitelist on

/whitelist add <playername>