You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like in the chat when a user only entered the game
User enter game and for him on this particular day server offers a Bible verse.
Bible verses changes each day
If there is a lot of things in the chat, I offer maybe for around 30 seconds after user entered the game to freeze all other messages, so the verse can be visible and readed.
This awaiting time could be changed from /devoteme chatBlockTime $TIME_IN_SECONDS
Also it should be possible to see again that bible verse, like /devoteme dailyVerse
Which will print same verse in chat.
Verses should be taken from devote me api.
Users states (about verses) should be stored in database along with time stamp.
The text was updated successfully, but these errors were encountered:
Like in the chat when a user only entered the game
User enter game and for him on this particular day server offers a Bible verse.
Bible verses changes each day
If there is a lot of things in the chat, I offer maybe for around 30 seconds after user entered the game to freeze all other messages, so the verse can be visible and readed.
This awaiting time could be changed from /devoteme chatBlockTime $TIME_IN_SECONDS
Also it should be possible to see again that bible verse, like /devoteme dailyVerse
Which will print same verse in chat.
Verses should be taken from devote me api.
Users states (about verses) should be stored in database along with time stamp.
I like this idea, it might be better to have it configurable via the config.yml
Yes for sure, and make the send of the VOTD a function so you only have to call it instead of writing it twice.
👍
You could use a database but since this isn't a full blown module, we could do a YML file with each UUID and the timestamp to make it easier and less reliant on external databases.
Like in the chat when a user only entered the game
This awaiting time could be changed from /devoteme chatBlockTime $TIME_IN_SECONDS
Which will print same verse in chat.
The text was updated successfully, but these errors were encountered: