Scoreboard condition is broken in latest dev builds
Hi, scoreboard conditions are broken as of dev build 4484
You can quickly test with this:
testsword:
Id: netherite_sword
Display: '&4<estsword'
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)