SybSafetyFirst

⭐ — (2 endorsements) 📥 262 downloads 📌 vv0.6.0-alpha 📅 6/9/2025
🟠 Updated over a year ago

By Sybsuper · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/2/2025 📅 Created: 6/9/2025

🔍 Analysis

  • 🏆 #121 of 333 adventure mods in this game by downloads

📋 About This Mod

✅ configurable fuse duration.
✅ direction change intervals.
✅ your gear, the harder it is to get it back.
✅ starvation.
✅ inventory management more challenging.
✅ contraptions.

# SybSafetyFirst Make Minecraft, just a little harder... ## Features SybSafetyFirst is a Minecraft plugin that adds various modules to enhance the game's difficulty. The following modules are currently available: - **Fast Creepers**: Creepers move faster and can jump, making them more challenging to deal with. They also have a configurable fuse duration. - **Water Current**: Simulates a water current that pushes players in a specific direction, with configurable speed and direction change intervals. - **Intentional Game Design**: You'll figure this one out soon enough. - **No F3**: Disables the F3 debug screen, including the visibility of the player's current coordinates. - **Wildfire**: Fire spreads like wildfire. - **Heavy Armor**: Players wearing heavy armor will experience reduced movement speed, making them more vulnerable in combat. - **Hostile Reinforcement**: Hostile mobs will call for reinforcements when in combat with a player. - **Broken Bones**: Players that take fall damage will be slowed down temporarily, simulating broken bones. - **Player Zombies**: When a player dies, they will respawn as a zombie with the same name and equipment, the better your gear, the harder it is to get it back. - **Hunger Delirium**: Players will experience nausea when their hunger bar is low, simulating the effects of starvation. - **Limited Crafting**: Players can only craft items that they have unlocked the recipe for. - **Lightning Fires**: Lightning strikes spread fire. - **Wrong Tools Hurt**: Using the wrong tool on a block will cause damage to the player. - **Nether Portals Destabilize**: Nether portals have a chance to destabilize, causing the portal destination to move. - **Skill-based Inventory**: Inventory slots are locked until the player reaches a certain level, making early game inventory management more challenging. - **Bad Air Caves**: Sometimes, poisonous gas will fill caves, causing damage to players. - **Baby Creatures**: Any LivingEntity can spawn as a baby, babies are faster and smaller than their adult counterparts. - **Expensive Trades**: Villager trades are more expensive, making it harder to obtain valuable items. - **Smaller Stack Sizes**: Item stack sizes are reduced, making inventory management more challenging. - **Inconsistent Redstone**: Redstone components may not work as expected, adding unpredictability to redstone contraptions. - **No F5**: Disables the F5 third-person view. - **No Sweeping Damage**: Disables sweeping damage, making combat with multiple mobs more challenging. - **More to come**: This plugin is a work in progress, with more modules planned for future releases. ## Configuration Each module can be toggled on or off and be configured to your liking the configuration files, allowing server administrators to customize the gameplay experience. Documentation for each module's configuration can be found (https://sybsuper.github.io/SybSafetyFirst/-syb-safety-first/com.sybsuper.sybsafetyfirst.modules/-module-options/index.html). ## Installation 1. Download the plugin JAR file. 2. Place the JAR file in your server's `plugins` directory. 3. Start or restart your server. 4. Configure the modules as needed in the `plugins/SybSafetyFirst/modules` directory. ## Commands The following commands are available to server administrators: - `/sf reload <module>` - Reloads the module, useful for configuration changes. - `/sf enable/disable <module>` - Enables or disables the module on or off. - `/sf modules` - Lists all available modules and their current status. ## Development ### Requirements - Kotlin - Java - Gradle - Minecraft server (for testing) ### Building the Project Run the following command to build the project: ```bash ./gradlew build ``` Or run a test server with: ```bash ./gradlew runServer ```

# SybSafetyFirst

Make Minecraft, just a little harder...

## Features

SybSafetyFirst is a Minecraft plugin that adds various modules to enhance the game's difficulty. The following modules are currently available:

  • Fast Creepers: Creepers move faster and can jump, making them more challenging to deal with. They also have a
  • configurable fuse duration.
  • Water Current: Simulates a water current that pushes players in a specific direction, with configurable speed and
  • direction change intervals.
  • Intentional Game Design: You'll figure this one out soon enough.
  • No F3: Disables the F3 debug screen, including the visibility of the player's current coordinates.
  • Wildfire: Fire spreads like wildfire.
  • Heavy Armor: Players wearing heavy armor will experience reduced movement speed, making them more vulnerable in
  • combat.
  • Hostile Reinforcement: Hostile mobs will call for reinforcements when in combat with a player.
  • Broken Bones: Players that take fall damage will be slowed down temporarily, simulating broken bones.
  • Player Zombies: When a player dies, they will respawn as a zombie with the same name and equipment, the better
  • your gear, the harder it is to get it back.
  • Hunger Delirium: Players will experience nausea when their hunger bar is low, simulating the effects of
  • starvation.
  • Limited Crafting: Players can only craft items that they have unlocked the recipe for.
  • Lightning Fires: Lightning strikes spread fire.
  • Wrong Tools Hurt: Using the wrong tool on a block will cause damage to the player.
  • Nether Portals Destabilize: Nether portals have a chance to destabilize, causing the portal destination to move.
  • Skill-based Inventory: Inventory slots are locked until the player reaches a certain level, making early game
  • inventory management more challenging.
  • Bad Air Caves: Sometimes, poisonous gas will fill caves, causing damage to players.
  • Baby Creatures: Any LivingEntity can spawn as a baby, babies are faster and smaller than their adult counterparts.
  • Expensive Trades: Villager trades are more expensive, making it harder to obtain valuable items.
  • Smaller Stack Sizes: Item stack sizes are reduced, making inventory management more challenging.
  • Inconsistent Redstone: Redstone components may not work as expected, adding unpredictability to redstone
  • contraptions.
  • No F5: Disables the F5 third-person view.
  • No Sweeping Damage: Disables sweeping damage, making combat with multiple mobs more challenging.
  • More to come: This plugin is a work in progress, with more modules planned for future releases.

## Configuration

Each module can be toggled on or off and be configured to your liking the configuration files, allowing server administrators to customize the gameplay experience. Documentation for each module's configuration can be found (https://sybsuper.github.io/SybSafetyFirst/-syb-safety-first/com.sybsuper.sybsafetyfirst.modules/-module-options/index.html).

## Installation

1. Download the plugin JAR file. 2. Place the JAR file in your server's `plugins` directory. 3. Start or restart your server. 4. Configure the modules as needed in the `plugins/SybSafetyFirst/modules` directory.

## Commands

The following commands are available to server administrators:

  • `/sf reload ` - Reloads the module, useful for configuration changes.
  • `/sf enable/disable ` - Enables or disables the module on or off.
  • `/sf modules` - Lists all available modules and their current status.

## Development

### Requirements

  • Kotlin
  • Java
  • Gradle
  • Minecraft server (for testing)

### Building the Project

Run the following command to build the project:

```bash ./gradlew build ```

Or run a test server with:

```bash ./gradlew runServer ```

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Sybsuper
Version
v0.6.0-alpha
Downloads
262
Endorsements
2
Category
adventure
Created
6/9/2025
Updated
8/2/2025
Game Versions
1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
Tags
adventure, cursed, game-mechanics

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does SybSafetyFirst support?

The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.

What is the latest version of SybSafetyFirst?

Version v0.6.0-alpha, published 2025-08-02 with 262 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More adventure 👤 More by Sybsuper 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods