Sudden Death | Enhance monster abilities | Game mechanics  [1.19-1.21.8] icon

Sudden Death | Enhance monster abilities | Game mechanics [1.19-1.21.8] -----

Enhance the monster's abilities, survival becomes impossible.




  • Add Meteor Rain: At night, a meteor may strike, leaving a crater with rare minerals at its center.
  • Add WorldGuard flag sds-event. Allow to disable event in a region. (default: ALLOW).
  • Add Player in creative/spectator mode or have sds.admin permission will no longer get afftected from event.
  • Add Event filter in player menu.
  • Remove particles bug in water when Blood Moon event is happening.
I’ll be leaving for an internship soon, so this may be the last update for a while. If you encounter any issues, please open an issue on GitHub.

I’m considering releasing a premium version of SuddenDeath with unique features and prioritized updates. It will be priced at just a few dollars, and I hope it will be well-received.

As some of you may know, SuddenDeath was once an open-source project that has since been removed. The current version here now only retains the name—everything inside has been completely rebuilt. I’ve personally invested hundreds of hours into restructuring the entire codebase and upgrading it.

Thank you for your understanding and support.
----------, Aug 12, 2025

  • Add filter for player menu. From now on, the feature list can be filtered and displayed more intuitively.
  • Add sound click in menu.
  • Modify some feature default descriptions.
  • Modify Nether Shield sound and nether mobs list.
  • Modify Undead Rage mobs list
  • Change /sdstatus -> /sds status
----------, Aug 9, 2025

  • Add WorldGuard flag: sds-break - Allow zombie with tools can break block in a region (default: ALLOW)
  • Modify Sdmob menu and /sdmob help command
  • Modify Plugin messages
  • Modify Command sound
  • Remove Unused code
  • Fix Admin/Player GUI will now sync with config if admin edits config directly instead of editing config via GUI
----------, Aug 8, 2025

  • Add Zombie Break Block animation
  • Modify Zombie Break Block logic
----------, Aug 7, 2025

BIG UPDATE
  • Add Abyssal Vortex: The Guardian can create a whirlpool that pulls players toward it, preventing them from escaping.
  • Add Trident's Wrath: Drowned have a chance to use their Trident to launch at a player. (like Riptide enchantment)
  • Add Zombie Break Block: YES!. Zombie with tool in hand (Axe, Pickaxe, Shovel) can break the corresponding block type.
  • Add stop event command /sds stop <event>
  • Modify feature descriptions.
  • Modify sdmob menu descriptions and messages.
  • Remove unused code and comment in source code
  • Fix command /sdmob delete not working.
----------, Aug 7, 2025

  • Add Homing Flame Barrage: Blaze has a chance to fire a beam of fire. It tracks the player and deals HP each beam with a hit rate 100%.
Sorry for updating too often, from this version I will combine many updates into one so you don't have to download them many times.
----------, Aug 5, 2025

  • Add allow editing feature description via feature.yml file.
  • Add Immortal Evoker: Evoker has a % chance to use Totem to avoid death and gain resistance. After that, every 5 seconds, summon Fangs can pull the player into the ground 3 block.
  • Modify Snow Slow: Instead of using iron, gold, diamond boots to avoid being slow -> Use leather boots to avoid being slow.
  • Modify Blood Screen: Now have bleeding effect when taking damage.
  • Modify Admin/Player GUI to use message.yml
----------, Aug 5, 2025

  • Add player menu and /sds menu command allowing player to see currently enabled plugin features.
  • Add language section for player menu in messages.yml file
  • Add chance-percent to feature "shocking-skeleton-arrows". Default: 40%
  • Fix the items.yml file will automatically create missing values after reload without having to delete the file.
----------, Aug 4, 2025

----------, Aug 3, 2025

  • Add WorldGuard flag: sds-remove - Allow to remove bleeding, infection effect when players enter a region. (default: DENY)
  • Add WorldGuard flag: sds-effect - Allow to deny/allow bleeding, infection in a region. (default: ALLOW)
  • Fix WorldGuard flag registration fail
----------, Jul 27, 2025

