Xavier Hervy
-
You can already do this (at least in JE 1.13.2) execute store result score @p pos_z run data get entity @p Pos[2] 1 scoreboard player add @p pos_z 3 execute store result entity @p Pos[2] double 1...
-
I think you can do that already, for example Greater than 1: [score={text=1..}] Lesser than 1: [score={text=..1}]
-
What do you mean by making a triangle or square, out of block ? Also you do not need 4 coordinate for a square, only 3 or 2 with a direction given
-
@Tom AP Thank you!!!
-
@tryashtar Thank you for this information. I did not realize about the distance. Still, it look like unnecessary calculation to me: - Trigonometric function can be costly; - you need more than on...
-
@Blast Burner Sorry, I was not clear enough. I host a local server for Minecraft for my kids. This is on my computer, in my home, with a port forwarding so that his cousin can play with them. In t...
-
I have't tried but can you not achieve this with the give command already using nbt? /give <player>[<selectors>] <item>[<NBT>] [<count>]
-
In 1.13 you can use an achievement (in data pack) in order to detect when a block is placed. https://minecraft.gamepedia.com/Advancements#minecraft:placed_block
-
/schedule already exist in 1.14 as you may know it. You should highlight what you want to add to it. The current schedule does not allow to name a schedule, so it can not be remove AFAIK. I appro...
-
See /schedule in 1.14