Day 7 allows players to check when the next horde night is. The message on command or via optional timed broadcast, and is displayed as days, hours, and minutes in chat in green at first, then yellow within 5 days, then orange within 3 days, then red on day 7.
Commands
day7-- Shows when the next day 7 is
Configuration
{
"Broadcast in chat when 7th day is": true,
"Broadcast interval (in seconds)": 600,
"Message color for day 7": "ff0000",
"Message color for less than 3 days": "ff8000",
"Message color for less than 5 days": "fafc57",
"Message color for less than 7 days": "00ba67"
}
Localization
{
"CommandDaySeven": "day7",
"DaySeven": "It is day 7",
"NextHorde": "Next horde is in {0} days, {1} hours, {2} minutes"
}
Credits
- Mordeus, the author of the original version of this plugin
- Geesu, for the Seven Days Helper mod that this is based on
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

