This plugin allows server owner to setup their wipe dates in the config. If a user triggers the "/wipe" command we get the latest and next wipe dates.
Chat Commands
/wipe
If a player uses this command he will get the latest / next wipe dates.
Configuration
All Wipe Dates:This is the list of dates the server will be wiped, or was wiped.
Date Format:This sets the date format in which the date in the command will get displayed. (see screenshot)
Last Wipe Message:This sets the message for the last wipe in the command. (see screenshot)
Next Wipe Message:This sets the message for the next wipe in the command. (see screenshot)
Send_Message_On_User_Wake_Up:If a user wakes up he will see the wipe message in the chat.
Server_Timezone:This sets the timezone which will be shown in the wipe message.
{
"All_Wipe_Dates": [
"02/09/2015 15:00:00",
"02/09/2099 15:00:00"
],
"Date_Format": "MM/dd/yyyy HH:mm",
"Last_Wipe_Message": "Last wipe was:",
"Next_Wipe_Message": "Next wipe will happen:",
"Send_Message_On_User_Wake_Up": false,
"Server_Timezone": "CET"
}
Localization
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.