Um I need help with NBT, the skript plugins I have are: Skript, SkQuery, Sk-NBeeT, SkRayFall, Skellet, and TuSKe. I keep getting an error which only says "is not a valid item data", heres my code:
Edit: The skript version im currently using is 2.2-dev36
Code:
command /nbt:
permission: nbt.use
permission message: Unknown command. Type "/help" for help.
trigger:
add "{AttributeModifiers:[{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:-0.3,Operation:1,UUIDMost:35437,UUIDLeast:165434}]}" to nbt of player's tool
add "{AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:75,Operation:0,UUIDMost:89248,UUIDLeast:140412}]}" to nbt of player's tool
add "{AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:"generic.attackSpeed",Amount:-0.8,Operation:1,UUIDMost:29006,UUIDLeast:141261}]}" to nbt of player's tool
add "{Unbreakable:1}" to nbt of player's tool
add "{HideFlags:6}" to nbt of player's tool
Edit: The skript version im currently using is 2.2-dev36
Last edited: