xInfiniteDurability
xInfiniteDurability gives players infinite item durability — tools, weapons, and other condition-based items never lose condition or break. Server owners can enable it globally or restrict it to players with a specific permission.
⚙️ Features
-
🔁 Infinite durability — items never lose condition when used.
-
🧑🤝🧑 Permission-based control — optionally require a permission for players to have infinite durability.
-
⚙️ Fully configurable — toggle the feature and customize the permission name in the config file.
-
🧱 Safe integration — works with all item types that have durability.
-
🧑💼 Admin reload command — reapply config changes instantly without restarting the server.
💻 Console Commands
xid.reload - Reloads the plugin configuration and reapplies permissions.
🔐 Permission
xinfinitedurability.use - Grants infinite durability to players (if RequirePermission is enabled)
📜 Configuration
{
"InfiniteDurability": true,
"RequirePermission": false,
"Permission": "xinfinitedurability.use",
"ExcludeItems": [
"jackhammer",
"chainsaw"
]
}