Separate names with a comma.
Comments in 'Plugin Development' started by CraftYourBukkit, May 25, 2015.
How can I get the current time when a command is executed, like at Bans?
time() or strtotime("now") will return the current Unix time
http://php.net/time http://php.net/microtime http://php.net/datetime http://php.net/date