Option to remove selected usermeta for ALL players #8011
CloudeLecaw
started this conversation in
Enhancement
Replies: 1 comment
-
i still see a usefull useage for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can give players all usermetas and do the strangest things with it thank to CMIs Specialzed commands.
We saw now that we have some situations where we want to "reset" a usermeta for all players once
(For Example a Counter that players collect by doing things, that we want to reset so everyone needs to restart)
We dont want to add a button or something like that that players needs to push itself.
For beeing comfortable we wished we could reset a selected usermeta for ALL players.
Current problem: We only can do this for all players at once that are currently online. But not to all players in the database that have this special usermeta.
So it would be nice to have an option may add a command argument to for the remove of usermeta that allows to check
the whole database for all players if they have this usermeta and then remove it for them all.
might be something like:
cmi usermeta remove ALLPLAYERS usermetaname (-s)
effect: It should remove the choosen usermeta from ALL players in the CMI Database.
Why i suggest this?
We can remove the whole usermeta database field... but this would remove all saved usermetas and i hope you agree me that this is not good solution.
Beta Was this translation helpful? Give feedback.
All reactions