Mod

FTB Ranks - MT Inventory Weight

Quick rating

FTB Ranks - MT Inventory Weight

No reviews yet

FTB Ranks InventoryWeight connects FTB Ranks with MT Inventory Weight, allowing server admins to grant flat, percent, or multiplier-based carry capacity bonuses through FTB Ranks meta keys.

QoL & Tweaks
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
Creative Commons Attribution 4.0 International
Latest Version
FTB Ranks Inventory Weight 1.0.0-26.1
Authors
CurseForge
Modrinth

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

FTB Ranks Inventory Weight is a server-side add-on for MT Inventory Weight and FTB Ranks.

It lets server admins give players more maximum inventory weight through FTB Ranks rank permission values.

This mod is not standalone.

Required Dependencies

This add-on requires:

FTB Ranks requires FTB Library and Architectury API. Make sure all of them are installed, or FTB Ranks will not load.

Server-side Only

FTB Ranks InventoryWeight is designed to run on the server.

It does not add client UI, keybinds, screens, HUD elements, or tooltips. It only modifies the server-side max weight calculation used by MT Inventory Weight.

This works for both an integrated server (single player / Open to LAN) and a dedicated server.

Features

  • Integrates FTB Ranks with MT Inventory Weight
  • Lets admins configure carry capacity bonuses using FTB Ranks permission nodes
  • Supports flat max-weight bonuses
  • Supports percentage bonuses
  • Supports direct multiplier bonuses
  • Server-side only

Supported FTB Ranks Permission Nodes

The add-on reads these FTB Ranks permission nodes:

inventoryweight.maxweight.add
inventoryweight.maxweight.percent
inventoryweight.maxweight.multiplier

Flat Bonus

/ftbranks node add vip inventoryweight.maxweight.add 50

Gives:

+50 max weight

Percent Bonus

/ftbranks node add vip inventoryweight.maxweight.percent 25

Gives:

+25% max weight

Multiplier Bonus

/ftbranks node add vip inventoryweight.maxweight.multiplier 1.5

Gives:

1.5x max weight

Formula

The final result is calculated like this:

final max weight = (current max weight + add) * (1 + percent / 100) * multiplier

Example:

Current max weight: 100
Add: 50
Percent: 25
Multiplier: 1.5
Final: (100 + 50) * 1.25 * 1.5 = 281.25

Example Rank Setup

/ftbranks node add default inventoryweight.maxweight.add 0
/ftbranks node add vip inventoryweight.maxweight.add 50
/ftbranks node add vip inventoryweight.maxweight.percent 10
/ftbranks node add elite inventoryweight.maxweight.add 100
/ftbranks node add elite inventoryweight.maxweight.percent 25
/ftbranks node add elite inventoryweight.maxweight.multiplier 1.5

You can also set these directly in config/ftbranks/ranks.snbt:

vip {
    permissions: {
        "inventoryweight.maxweight.add": 50
        "inventoryweight.maxweight.percent": 10
    }
}

Documentation

Full documentation is available in:

https://megatrex4.github.io/inventory-weight/guide/addons/ftb-ranks

FTB Ranks InventoryWeight

FTB Ranks InventoryWeight is a server-side add-on for MT Inventory Weight and FTB Ranks.

It lets server admins give players more maximum inventory weight through FTB Ranks rank permission values.

This mod is not standalone.

Required Dependencies

This add-on requires:

FTB Ranks requires FTB Library and Architectury API. Make sure all of them are installed, or FTB Ranks will not load.

Server-side Only

FTB Ranks InventoryWeight is designed to run on the server.

It does not add client UI, keybinds, screens, HUD elements, or tooltips. It only modifies the server-side max weight calculation used by MT Inventory Weight.

This works for both an integrated server (single player / Open to LAN) and a dedicated server.

Features

  • Integrates FTB Ranks with MT Inventory Weight
  • Lets admins configure carry capacity bonuses using FTB Ranks permission nodes
  • Supports flat max-weight bonuses
  • Supports percentage bonuses
  • Supports direct multiplier bonuses
  • Server-side only

Supported FTB Ranks Permission Nodes

The add-on reads these FTB Ranks permission nodes:

inventoryweight.maxweight.add
inventoryweight.maxweight.percent
inventoryweight.maxweight.multiplier

Flat Bonus

/ftbranks node add vip inventoryweight.maxweight.add 50

Gives:

+50 max weight

Percent Bonus

/ftbranks node add vip inventoryweight.maxweight.percent 25

Gives:

+25% max weight

Multiplier Bonus

/ftbranks node add vip inventoryweight.maxweight.multiplier 1.5

Gives:

1.5x max weight

Formula

The final result is calculated like this:

final max weight = (current max weight + add) * (1 + percent / 100) * multiplier

Example:

Current max weight: 100
Add: 50
Percent: 25
Multiplier: 1.5
Final: (100 + 50) * 1.25 * 1.5 = 281.25

Example Rank Setup

/ftbranks node add default inventoryweight.maxweight.add 0
/ftbranks node add vip inventoryweight.maxweight.add 50
/ftbranks node add vip inventoryweight.maxweight.percent 10
/ftbranks node add elite inventoryweight.maxweight.add 100
/ftbranks node add elite inventoryweight.maxweight.percent 25
/ftbranks node add elite inventoryweight.maxweight.multiplier 1.5

You can also set these directly in config/ftbranks/ranks.snbt:

vip {
    permissions: {
        "inventoryweight.maxweight.add": 50
        "inventoryweight.maxweight.percent": 10
    }
}

Documentation

Full documentation is available in:

https://megatrex4.github.io/inventory-weight/guide/addons/ftb-ranks

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync