SkytAsul / BeautyQuests

A quests plugin based on a simple-to-use graphical interface (Minecraft)
MIT License
155 stars 31 forks source link

New Requirement - Server Time (real time) #262

Open farum12 opened 1 year ago

farum12 commented 1 year ago

Is your feature request related to a problem? Nope, we've got an idea for a quest, which one of the requirements should be done within a certain time span.

Describe a possible solution A new requirement - time span in server time (real-time). We want to create a quest, where the player needs to visit the tax office. It would be funny if he had to visit it during office work time (8:00-17:00). Clerks don't work outside work hours, right? There should be the ability to set hours, and minutes for the beginning and end of the span.

Describe alternatives you've considered (optional) None.

Additional context (optional) None.

SkytAsul commented 1 year ago

I understand what you mean. You can already do this using a Placeholder requirement with the %server_time_FORMAT% placeholder (https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#server). Must be tedious to setup this, but you can use that until I add some kind of calendar requirement.