Minecraft ArmorWeight mod 2026 download
logo
minecraft mod ArmorWeight

ArmorWeight

Game Version: 1.13
Total Downloads: 14,587
Updated: Sep 21, 2018
Created: Jul 21, 2014
Download ArmorWeightDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
ArmorWeight v0.3.16 release 124.57 KB Sep 21, 2018 1.13 3,413 download ArmorWeight ArmorWeight v0.3.16 releaseDownload
ArmorWeight v0.3.15 release 124.44 KB Mar 30, 2018 1.12 942 download ArmorWeight ArmorWeight v0.3.15 releaseDownload
ArmorWeight v0.3.14 release 123.45 KB Sep 10, 2017 1.12 882 download ArmorWeight ArmorWeight v0.3.14 releaseDownload
ArmorWeight v0.3.13 release 136.85 KB May 9, 2017 1.12 581 download ArmorWeight ArmorWeight v0.3.13 releaseDownload
ArmorWeight v0.3.12 release 113.96 KB Mar 16, 2016 1.9 1,191 download ArmorWeight ArmorWeight v0.3.12 releaseDownload
ArmorWeight v0.3.11 release 113.92 KB Mar 2, 2016 1.9 303 download ArmorWeight ArmorWeight v0.3.11 releaseDownload
ArmorWeight v0.3.10 release 113.67 KB Aug 21, 2015 1.8.3 830 download ArmorWeight ArmorWeight v0.3.10 releaseDownload
ArmorWeight v0.3.9 release 111.34 KB Jul 12, 2015 1.8.3 542 download ArmorWeight ArmorWeight v0.3.9 releaseDownload
ArmorWeight v0.3.8 release 110.95 KB Jun 17, 2015 1.8.3 399 download ArmorWeight ArmorWeight v0.3.8 releaseDownload
ArmorWeight v0.3.7 release 111.66 KB Jun 7, 2015 1.8.1 399 download ArmorWeight ArmorWeight v0.3.7 releaseDownload
ArmorWeight v0.3.6 release 103.33 KB May 10, 2015 1.8.1 354 download ArmorWeight ArmorWeight v0.3.6 releaseDownload
ArmorWeight v0.3.5 release 100.22 KB Feb 7, 2015 1.8 941 download ArmorWeight ArmorWeight v0.3.5 releaseDownload
ArmorWeight v0.3.4 release 100.10 KB Feb 1, 2015 1.8 325 download ArmorWeight ArmorWeight v0.3.4 releaseDownload
ArmorWeight v0.3.3 release 99.53 KB Feb 1, 2015 1.8 211 download ArmorWeight ArmorWeight v0.3.3 releaseDownload
ArmorWeight v0.3.2 release 91.60 KB Jan 23, 2015 1.8 340 download ArmorWeight ArmorWeight v0.3.2 releaseDownload
ArmorWeight v0.3.1 release 90.24 KB Oct 4, 2014 1.7.2 1,220 download ArmorWeight ArmorWeight v0.3.1 releaseDownload
ArmorWeight v0.3.0 release 87.17 KB Sep 13, 2014 1.7.2 350 download ArmorWeight ArmorWeight v0.3.0 releaseDownload
ArmorWeight v0.2.1 release 79.71 KB Aug 25, 2014 1.7.2 554 download ArmorWeight ArmorWeight v0.2.1 releaseDownload
ArmorWeight v0.2.0 release 76.28 KB Aug 5, 2014 1.7.2 476 download ArmorWeight ArmorWeight v0.2.0 releaseDownload
ArmorWeight v0.1.0 release 54.76 KB Jul 21, 2014 1.7.2 334 download ArmorWeight ArmorWeight v0.1.0 releaseDownload

Screenshots

Description

Share this:

ArmorWeight adds weight to your armor! Heavier armor makes the player more immovable and slower. Decide twice if you want that heavy but strong diamond armor or if that swift leather armor would be better.