Fix WorldGuard flag registration fail
Add WorldGuard flag: sds-remove - Allow to remove bleeding, infection effect when players enter a region. (default: DENY)
Add WorldGuard flag: sds-effect - Allow to deny/allow bleeding, infection in a region. (default: ALLOW)
----------, Jul 27, 2025

Urgent
Please update to this version to remove serious bugs
  • Remove Armor-Weight: This feature is currently causing a bug. When the players wears armor, their movement speed will be reduced, but when they remove the armor, their movement speed will not be restored, but will be reduced further until they can no longer move. Also this feature cause lag to server.
  • Fix Everburning-Blazes not showing ParticleTrail
  • Fix Witch-Scrolls not showing ParticleTrail
Temporarily if players are affected by this Bug. Please access the file world/playerdata/<player_uuid>.dat with player_uuid being the uuid of the affected player. Upload it to this website then find and remove the faulty movement_speed attributes
https://irath96.github.io/webNBT/
----------, Jul 26, 2025

  • Add Stray-Frost: Stray have a chance to shot a Frost arrow. The player will freeze in few second.
  • Add Spider-Web: Cave spider has a chance to shoot a web that traps the player in place.
  • Add Breeze-Dash: Breeze has a chance to accelerate very quickly, continuously firing alot of WindCharges at enemies.
  • Modify: Features in Admin GUI now sorted alphabetically.
----------, Jul 26, 2025

  • Modify status command
  • Change default Strange Brew item and recipe
----------, Jul 25, 2025

  • Add /sds recipe command, allow player to see Bandage, Strange Brew recipe, etc..
  • Add recipe GUI
  • Add auto stop bleeding time in modifiers/bleeding.yml
  • Add new messages string in messages.yml
  • Modify bleeding effect
  • Remove unused permission
----------, Jul 25, 2025

  • Add
    Code (YAML):
    /sds recipe
    command, allow player to see Bandage, Strange Brew recipe, etc..
  • Add recipe GUI
  • Add auto stop bleeding time in modifiers/bleeding.yml
  • Add new messages string in messages.yml
  • Modify bleeding effect
  • Remove unused permission
----------, Jul 25, 2025

  • Add
    Code (YAML):
    /sds recipe
    command, allow player to see Bandage, Strange Brew recipe, etc..
  • Add recipe GUI
  • Add auto stop bleeding time in modifiers/bleeding.yml
  • Add new messages string in messages.yml
  • Modify bleeding effect
  • Remove unused permission
----------, Jul 25, 2025

  • Add plugin prefix
  • Add message prefix
  • Fix Admin gui not apply config
You no need to delete messages.yml file to create a new one
The plugin will handle that.
----------, Jul 24, 2025

Changes & Improvements
  • Add Blood Screen option into Admin GUI
  • Remove unused messages
  • Remove Blood Screen config -> now in Modifier
  • Fix Spigot API update function
  • Clean code
----------, Jul 23, 2025

Changes & Improvements
  • Fix blood-screen config
  • Add blood-screen option into Admin GUI
  • Clean code
----------, Jul 23, 2025

Supported Versions
Minecraft 1.19 ➜ 1.21.8

Changes & Improvements

  • Refactored the entire codebase for better readability and maintainability.
  • Removed the Difficulties system for a more streamlined experience.
  • Enhanced CustomMobs mechanics to be more dynamic and reliable.
  • Improved plugin performance, optimized background tasks.
  • Removed metrics tracking to improve privacy and efficiency.
  • Fixed configuration loading issues and ensured better defaults.
----------, Jul 23, 2025

- Now can use some /sds command in console.
- New bleeding effect.
- Bleed now can auto cure if player not use Bandage (Set time in config)
----------, Nov 23, 2024

This update remove feature "spawn animation"

Because the feature is temporarily unstable, I will temporarily remove the code of this feature. In future versions, I will edit and add it back later.
You may have to delete the config for the plugin to recreate them
----------, Sep 12, 2024

Resource Information
Author:
----------
Total Downloads: 559
First Release: Sep 11, 2024
Last Update: Aug 12, 2025
Category: ---------------
All-Time Rating:
10 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings