Mod
Soft Worldborder
No reviews yet
Worldborder prevents healing rather than exploration!
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
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
About
Description
Prevents healing outside of the worldborder instead of preventing exploration outside of it. Players who leave the worldborder will recieve the status effect "Desolation" and not be able to heal in any capacity.
Features
Desolation prevents recieving healing from sources like:
- Eating
- Totem of Undying
- Potions (Regeneration, Instant Healing, etc)
- Absorption (configurable)
- etc..
Usage
In a new world (as op) you might run:
/swb set minecraft:overworld enabled true
/swb set minecraft:overworld halfWidth 500
Images
As you get close to the border:

When you pass through the border you will be given the status effect:

Configuration
Operator's level >=2 are able to call the commands:
# enables/disables the border in the specified dimension
/swb set modid:dimension_name enabled <true|false>
# determines the number of blocks out from the origin in which the walls are placed
/swb set modid:dimension_name halfWidth <number>
# determines the center
/swb set modid:dimension_name origin <x, z>
# returns current configuration for a dimension
/swb get modid:dimension_name
# returns the current configuration for all dimensions
/swb list
# reloads currently set configuration file into server, only necessary if commands were not used
/swb reload
The configuration file itself can also be directly modified if you would rather do that:
{
"dimensions": {
// supports modded dimensions via modid:dimension_name
"minecraft:overworld": {
"enabled": true,
"origin": {
"x": 0.0,
"z": 0.0
},
// distance from origin to the wall
"halfWidth": 250.0
}
},
// not reccomended, does hard clamping on health every tick
"clampEnforcement": false,
// prevents bonus hearts given from absorption effecet
"blockAbsorption": false
}
Credits:
Inspired by, but didn't have the version I wanted this mod to be used in: https://modrinth.com/mod/no-heal-border
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