Solved SkBee attribute modifiers

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

VeryGoodSand

Member
Feb 14, 2024
22
0
1
24
Code:
apply attribute modifier to {_tool}:
    attribute: movement_speed
    id: "minecraft:movement_speed"
    slot: mainhand_slot_group
    amount: {_lvl}
    operation: add_number

This returns the error "'movement_speed' is not a attribute type," however, it is an attribute type? I don't know how to fix it, can someone please help?
 
Code:
apply attribute modifier to {_tool}:
    attribute: movement_speed
    id: "minecraft:movement_speed"
    slot: mainhand_slot_group
    amount: {_lvl}
    operation: add_number

This returns the error "'movement_speed' is not a attribute type," however, it is an attribute type? I don't know how to fix it, can someone please help?
Wouldn't it be 'generic.movement_speed'?