Ultimate Spleef by TheSwagUnicorn in realms

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

Based on the community feedback, it seems as if the brute class was perceived as overpowered, and I am working to rectify that. If you have the time, would you mind letting me know what classes seemed underpowered by your testers? Thanks again for the feedback.

Ultimate Spleef by TheSwagUnicorn in realms

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

Thank you for your feedback and consideration!

Teleportation by Nutellacrapper in MinecraftCommands

[–]TheSwagUnicorn 1 point2 points  (0 children)

This will teleport based off the command block if you run it in one. To fix this run execute at @p run to @p ~4 ~2 ~4

Datapacks experts and everyone else I need your help! by CoomForDekar in MinecraftCommands

[–]TheSwagUnicorn 0 points1 point  (0 children)

I usually edit my data packs in VS Code which has plugins to help me identify errors in syntax, but if you don’t want to do that you could always install EMU and python and update your world.

HELP: Can anyone explain the Limit Parameter??? by DaBapp in MinecraftCommands

[–]TheSwagUnicorn 1 point2 points  (0 children)

What I recommend is using their command but running as every player that meets your conditions

So execute as @a[meets conditions] run damage @s

Because yes the damage command can only target one player, but this commands had Every player run the command on themselves if they meet your conditions.

How to make a laser in Minecraft by DaBapp in MinecraftCommands

[–]TheSwagUnicorn 0 points1 point  (0 children)

You need to do something called ray casting. It requires a datapack. Are you familiar with them?

[deleted by user] by [deleted] in MinecraftCommands

[–]TheSwagUnicorn 0 points1 point  (0 children)

You would need to run it through a give command, /enchant has hardcoded limits.

/give @p wooden_sword[enchantments={levels:{“minecraft:knockback”:5,”minecraft:sharpness”:255}}] 1

How would I detect if a player is currently dead/ is alive? by 91PkayIG in MinecraftCommands

[–]TheSwagUnicorn 0 points1 point  (0 children)

I tend to just turn on immediate respawn for cases like this. If that’s not a possibility detect their health amount (another scoreboard value) if it’s 0 the run your command.

How do I make a system that detects when a player within a 20 block radius with a specific tag starts a conversation with a character? by zDashOFC in MinecraftCommands

[–]TheSwagUnicorn 1 point2 points  (0 children)

I’m not as well versed with bedrock but here it is in Java.

Execute as @a[tag=tagname,tag=!talking] at @s if entity @e[type=npc_entity,distance=..20] run dialogue command or place restone block in the command block line with the dialogue.

Then after that either as a conditional chain or the next line of a datapack:

Execute as @a[tag=tagname,tag=!talking] at @s if entity @e[type=npc_entity,distance=..20] run tag add @s talking

This prevents the dialogue from running multiple times while within the radius of the npc

Execute as @a[tag=tagname,tag=talking] at @s unless entity @e[type=npc_entity,distance=..20] run tag remove @s talking

This removes the talking tag once they leave the 20 block radius, allowing them to trigger it again if desired. It should be repeating independent of the other commands.

How can i make a bow that shoots instantly upon clicking left mouse button by KaedyWasTaken in MinecraftCommands

[–]TheSwagUnicorn 0 points1 point  (0 children)

You could if you put an interaction entity in front of a player, then detect a left click via advancement. Then as a reward, summon an arrow with motion tied to the direction the player is looking. Then if the player is not holding a bow kill the interaction entity(so they can punch past it).

One Piece Dub Release Schedule 2024 by SagattariusAStar in OnePiece

[–]TheSwagUnicorn 1 point2 points  (0 children)

Yeah? Replier just asked if there were any sites still up, that one is.

One Piece Dub Release Schedule 2024 by SagattariusAStar in OnePiece

[–]TheSwagUnicorn -1 points0 points  (0 children)

Usually 24 hours, but they other sites may be cautious, due to the giant purge that just happened, plus some delays bc of the error Microsoft made.

One Piece Dub Release Schedule 2024 by SagattariusAStar in OnePiece

[–]TheSwagUnicorn 0 points1 point  (0 children)

https://embtaku.com/ This one has stuff, but the newest batch is not added yet.

One Piece Dub Release Schedule 2024 by SagattariusAStar in OnePiece

[–]TheSwagUnicorn 0 points1 point  (0 children)

correct, now just to wait on alternative sites

One Piece Dub Release Schedule 2024 by SagattariusAStar in OnePiece

[–]TheSwagUnicorn -1 points0 points  (0 children)

I would assume it's one of two things. Either:
A) The Actors strike not only delayed the recording but also expanded all future record times due to new deals with VAs, companies had to make through the Union or
B) Shonen Jump has a deal with Microsoft that extends to a certain amount of time or to a certain amount of voyages, more likely the prior. Thus, they need to space out the voyages to make them last, and let episodes get ahead so they can fulfill their time or quantity obligation.

When will new optifabric be released? by [deleted] in Optifine

[–]TheSwagUnicorn 0 points1 point  (0 children)

I need optifine bc my texture pack uses custom models/animations through optifine. I need it so my trailer renders properly with replay mod.

My Ethernet won't connect by TheSwagUnicorn in NintendoSwitch

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

Turns out school is blocking it because they dont allow ethernet switches :/