Paste #8116: Untitled Paste

Date: 2014/08/08 20:38:11 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5


on player join:
        - if <player.has_flag[staff_expired]> flag player staff_expired duration:30d
        - if <player.in_group[staff]> && !<player.has_flag[staff_expired]> {
          - execute as_server "manuadd <player.name> <player.flag[oldrank]>" 
          }