Community listing page, reviews here may not be monitored by the author.
JumpDuplicator
No reviews yet
Jump Duplicator is a server-side Fabric mod for Minecraft Java Edition 26.2. When a survival or adventure player starts a valid jump, nearby non-player entities are copied around the player.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
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
Jump Duplicator
Jump Duplicator is a server-side Fabric mod for Minecraft Java Edition 26.2. When a survival or adventure player starts a valid jump, nearby non-player entities are copied around the player.
Installation
- Install Fabric Loader 0.19.3 or newer for Minecraft 26.2.
- Install Fabric API for Minecraft 26.2 on the server.
- Put the built
jumpduplicatorJAR into the servermodsfolder. - Start the server once to create
config/jumpduplicator.json.
The mod runs its logic on the logical server. Clients do not need the mod installed for multiplayer servers.
Building
Use the Gradle wrapper:
./gradlew build
On Windows:
.\gradlew.bat build
The remapped mod JAR is written to build/libs/.
Commands
Root command aliases:
/jumpduplicator/jumpdupe/jd
Available commands:
/jumpduplicator help/jumpduplicator status/jumpduplicator enable/jumpduplicator disable/jumpduplicator reload/jumpduplicator radius <value>/jumpduplicator offset <value>/jumpduplicator amount <value>/jumpduplicator cooldown <ticks>/jumpduplicator maxentities <amount>/jumpduplicator notify <true|false>/jumpduplicator duplicate
Administrative commands require the configured vanilla permission level. /jumpduplicator duplicate manually runs duplication for the executing player.
Configuration
The config file is config/jumpduplicator.json and is created automatically on first launch.
{
"enabled": true,
"radius": 16.0,
"verticalOffset": 1.0,
"duplicationAmount": 1,
"cooldownTicks": 1,
"maximumEntitiesPerJump": 1000,
"duplicateItems": true,
"duplicateOnlySingleItems": true,
"duplicateExperienceOrbs": true,
"duplicatePassiveMobs": true,
"duplicateHostileMobs": true,
"duplicateVillagers": true,
"duplicateProjectiles": true,
"duplicateVehicles": true,
"duplicateArmorStands": true,
"duplicateTnt": true,
"duplicateFallingBlocks": true,
"duplicateOtherEntities": true,
"copyVelocity": true,
"copyCustomNbt": true,
"requirePermission": false,
"permissionLevel": 2,
"notifyPlayer": false,
"skipBosses": true,
"skipTamedEntities": false,
"skipNamedEntities": false,
"safeSpawnCheck": true
}
Invalid values are clamped back to safe ranges during load. Use /jumpduplicator reload to reload the config without restarting.
Performance Warning
Entity duplication can create severe server lag. Keep radius, duplicationAmount, and maximumEntitiesPerJump conservative, especially on public servers or farms with many item entities.
Example Behavior
If a dropped stack of oak logs is within the radius and a player starts a valid jump, a copied item entity appears on the same X/Z position with verticalOffset applied. By default, item stack copies contain only 1 item, even when the original stack contains more.
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