This server-side mod adds a brand-new, fully configurable Double Jump enchantment for boots.
!Enchantment on boots
Please report any bugs, errors, or feature suggestions on Discord: https://discord.gg/4XUPywnEyE
Install on the server. Client installation is optional (vanilla clients can join and use it seamlessly). Singleplayer note: Works perfectly in singleplayer. Just install it normally in your mods folder.
You have full control over how the mod behaves. You can find the config file here:
<server>/config/doublejumpenchant-server.toml<server>/config/doublejumpenchant-server.jsonConfig Options:
levelBoosts — A list of jump strengths. The number of values you put here automatically determines how many levels the enchantment has!allowBookUpgrades — Turn on/off the ability to combine books on an anvil.anvilUpgradeExperienceCost — Set the exact XP level cost for combining books.treasureBooksEnabled — Enable/disable chest generation for Double Jump books.treasureBookChance — Global chance to add the Double Jump loot pool.treasureBookMinRolls — Minimum rolls for that loot pool.treasureBookMaxRolls — Maximum rolls for that loot pool.treasureBookLevelWeights — Per-level weights (e.g. [6, 3, 1]).treasureBookLootTables — List of loot tables where books may appear.treasureOnlyEnchantment — If true, Double Jump is treated as treasure-only (not obtainable from the enchanting table).Default Setup: Out of the box, the mod is balanced with 3 tiers and anvil upgrades enabled:
levelBoosts = [0.38, 0.47, 0.54]
allowBookUpgrades = true
anvilUpgradeExperienceCost = 8
treasureBooksEnabled = true
treasureBookChance = 0.12
treasureBookMinRolls = 1
treasureBookMaxRolls = 1
treasureBookLevelWeights = [6, 3, 1]
treasureOnlyEnchantment = false
If you have allowBookUpgrades set to true, players can combine books of the same tier to reach the next level:
Double Jump I + Double Jump I ➔ Double Jump IIDouble Jump II + Double Jump II ➔ Double Jump III
(Players can only craft up to the highest level you've defined in your config)..jar file.levelBoosts config.
A server-side Double Jump enchantment for boots. Fully configurable jump strengths, max levels, and anvil book upgrades. No client mod required!