Prevents players griefing by suicide with jump
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
Apply to | 適用於
L4D1 L4D2 -
How does it work?
- Auto ban players who attemp to suicide
- Jump off the building
- Jump off the river
- Fall off the ledge by holding space key intentionally
- Record player in
logs\l4d_block_suicide_jumps.log - Ignore player
- Rock Jump by stepping on entity
- Hanging from ledge
- Incapacitated
- Hit by tank
- Capped by S.I. (Death Charge, Ride Jump, Death Smoke, Boomer Slap)
- Auto ban players who attemp to suicide
-
Require | 必要安裝
-
ConVar | 指令
- cfg/sourcemod/l4d_block_suicide_jumps.cfg
// 0=Plugin off, 1=Plugin on. l4d_block_suicide_jumps_enable "1" // Ban player who attempts to suicide with jump for X time. (0=off) l4d_block_suicide_jumps_limit "3" // Ban How many mins. (0=Permanent Ban, -1=Kick) l4d_block_suicide_jumps_ban_duratuon "60"
- cfg/sourcemod/l4d_block_suicide_jumps.cfg
-
Data Config
- data/l4d_block_suicide_jumps.cfg
Manual in this file, click for more details...
- data/l4d_block_suicide_jumps.cfg
-
Translation Support | 支援翻譯
translations/l4d_block_suicide_jumps.phrases.txt -
Changelog | 版本日誌
-
v1.3h (2025-1-30)
- Update data
-
v1.2h (2024-11-14)
- Optimize code
-
v1.1h (2024-2-20)
- Add data config to disable plugin in some maps
-
v1.0h (2023-9-21)
- Require lef4dhooks v1.33 or above
- Remake code, convert code to latest syntax
- Fix warnings when compiling on SourceMod 1.11.
- Optimize code and improve performance
- Translation Support
- Kick and ban the griefer
- Ignore player if alerady hanging from ledge, incapacitated, hit by tank, capped by S.I.
- Record to file
-
1.0
-
企圖跳樓自殺的玩家將會傳送回樓頂,並封鎖踢出伺服器
-
原理
- 當玩家企圖多次自殺,將自動踢出伺服器並封鎖
- 跳樓
- 跳河
- 按住空白鍵故意高空墬落摔傷
- 紀錄玩家於
logs\l4d_block_suicide_jumps.log - 有以下情況忽略
- 踩頭高跳Bug
- 掛邊
- 倒地
- 被Tank擊飛
- 被特感抓住 (被Charger撞飛, 被Jockey騎下樓, 被Smoker拉下樓, 被Boomer炸飛)
- 當玩家企圖多次自殺,將自動踢出伺服器並封鎖
-
用意在哪?
- 防止玩家惡意搗亂跳樓
-
指令中文介紹 (點我展開)
- cfg/sourcemod/l4d_block_suicide_jumps.cfg
// 0=關閉插件, 1=啟動插件 l4d_block_suicide_jumps_enable "1" // 企圖自殺已達三次以上,立刻踢出並封鎖玩家 (0=關閉) l4d_block_suicide_jumps_limit "3" // 封鎖時間 (0=永遠, -1=只踢出伺服器) l4d_block_suicide_jumps_ban_duratuon "60"
- cfg/sourcemod/l4d_block_suicide_jumps.cfg
-
文件設定範例
- data/l4d_block_suicide_jumps.cfg
內有中文說明,可點擊查看
- data/l4d_block_suicide_jumps.cfg





