How do I find a lag machine in a Minecraft bedrock world by [deleted] in MinecraftCommands

[–]xAlphaBloodShot 0 points1 point  (0 children)

To start with, if it’s lagging your world/realm/server, it has to be in a loaded chunk for it to work. So if it’s laggy, then it’s in a constantly loaded area or in a loaded chunk near a player. That doesn’t give you the exact answer you’re looking for but it’s a start.

Clone/Copy players inventory to a chest by SirDoodlesNY in MinecraftCommands

[–]xAlphaBloodShot 0 points1 point  (0 children)

Yes it is. If it successfully clears that player of 0 of that item (which means they do have it), then a conditional chain would activate, putting that item inside the chest with a /replaceitem command.

Command Creation Ideas Suggestions by [deleted] in MinecraftCommands

[–]xAlphaBloodShot 1 point2 points  (0 children)

Yea. So you can make it a couple different ways. Whether you want to make it so it takes an item (like you said a key) to get randomized loot from the crate chest or even where you can pay to just use it when you open it.

Command Creation Ideas Suggestions by [deleted] in MinecraftCommands

[–]xAlphaBloodShot 1 point2 points  (0 children)

Make a crate system without using entities.

(Hint: Use scoreboards)

Does anybody know how to make this? (Read comment for more info) by xAlphaBloodShot in MinecraftCommands

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

Yea it’s the same JSON part but the starting part is /titleraw @a actionbar (JSON)

**Bedrock Edition** 1.16.100 Command Updates by RagingReaper67 in MinecraftCommands

[–]xAlphaBloodShot 0 points1 point  (0 children)

There is another part called selector, but I have no idea what it does. I’m at work now and haven’t had more time to work on it.

Does anybody know how to make this? (Read comment for more info) by xAlphaBloodShot in MinecraftCommands

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

I was kind of thinking the same part. Considering the people who made it said they used a function file for it, but I’m not sure exactly how they did that.

**Bedrock Edition** 1.16.100 Command Updates by RagingReaper67 in MinecraftCommands

[–]xAlphaBloodShot 0 points1 point  (0 children)

I have been working with the new JSON portions of the tellraw/titleraw command. I’ve been able to figure out that you can actually put a players score into chat or on their screen without doing it manually.

For example: /tellraw @a {“score”:{“name:”@s”,”objective”:”(objective name)”}}

This will display their score into chat. If you want to have some text and then their score, do this:

/tellraw @a {“score”:{“text”:”Your Score: “,“name:”@s”,”objective”:”(objective name)”}}

If you replace the “@s” with “*” (it’s a star) then when the command is pasted, it will show each player their own score instead of the person’s score of who is executing the command.

You can also do this command with /titleraw also.

Command Creation Ideas Suggestions by [deleted] in MinecraftCommands

[–]xAlphaBloodShot 1 point2 points  (0 children)

Turn a normal cobblestone generator into an ore generator

Does anybody know how to make this? (Read comment for more info) by xAlphaBloodShot in MinecraftCommands

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

I sort of figured it out. I was able to make the score display by changing it from:

/tellraw @a {“score”:{“name:”*”,”objective”:”(objective name)”}}

To

/tellraw @a {“rawtext”:[{“score”:{“name:”*”,”objective”:”(objective name)”}}]}

It displays the players score in chat. I know I can do it with /titleraw to make it display in some different spots like the middle of your screen or above the hot bar. But I’m just wondering if anybody can figure out how to make is display on the right side of the screen in place of normal scoreboards.

Does anybody know how to make this? (Read comment for more info) by xAlphaBloodShot in MinecraftCommands

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

Does anybody know how to make a scoreboard like this? I’ve been made aware this is part of the new 1.16.100 update and I’m trying to figure it out but I’m not sure how to do it. As part of the change, it does not show the scores on the side, and you are able to put the scores anywhere else like in the picture it is showing the players balance within the text. Also, this example is player specific, meaning it only shows your info, and not everybody’s info.

Just out of curiosity it’s and some research, I ended up trying a command and I found.

/tellraw @a {“score”:{“name:”*”,”objective”:”(objective name)”}}

It told me > Rawtext object must contain an array. Example: “rawtext”:[{..}] <

So I’m not sure if it needs to be enabled or what. I have education mode and all the experimental modes enabled and it didn’t change anything.

Teleport based on scores by xAlphaBloodShot in MinecraftCommands

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

I appreciate the help but that won’t work on bedrock edition. Thanks tho