HomeJavaModsAvarus
Avarus

About

Server-side Fabric mod adding commands that give the player permanent attribute modifiers at the cost of a large amount of a single item.

By default contains 43 purchasable buffs designed for a completionist playthrough.

Commands

Configuration

The configuration can be found at config/avarus.json.

Buff entry structure:

Default configuration:

{
  "buffs": [
    {
      "itemId": "minecraft:sugar",
      "itemsRequired": 512,
      "attributeId": "minecraft:generic.movement_speed",
      "value": 0.075,
      "operationId": "multiply_base"
    },
    {
      "itemId": "minecraft:feather",
      "itemsRequired": 512,
      "attributeId": "minecraft:generic.movement_speed",
      "value": 0.075,
      "operationId": "multiply_base"
    },
    ...
  ] 
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more