Bug Closed · Invalid

JUMP STAT

#6329 opened by Unknown 1 year ago

Unknownreported this bug

Jump stat is working fine on items, but when I unwear the armor that has jump stat, I cannot jump anymore unless I wear it again. Its like im being stuck on the ground.

testjumpitem:
  Material: chainmail_helmet
  Display: 'bronze chain cast'
  EquipSlot: HELMET  
  Stats:
  - JUMP_STRENGTH 7 ADDITIVE
JUMP_STRENGTH:
    Enabled: true
    Display: 'Jump Strength'
    Formatting:
        Additive: 'Jump Strength: &a+<value>'
        Multiply: 'Jump Strength: &a+<value>'
        Compound: 'Jump Strength: &ax<value>'
    BaseValue: 0
Unknowncommented

It seems likely that since your JUMP_STRENGTH's state base value is 0, removing all stat changes (such as un-equipping the armor) would set it back to its base of 0 (preventing jump). Try a base value of 1 for the stat.

Reach out in our Discord support channels for further assistance with troubleshooting this. If the issue is confirmed to be a bug, make a new ticket with a modern-version, complete server log, the configs used and steps to reproduce the behavior.

Sign in to join the discussion.