Bug Closed · Resolved

Scoreboard condition is broken in latest dev builds

#4040 opened by Unknown 3 years ago

Unknownreported this bug

Hi, scoreboard conditions are broken as of dev build 4484

You can quickly test with this:

testsword:
  Id: netherite_sword
  Display: '&4&ltestsword'
  Lore: 
  - '&5&oTest bruh'
  - '&7&oLeft click to add value'
  - '&7&oRight click to test'
  Skills:
  - modifytargetscore{objective=testvalue;action=set;value=1} @self ~onSwing
  - skill{s=scoretest} ~onUse



scoretest:
  Conditions:
  - score{o=testvalue;value=1} true
  Skills:
  - sendactionmessage{m='&4&lTest'} @self

Left click with the sword to add one value to the test score Right click with the sword to check if the condition is working (it won't work)

Sign in to join the discussion.