Main Features

  • Balance armor types! Strong armor now gets nerft by making the player slower and more immovable. Also, this increases the power of horses, as you keep your speed on them.
  • More realism! Add realism to fights and duels on your server.
  • More strategy! Tanky or good at escaping? Your players will have to decide and makeup strategies!
  • No mods / use of potion effects needed!
  • Fully configurable! Change every value and message for this plugin!
  • Supports Forge items! Just add the mod Material names to the config file and it will just work! Mod armor tutorial

Commands

/weight [player] Get the weight of a player
/armorweight<help;reload> Displays generic plugin help or reloads the plugin

Showcase Video by Spencer Recor

Configuration

How weight works

  • A "normal" Minecraft player weighs 100
  • Less weight (e.g. 80) means lighter (= faster)
  • More weight (e.g. 120) means heavier (= slower)
  • Player weight = normal weight + armor weight
  • A "normal" Minecraft horse weighs 500
  • Horse weight = normal weight + rider (player) weight + armor weight
# The language
chat:
  language: enUS

# The weight of a player / horse wearing no armor
playerWeight: 90
horseWeight: 400

# Enable / disable weight for players, horses, enchantments ...
weightEnabled:
  armor:
    player: true
    horse: true
  horseRider: true
  enchantment: false

# Enable / disable the speed (slowness) and knockback effect for players or horses
effectEnabled:
  speed:
    player: true
playerCreative: false # for creative mode horse: true
amplifier: 1.0 # how strong speed should change
knockback:
player: true
amplifier: 1.0 # how strong knockback should change # A list of all enabled worlds enabledWorlds: - "*" # A star (*) will enable all worlds - "world" - "world_nether" - "world_the_end" armor: # The weight of a full armor for each material type # You may also use any item (e.g. "pumpkin", "player_skull") weight: leather: 10 gold: 40 chainmail: 20 iron: 30 diamond: 50 pumpkin: -10 # The percentage share of a certain piece in total weight of the armor share: helmet: 17 chestplate: 45 leggings: 25 boots: 13 enchantment: # Make sure to enable this in weightEnabled.enchantment if you want to use it # How much every enchantment level adds to the weight of a armor piece weight: # The weight for all enchantments not specified general: 3 protection: 5 unbreaking: 5 weightWarning: # Whether warnings should be displayed when players wear heavier armor (text configurable in lang.yml) enabled: true # How many seconds have to pass until another warning can be displayed cooldown: 10

Permissions

armorweight.weight.armor Makes your weight be changed by armor

armorweight.effect.speed

Makes your movement speed change depending on your weight

armorweight.effect.knockback

Changes how you are knockbacked depending on how much you weigh (heavier players are knocked back less, lighter farther)
armorweight.command.weight.getown Allows you to display your current weight
armorweight.command.weight.getothers Allows you to display the current weight of other players
armorweight.command.plugin.info Allows you to display information about ArmorWeight
armorweight.command.plugin.reload Allows you to reload the configurations of ArmorWeight

Source, JavaDoc, Buildserver, Maven, Documentation

  • Short documentation
  • Source at Bitbucket
  • View JavaDoc
  • Buildserver
  • Maven repository

You are free to make a plugin that uses ArmorWeight, but you have to credit me and link back to the plugin. Also, feel free to share your creations and send them to me!

Metrics

Since version 0.3.13 this plugin sends statistics data to bstats.org (respectively before 0.3.13 to mcstats.org). To disable this, set the value "metricsEnabled" config.yml to "false".

Cauldron Servers

If you get an exception regarding horse speeds on Cauldron, disable the horse speed effect.

Compatibility

ArmorWeight should work with all plugins that do not change the player or horse speeds. There are known compatibility issues when also having the plugin ZHorse installed. Disable the horse speed effect when using it.

If you encounter a plugin that is not compatible, please leave a comment I and will get to it.

ArmorWeight is compatible with:

  • Thirst, making players with heavy armor more thirsty!
  • Essentials
  • NoCheatPlus

Comments

Add a comment