NoBlock
Author
GitHub Repository
Description
NoBlock is a SwiftlyS2 plugin that provides global noblock functionality for players on your server.
Features
-
Global NoBlock Command - Players can type
!noblockto activate noblock for themselves and ALL players for a configurable duration -
Grenade NoBlock - All grenades pass through players globally (no collision):
-
HE Grenade
-
Flashbang
-
Smoke Grenade
-
Molotov / Incendiary
-
Decoy
-
-
Ladder Support - Players automatically get noblock while on ladders
-
Cooldown System - Prevents spam with a configurable cooldown between uses
Commands
!noblock- Activate global noblock for the configured duration
(Optional) Screenshots / Demos
Installation
-
Download the latest release ZIP file
-
Extract the contents to your server’s plugin directory
-
Restart the server or reload plugins
-
The plugin will automatically create its configuration file at
config/plugins/NoBlock/config.jsoncon first load. -
The default config will look like this:
{
“HEGrenade”: true,
“Flashbang”: true,
“SmokeGrenade”: true,
“Molotov”: true,
“Decoy”: true,
“NoBlockTimer”: 5.0,
“NoBlockCooldownTimer”: 10.0,
“Ladder”: true,
“ChatPrefix”: " \x0C[NoBlock]\x01 "
}