Skip to content

Callvote Plugin

Controls and filters in-game callvotes. Blocks specific vote types and enforces minimum permission levels.

Plugin name: callvoteRequires config: Yes Requires: iourt43 parser

Behavior

  • Intercepts callvotes before they're processed
  • Blocks votes from players below min_level
  • Blocks specific vote types listed in blocked_votes
  • Limits votes per player per round
  • Vetoes blocked votes automatically

Settings

toml
[[plugins]]
name = "callvote"
enabled = true

[plugins.settings]
min_level = 0
max_votes_per_round = 3
blocked_votes = ["kick", "map"]
SettingTypeDefaultDescription
min_levelinteger0Minimum level required to call votes
max_votes_per_roundinteger3Max votes per player per round
blocked_votesarray[]Vote types to block (e.g., "kick", "map", "cyclemap")

Events

EVT_CLIENT_CALLVOTE

Released under the GPL-2.0 License.