About VoteForWipe
A voting survey plug-in for wipe (it does not actually perform wiping, it just surveys to assist administrators in making decisions)
ChatCommand
/vote open the vote window /vote.clear clear vote data(only for admin) /vote.setdate "9am tomorrow" set vote date(only for admin)
ConfigFile
{ "Chat Prefix": "[VoteForWipe]:", "Chat Prefix color": "#00FFFF", "Chat steamID icon": 0 }
LanguageFile
{ "Agree": "Agree", "Disagree": "Disagree", "Close": "Close", "ClearSuccess": "You have cleared the voting data", "VoteForWipeQuestion": "Do you agree to the wipe on <color=red>{0}</color>?", "VoteForWipeCount": "Agree: {0} players, Disagree: {1} players", "OnlyAdmin": "Only administrators can execute this command.", "VoteSetDateError": "Please specify the correct parameters, like: /vote.setdate \"Tomorrow at 9 AM\"", "VoteSetDateDone": "You have successfully set the wipe date to: {0}" }