-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show current interval day #75
Comments
There is a placeholder which shows the probability of the next night being a blood night I tried to keep the placeholders as general as possible, since I didn't wanted to implement a placeholder for each selection type. Does this placeholder already satisfy your needs or do you wish to have a dedicated placeholder for the interval? |
Sorry for the late reply, I had to figure out what PlaceholdersAPI is and how I could make use of it. :-) With the given placeholders by this plugin, I can query if the next night could be a bloodnight. Alternatively, I can query the same condition for the n-th following night. I guess I could work with that, but it is kind of cumbersome to identify the next potential bloodnight when using A placeholder that returns how many days/nights the next potential bloodnight is away would be awesome. That placeholder could be of use for MOON_PHASE and REAL_MOON_PHASE, too. Example sentence: As second possible implementation could be a placeholder that queries the number of days into the interval. Example sentence: Both sentences could be misleading for other nightSelectionTypes, or when mixing INTERVAL with a probability. But Ithat could be covered by the documentation. |
With
nightSelectionType: INTERVAL
Is there any way for the players to check, when the next bloodnight will occur?
Like a server message per day, announcing that it is day x of bloodnight:interval days?
The text was updated successfully, but these errors were encountered: