This plugin handles basic map voting features like nominate, rtv, extend and end of map voting. It currently only supports
map votes based on mp_timelimit
but in the future mp_maxrounds
is planned to be supported to.
This plugin requires at least API version 120
Command | Parameter | Description | Permissions |
---|---|---|---|
css_nominate | Allows you to nominate a cmap to the next map vote list. | ||
css_rtv | Attemps to start a new map vote when the total number of RTVers passes a certain threshold. | ||
css_unrtv | Removes you from the list of people who are trying to rtv. |
- Navigate to releases and download the latest stable
- Extract the zip file to
game/csgo
and it will install to the correct paths - Edit the
maps.txt
inside of the plugin folder.- For workshop maps prepend
ws:
to the name(exws:surf_beginner
)
- For workshop maps prepend
- Force map vote admin command
- Time left command
- Implement max round for starting map vote
1.2.3
Added an AllowRtv option in the config to turn on and off rtv
1.2.2
Fixed finding mp_match_restart_delay - criskkky
1.2.1
Fixed Config loading
1.2
Fixed event hooking so the map should end at the correct time.
Use TerminateRound method to end the round instead of killing everyone.
1.0
Initital plugin release