
Is there a global equivalent of /ar set?
TheLecturer opened this issue ยท 7 comments
Hi.
I am using global time to control ranks -
ranks:
whitebelt:
requirements:
global time:
value: 1h
results:
rank change: whitebelt;yellowbelt
command: 'ee say &p has just ranked up to Yellow Belt!; ee perm refresh'
Occasionally we wish to demote a player (usually if we catch them with an AFK machine).
If we use "/ar set 0" and also reset their group, they very rapidly get re-promoted up to their previous rank, as (I presume) their play time in MySQL is not being changed.
Is there another process to achieve this? Or is this not achievable in a Bungee network using global time?
Many thanks.
I would also like to know if this is possible? Editing the database is clunky, especially with having to look up UUIDs instead of player names.
I'm deeply sorry for ignoring this issue, I was going to reply a while back, but completely forgot..
At the time of writing there is no way to change the database values by command. I will however get to work and implement such feature. I'll get back with you guys somewhere this weekend!
There is a new build #291, which includes the new /ar gset command. (/ar help page 3).
I've started making some progress, I'll tell you which dev build will be safe to use ;)