#help how to clear all the variables

1 messages · Page 1 of 1 (latest)

proud knot
#
    permission: op
    trigger:
        #delete {items.%player%::points}
        clear {items.*::points}```
I wanted to clear all points of the players .. but idk how to clear  i tried with ```clear {items::*}``` or ```clear {*::points}``` and none works
last parrot
#

You have a poor variable structure that does not allow you to delete it like that

silver karma
#

You cant use an asterisk unless its a list variable

#

Thats why people always use :: and never .