Hey! I tried using SkBee's nbts but I have no idea what is happening. In 1.20.5 there was an nbt update but the new nbt usage throws an error and the old nbts a no error but it doesn't work and nothing happens when I try to use the nbt tools. Can anyone help me with this? On reloading, I get no errors.
New nbt
give 1 shears with nbt of "[can_break={blocks:[white_wool]}]" to player
give 64 blue wool with nbt of "[can_place_on={blocks:[yellow_concrete]}]" to player
Old nbt
give 1 shears with nbt of "{CanDestroy:[white_wool]}" to player
give 64 blue wool with nbt of "{CanPlaceOn:[yellow_concrete]}" to player
Console error on new nbt usage
[18:46:19 INFO]: [Skript] [SkBee ERROR] Invalid NBT: '[can_break={blocks:[white_wool]}]'
[18:46:19 INFO]: [Skript] [SkBee ERROR] Message: MalformedNBT: Expected '{' at position 0: <--[HERE]
[18:46:19 INFO]: [Skript] [SkBee ERROR] Invalid NBT: '[can_place_on={blocks:[yellow_concrete]}] '
[18:46:19 INFO]: [Skript] [SkBee ERROR] Message: MalformedNBT: Expected '{' at position 0: <--[HERE]
Server version: 1.20.6
Skript version: 2.9.1 (latest)
SkBee version: 3.6.1 (latest) (I tried 3.6.0 too)