Mod
One shot protection
No reviews yet
Server-sided & fully configurable one-shot protection
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Includes tools and features for server management.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
One Shot Protection
- 100% Server sided, Can be loaded into forge servers with no dependencies or required downloads for players
- Fully configurable & versatile configurations
- Built for players, server owners & modpack developers
About the mod
" One Shot Protection " Is a mod that adds one shot protection, similar to ROR2
The mod was built with modpack developers and server owners in mind, and it can be configured to disregard certain damage sources or do different things for example
Features
OSP
- Taking damage above 90% health that would be fatal will instead leave you at 10% of your maximum health and give you a brief immunity period to where you no longer take damage
- A short soundque and particles will signify when this effect has procced, as well as particles to signify your immunity
- During your immunity period, all damage torwards you will be fully nullified giving you a brief grace period to where you can escape or react appropriately
- Damage sources such as fall damage, void, generic kill, ect will not proc this effect
- Invalid damage sources and every feature within the mod can be configured to your liking, including factoring in modded damage sources. So for example, if you would like OSP to account for fall damage then you can simply configure the mod to do so
Configuration
This section will break down and explain all configurations within the mod, giving you everything you need to personalize the mod to your liking
All configuration options can be found within the " OSP " folder within the game directory's config folder
Editing invalid damagesources
- OSP allows you to define invalid damagesources, meaning that getting killed by a defined damage source will not proc one shot protection
- Within the config folder you should see a "InvalidDamageSources.json"
- Adding a damagesource is as simple as inserting a " \ " with spaces and then writing down the damagesource name. Removing the " \ " structures will cause complications, it is important to keep it all structurally the same
- You shouldn't have to include a modID when defining custom damage sources unless it is specifically within the damagesource name

Adjusting OSP mechanics
- In order to adjust the mechanics of OSP, you will have to adjust settings found within "OneShotProtectionConfig"
- "OneShotProtectionCooldown" affects the cooldown that one shot protection has, setting this to 0 can allow OSP to continually proc with no cooldowns
- "ProcHealthPercentage" defines what percentage of health is required for OSP to activate. By default this is set to 0.9, meaning that a player has to be at 90% HP for OSP to activate
- "LeftoverHealthOnProcPercentage" defines the percentage of health a player will be set to after OSP procs. By default this is set to 0.1 meaning that a player will be left at 10% of there maximum HP after OSP procs
- "DoInvalidMaximumHealth" is set to false by default and affects the next mechanic
- "DoInvalidMaximumHealth" defines how much total maximum health a player needs in order for OSP to proc, this is only factored once "DoInvalidMaximumHealth" is turned on.
- Setting this number to 10 means that if a player has less than 10 total maximum health then OSP will not proc on them.
- "DoSoundQue" disables the soundque
- "DoParticlesOnProc" disables the particles that appear once OSP procs
- "DoParticlesOnImmunityFrames" disables the particles that appear if you have immunity frames active

Configurating Immunity
- If you would like to adjust Immunity then it can be found in the "ImmunityConfig.json" file
- "DoImmunityTicks" disables / enables the immunity gained after dying. Disabling this will completely disable the immunity mechanic.
- "ImmunityTicksOnDeath" defines how many ticks of immunity you will have after OSP procs.

Credits / Support / Q&A
- Special thanks to Vami for contributing to the mod
- If you have any suggestions, bug reports or you would like to join my community for mods then join us on over at Discord
- I encourage and allow this mod to be used within modpacks and servers
- If you enjoyed this mod, consider checking out my other mods
One Shot Protection
- 100% Server sided, Can be loaded into forge servers with no dependencies or required downloads for players
- Fully configurable & versatile configurations
- Built for players, server owners & modpack developers
About the mod
" One Shot Protection " Is a mod that adds one shot protection, similar to ROR2
The mod was built with modpack developers and server owners in mind, and it can be configured to disregard certain damage sources or do different things for example
Features
OSP
- Taking damage above 90% health that would be fatal will instead leave you at 10% of your maximum health and give you a brief immunity period to where you no longer take damage
- A short soundque and particles will signify when this effect has procced, as well as particles to signify your immunity
- During your immunity period, all damage torwards you will be fully nullified giving you a brief grace period to where you can escape or react appropriately
- Damage sources such as fall damage, void, generic kill, ect will not proc this effect
- Invalid damage sources and every feature within the mod can be configured to your liking, including factoring in modded damage sources. So for example, if you would like OSP to account for fall damage then you can simply configure the mod to do so
Configuration
This section will break down and explain all configurations within the mod, giving you everything you need to personalize the mod to your liking
All configuration options can be found within the " OSP " folder within the game directory's config folder
Editing invalid damagesources
Spoiler
- OSP allows you to define invalid damagesources, meaning that getting killed by a defined damage source will not proc one shot protection
- Within the config folder you should see a "InvalidDamageSources.json"
- Adding a damagesource is as simple as inserting a " \ " with spaces and then writing down the damagesource name. Removing the " \ " structures will cause complications, it is important to keep it all structurally the same
- You shouldn't have to include a modID when defining custom damage sources unless it is specifically within the damagesource name

Adjusting OSP mechanics
Spoiler
- In order to adjust the mechanics of OSP, you will have to adjust settings found within "OneShotProtectionConfig"
- "OneShotProtectionCooldown" affects the cooldown that one shot protection has, setting this to 0 can allow OSP to continually proc with no cooldowns
- "ProcHealthPercentage" defines what percentage of health is required for OSP to activate. By default this is set to 0.9, meaning that a player has to be at 90% HP for OSP to activate -"LeftoverHealthOnProcPercentage" defines the percentage of health a player will be set to after OSP procs. By default this is set to 0.1 meaning that a player will be left at 10% of there maximum HP after OSP procs -"DoInvalidMaximumHealth" is set to false by default and affects the next mechanic -"DoInvalidMaximumHealth" defines how much total maximum health a player needs in order for OSP to proc, this is only factored once "DoInvalidMaximumHealth" is turned on. ^ Setting this number to 10 means that if a player has less than 10 total maximum health then OSP will not proc on them.
- "DoSoundQue" disables the soundque
- "DoParticlesOnProc" disables the particles that appear once OSP procs
- "DoParticlesOnImmunityFrames" disables the particles that appear if you have immunity frames active

Configurating Immunity
Spoiler
- If you would like to adjust Immunity then it can be found in the "ImmunityConfig.json" file
- "DoImmunityTicks" disables / enables the immunity gained after dying. Disabling this will completely disable the immunity mechanic.
- "ImmunityTicksOnDeath" defines how many ticks of immunity you will have after OSP procs.

Credits / Support / Q&A
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources