Jump to content

Gambling Script Timestamp needed!


Recommended Posts

Posted

I have a dicing script that does commands when you use a "!" for example !roll,!flower,!dd etc


 


so for example right now when a player does the command !roll, the bot will say "username rolled a 58 on the percentile dice".


 


But I would like there to be a timestamp at the end which reads:


 


"[username] rolled a [58] on the percentile dice @ [04:23:12]"


 


also if you could include the parenthesis like that it would be very helpful too!


 


Since this is a small fix, im willing to pay 5m osrs/$5, negotiable!


Posted (edited)

Wait someone still hasn't helped this guy?

I did via PM.

For anyone else who wants to know:

Create a new SimpleDateFormat object:

SimpleDateFormat formatter = new SimpleDateFormat("hh:mm:ss");

Each time you want a new timestamp, simply format a new Date object:

String time = formatter.format(new Date());

This is not thread-safe. Let me know if someone needs a thread-safe alternative.

Edited by fixthissite
  • Like 2

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...