VoteKick
A scp:sl Exiled plugin that introduces vote kicks into the game.
Install / Use
/learn @Waltuhs/VoteKickREADME
VoteKick
A Scp:Sl Exiled plugin that introduces a counter strike style votekick system into the game.
| Command | What it does | | --- | --- | | .vk start %playername goes here% | starts a new votekick against the specified playername | | .vk yes | votes yes on the active votekick | | .vk no | votes no on the active votekick |
keep in mind all of these commands must be entered into the client side console (button above tab/ ` )
Config
global cooldown is available in the plugins config (default is 20 seconds)
votekick duration is also configuarble in config (default is 30 seconds)
the percent of the lobby needing to vote yes in order to kick the player (default 25%)
in the config you can also blacklist certain "roles" also known as groups from being votekicked along with blacklisting certain steamids from starting a votekick and being votekicked
default config
VK:
# is the plugin enabled?
is_enabled: true
# is the Debug mode enabled?
debug: false
# Global VoteKick Cooldown (int) (default 20)
cooldown: 20
# Votekick total time (int) (default 30)
v_k_time: 30
# How much percent of the current players ingame need to vote yes for a kick (0.25 = 25%) (default 25%/0.25)
list_percent: 0.25
# List of SteamIDs that cannot start a votekick
blacklisted_initiators: []
# List of SteamIDs that cannot be votekicked
blacklisted_targets: []
# List of roles that cannot be votekicked
blacklisted_roles: []
Example config
VK:
# is the plugin enabled?
is_enabled: true
# is the Debug mode enabled?
debug: false
# Global VoteKick Cooldown (int) (default 20)
cooldown: 20
# Votekick total time (int) (default 30)
v_k_time: 30
# How much percent of the current players ingame need to vote yes for a kick (0.25 = 25%) (default 25%/0.25)
list_percent: 0.25
# List of SteamIDs that cannot start a votekick
blacklisted_initiators:
- '12345@steam'
# List of SteamIDs that cannot be votekicked
blacklisted_targets:
- '12345@steam'
# List of roles that cannot be votekicked
blacklisted_roles:
- 'owner'
Related Skills
node-connect
340.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.1kCommit, push, and open a PR
