Hello. I’ve made a custom rank in adonis admin and I need a way to make a command when you type :instructor [name] it makes them a temporary instructor for 12 hours or so. (if possible, if not then just temp instructor until next time they leave.)
Here is the rank:
And from here i am completely blank Any help is great
It’s possible. Doing this would involve saving the time that they were ranked, then checking everytime they join the game if they are an instructor and then accessing the datastore with the time they got ranked. It would involve modification of the adonis backbone or some hacky solution. An easier one would be just to remove the rank after they leave.