SwiftlyS2-NoBlock

NoBlock

NoBlock

Author

SyntX34

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 !noblock to 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

Add images, gifs, or demo links here

Installation

  1. Download the latest release ZIP file

  2. Extract the contents to your server’s plugin directory

  3. Restart the server or reload plugins

  4. The plugin will automatically create its configuration file at config/plugins/NoBlock/config.jsonc on first load.

  5. 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 "
    }