
Temporary Meta attributes get wrong context
Closed this issue ยท 1 comments
I'm fairly certain this is a bug:
what i'm trying to do:
set a temporary meta in the global context using the command
/lp user sms77 meta settemp test testing 1m global
what actually happens:
the context is set to "server=[timeframe of the meta]" instead.
Output:
Set meta value for key "test" to "testing" for "sms77" for a duration of "1 minute" in context "server=1m"
leaving out the "global" at the end of the command results in the same Output.
assuming that I understand the way metas are supposed to work, I would need the meta to be global to properly check it as a "permission-node" from other plugins. (for my purposes of a single-server setup at least)
Using LuckPerms version 3.2.20 and Spigot version 1.12-R0.1-SNAPSHOT (assuming that's the correct output from /version).
If you need more info please let me know and I'll provide it as soon as I can.
EDIT:
Updated LuckPerms to the Dev-version 3.2.64 and the issue also exists there.