Details
-
Type:
Bug
-
Status: Reopened
-
Resolution: Unresolved
-
Affects Version/s: 20w18a, 1.16.1, 20w28a, 20w29a, 20w30a, 1.16.2 Pre-release 1, 1.16.2 Pre-release 2, 1.16.2 Pre-release 3, 1.16.2 Release Candidate 1, 1.16.2 Release Candidate 2, 1.16.2, 1.16.3 Release Candidate 1, 1.16.3, 1.16.4 Pre-release 1, 1.16.4 Pre-release 2, 1.16.4 Release Candidate 1, 1.16.4, 20w45a, 20w46a, 20w48a, 20w49a, 20w51a, 21w03a
-
Fix Version/s: None
-
Labels:None
-
Confirmation Status:Community Consensus
-
Category:Statistics
Description
The bug
Scoreboards with minecraft.custom:minecraft.jump don’t increase when jumping in 1.5 blocks.
This might be intended, because the y level can’t change but I am not sure. You are actually able to jump in 1.5 blocks high spaces, but you don't really notice it when pressing space. You are however midair for a short time when pressing space, which means, that you are able to jump, but the scoreboard doesn’t detect it.
To reproduce
- Create a scoreboard with minecraft.custom:minecraft.jump
- Set it to your scoreboard to the sidebar
- Create a 1.5 blocks high area using slabs
- Go into it and jump
→The scoreboard won’t increase
You can also put these two commands into two repeating command blocks to know, whether you are considered to be on the ground or not:
title @a[nbt={OnGround:1b}] actionbar {"text":"On Ground"}
title @a[nbt={OnGround:0b}] actionbar {"text":"Midair"}