Can't remove partial xp bars from the "xp -1L" command when you're between level 0 and 1
Can't remove partially filled exp bars from a player. Even if they're below level 1 and you try to subtract 1 level from them.
Linked Issues
Created Issue:
Can't remove partial xp bars from the "xp -1L" command when you're between level 0 and 1
Can't remove partially filled exp bars from a player. Even if they're below level 1 and you try to subtract 1 level from them.
- Unresolved
- Open
- Unconfirmed
- Creative
- bug command commandblock exp experience level survival_creative_bug xp
- 1.4.5 12w50a
is duplicated by
is duplicated by
is duplicated by
relates to
is duplicated by
Duplicate of MC-4634 , please use the search function to see if your bug has already been submitted. Currently over 35% of tickets are being closed as duplicate.
Working by Design.
MC-4634 :
[Mojang] Dinnerbone (Nathan Adams) added a comment - 15/Dec/12 2:13 PM
You can't give negative exp, only negative levels. It sucks but I just haven't figured out how to make that work yet, sorry
Well, didn't see the order of resolution and comments in MC-4634.
This issue is Working as Intended or better Working as design, see he comment of [Mojang] Nathan Adams in MC-4634:
You can't give negative exp, only negative levels. It sucks but I just haven't figured out how to make that work yet, sorry
Confirmed.
Thanks for fixing; does this also fix the
/xp -1 Player
command? Currently it says that you can't give negative xp, however it works for xp levels
/xp -1L Player
You can't give negative exp, only negative levels. It sucks but I just haven't figured out how to make that work yet, sorry
I don't really need to take bits of xp away, just clear all levels and partial xp bar. So this accomplished that, thanks
Love you dinnerbone, thanks so much!
Broke again in the newest snapshot, cloning issue.
This still exist in 1.11.2, did you figure it out @Dinnerbone ?
I'm not going to pretend I know how hard it is to code this stuff, but couldn't you do an equation that grabs the level and % to the next one out of the amount of experience you have (square or cube roots work pretty well, i.e. Cookie Clicker), that way we can actually use a "minus xp" command?