Jump to content

/joindate


rewgwgr

Recommended Posts

command /firstjoin [<offlineplayer>] [<text>]:
    permission message: &cYou have no permissions to perform this command.
    usage: /firstjoin <player>
    permission: admin.*
    trigger:
        if arg-1 is set:
            if arg-2 is not set:
                if {first-join.%arg-1's uuid%} is set:
                    send "&6%arg-1%&e's first join was &f%{first-join.%arg-1's uuid%}%&e."
                else:
                    send "&cThis player hasn't played on this server."
            else:
                send "Unknown command."
        else:
            send "&cUsage: /firstjoin <player>"

command /lastjoin [<offlineplayer>] [<text>]:
    permission message: &cYou have no permissions to perform this command.
    usage: /lastjoin <player>
    permission: srmod.*
    trigger:
        if arg-1 is set:
            if arg-2 is not set:
                if {last-join.%arg-1's uuid%} is set:
                    send "&6%arg-1%&e's last join was &f%{last-join.%arg-1's uuid%}% &7(%difference between {last-join.%arg-1's uuid%} and now% ago)&e."
                else:
                    send "&cThis player hasn't played on this server."
            else:
                send "Unknown command."
        else:
            send "&cUsage: /firstjoin <player>"

command /resetjoins [<text>]:
    permission message: &cYou have no permissions to perform this command.
    usage: /resetjoins
    permission: srmod.*
    trigger:
        if arg-1 is not set:
            if (size of {playerdata::*}) > 0:
                loop {playerdata::*}:
                    delete {first-join.%loop-value's uuid%}
                    delete {last-join.%loop-value's uuid%}
                delete {playerdata::*}
                send "&eCompleted."
            else:
                send "&cNothing to delete."
        else:
            send "Unknown command."

 

Edited by AbusingNub

--- AbusingNub ---


-- Owner of the DevilsNetwork --

◉ DevilsPvP.minehut.gg

◉ BridgesWar.minehut.gg


Here to lend a helping hand.


 

Link to comment
Share on other sites

command /firstjoin [<offlineplayer>] [<text>]:
    permission message: &cYou have no permissions to perform this command.
    usage: /firstjsoin <player>
    permission: admin.*
    trigger:
        if arg-1 is set:
            if arg-2 is not set:
                if {first-join.%arg-1's uuid%} is set:
                    send "&6%arg-1%&e's first join was &f%{first-join.%arg-1's uuid%}%&e."
                else:
                    send "&cThis player hasn't played on this server."
            else:
                send "Unknown command."
        else:
            send "&cUsage: /firstjoin <player>"
 
command /lastjoin [<offlineplayer>] [<text>]:
    permission message: &cYou have no permissions to perform this command.
    usage: /lastjoin <player>
    permission: srmod.*
    trigger:
        if arg-1 is set:
            if arg-2 is not set:
                if {last-join.%arg-1's uuid%} is set:
                    send "&6%arg-1%&e's last join was &f%{last-join.%arg-1's uuid%}% &7(%difference between {last-join.%arg-1's uuid%} and now% ago)&e."
                else:
                    send "&cThis player hasn't played on this server."
            else:
                send "Unknown command."
        else:
            send "&cUsage: /firstjoin <player>"

 

 

imgonline-com-ua-resize-CNNkL1drx5M-removebg-preview.png.d6a8ae8b5eb862005fb056c21f934200.png

Link to comment
Share on other sites

On 8/14/2021 at 10:12 PM, Lapzzo said:

Oh wait lol! We have the same skript, I was lazy so I got it online

Same, does the job. I don't see any point in making a custom one for requests like these as they are specific to the user, nor server specific. 

 

 


--- AbusingNub ---


-- Owner of the DevilsNetwork --

◉ DevilsPvP.minehut.gg

◉ BridgesWar.minehut.gg


Here to lend a helping hand.


 

Link to comment
Share on other sites

Just now, AbusingNub said:

Same, does the job. I don't see any point in making a custom one for requests like these as they are specific to the user, nor server specific. 

Alot of the times I make custom skripts, but yesterday I posted like crazy and was tired, so copied it from online

 

imgonline-com-ua-resize-CNNkL1drx5M-removebg-preview.png.d6a8ae8b5eb862005fb056c21f934200.png

Link to comment
Share on other sites

Just now, Lapzzo said:

Alot of the times I make custom skripts, but yesterday I posted like crazy and was tired, so copied it from online

I found this skript while not at home, so same we are in the same boat. Was out at a friends so couldn't test or anything


--- AbusingNub ---


-- Owner of the DevilsNetwork --

◉ DevilsPvP.minehut.gg

◉ BridgesWar.minehut.gg


Here to lend a helping hand.


 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...