DenizenScript / Denizen

NPC and general Spigot scripting, using the Denizen Scripting Language!
https://denizenscript.com/
MIT License
214 stars 106 forks source link

Feature Request - replaceable tag for server current date #183

Closed rentfrow closed 11 years ago

rentfrow commented 11 years ago

Basically, I would like a way for NPCs to know the current date. Useful for player birthdays and anniversaries.

With this tag a player could log on and all the NPCs would wish them a happy birthday or congratulation for being on the server for a year. Maybe then giving the player a gift. :)

Jeebiss commented 11 years ago

In the next build I make, I am adding a couple tags to handle date/time.

< util.date> - "Wed, Jul 4, 2001" < util.date.time> - "3:08 PM" < util.date.time.24hour> - "16:45" (had to add a space in the tag, so github wouldnt freak out)

If you have any specific format ideas, let me know.