Skip to content

A simple Minecraft Fabric server-side mod to disable item durability damage on a per-player basis.

License

Notifications You must be signed in to change notification settings

ArkoSammy12/nodura

Repository files navigation

NoDura

This is a small Fabric server-side mod that allows players to configure whether items in their inventories, such as armor and tools, should be damaged when used.

Usage

Use the command /nodura doDurability [true|false] to toggle the durability damage mechanic for yourself. You can also just do /nodura doDurability to check the status of the toggle.

Default NoDura mode

As a server admin, you can also select the default NoDura mode for new players by running /gamerule defaultNoDuraMode <noDuraMode>

Where <noDuraMode> can be one of the following:

  • DoDurability
  • NoDurability

Credits

  • Thanks to Swanlab for the mod's icon.

Support

If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker or join my Discord server.

About

A simple Minecraft Fabric server-side mod to disable item durability damage on a per-player basis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages