+ Fixed an issue with announcing votes boolean only applying to bans.
+ Fixed a minor issue with /votekick being a different permission.
+ Added the option to /votemute <player> [reason] (Permission = "VOTEBAN.STARTMUTE")
+ Added the following section to the config.yml file (if you are already using the plugin then you will need to add this manually):
VOTE_MUTE:
ENABLED: true
REQUIRES_PERMISSION: true
ANNOUNCE_VOTES: false
MUTE_CMD: 'mute %player%' # This is the command to execute when a successful vote occurs
STOP_CHAT:
ENABLED: false # Use this to disable chat while a vote is in progress
REQUIRES_PERMISSION: true # Use this to require an additional permission to stop the chat (VOTEBAN.STOPCHAT)
INSTANT: false # This means the vote will instantly end once the minimum votes have been reached (rather than continuing until timer ends)
COUNTDOWN: 60 # Count down in seconds before a decision is made
MIN_VOTES: 10 # Minimum votes required to mute the player
BROADCAST_TIMES: # Times in seconds that it will broadcast a message
- 60
- 30
- 10