Debuff Zones
No reviews yet
Adds a softer alternative/add-on to the vanilla worldborder system.
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
Debuff Zones
Adds a softer alternative/add-on to the vanilla worldborder system.
Usage
Edit the configuration file in config/debuffzones.json. Each element in the zones array represents one zone object, which has the following syntax:
{
"dimension": "minecraft:overworld", // The dimension where this zone applies
"center": [
0.0, // Center X
0.0 // Center Z
],
"distance_type": "SQUARE", // can be SQUARE or CIRCLE
"radius": 1000.0, // Radius (either Euclidean distance or distance on either axis, with the type CIRCLE and SQUARE respectively)
"effects": [ // List of "effect instance" objects
{
"identifier": "minecraft:slowness", // Effect ID
"potency": 1, // Effect level (starting from 0)
"time": 10, // The duration of the effect (generally doesn't matter, it's applied each tick but some laggier servers may benefit from a higher value here)
"ambient": true, // Makes swirls *less* visible (like beacons)
"particles": false, // Makes swirls *not* visible
"show_icon": true // Makes the icon show in the top right
}
],
"damage": 0.0, // How much damage should happen each tick
"difficulty": 0.0 // This is added on to the clamped regional difficulty (see https://minecraft.wiki/w/Difficulty#Regional_difficulty)
// NOTE: Regional clamped difficulty is a value from 0.0 - 1.0, so values above this won't change anything.
"regeneration_bypass": false // If having Regeneration should disable this zone's effects
}
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