-
Notifications
You must be signed in to change notification settings - Fork 0
26.2 Commands and Administration
Dasik (Rifaditya) edited this page Aug 21, 2026
·
1 revision
| Administrative System | Detail |
|---|---|
| Command Engine | Vanilla Minecraft /gamerule Brigadier Command System |
| Namespace |
ig: prefix for all rules |
| Permission Level | Level 2 (OP / Singleplayer Cheats Enabled) |
| GUI Administration | Supported via GameRules screen & ModMenu config |
| Absence Policy | Zero custom Brigadier command subtrees by design |
Durability Multiplier relies entirely on vanilla /gamerule commands. No custom commands (such as /durability set or /durability reload) are added, ensuring 100% native compatibility with vanilla command blocks, functions, permissions, and datapacks.
# Double all items globally (Default)
/gamerule ig:dm_multiplier_global 2
# Give mining tools a 4x lifespan
/gamerule ig:dm_multiplier_tools 4
# Give weapons a 3x lifespan
/gamerule ig:dm_multiplier_weapons 3# Keep armor at vanilla durability (1x) to prevent overly tanky players
/gamerule ig:dm_multiplier_armor 1
# Give weapons 2x durability
/gamerule ig:dm_multiplier_swords 2
/gamerule ig:dm_multiplier_bows 2# Unbreakable Elytra for limitless exploration
/gamerule ig:dm_infinity_elytra true
# Unbreakable Tools for building mega-projects
/gamerule ig:dm_infinity_tools true# Hide multiplier info from item tooltips
/gamerule ig:dm_show_tooltip falseDurability Multiplier is engineered with ❤️ by Dasik (Rifaditya) | Licensed under GNU General Public License v3.0 (GPL-3.0-or-later).
📌 Repository Source Disclaimer: The documentation in this Wiki reflects the current source code state in the repository, which may include recent unreleased commits or developmental features ahead of public release builds on CurseForge and Modrinth.
- 26.2 Hub
- 26.2 Multipliers
- 26.2 God Mode
- 26.2 Damage & Math
- 26.2 Item Classification
- 26.2 Dynamic Registry
- 26.2 Tooltips & HUD
- 26.2 Network Protocol
- 26.2 GameRules Table
- 26.2 Commands & Admin
- 26.2 Advancements
- 26.2 Configuration
- 26.2 ModVersionGuard
- 26.2 Architecture & Mixins
- 26.2 Developer Setup
- 26.2 API & Addons
- 26.2 FAQ & Diagnostics
- 26.1.2 Hub
- 26.1.2 Multipliers
- 26.1.2 God Mode
- 26.1.2 Damage & Math
- 26.1.2 Item Classification
- 26.1.2 Dynamic Registry
- 26.1.2 Tooltips & HUD
- 26.1.2 Network Protocol
- 26.1.2 GameRules Table
- 26.1.2 Commands & Admin
- 26.1.2 Advancements
- 26.1.2 Configuration
- 26.1.2 Architecture & Mixins
- 26.1.2 Developer Setup
- 26.1.2 API & Addons
- 26.1.2 FAQ & Diagnostics