PaperTweaks
v0.4.x
v0.4.x
  • Paper Tweaks
  • F.A.Q
  • Getting Started
  • i18n
  • Discord
  • GitHub
  • Modules
    • 💤AFK Display
    • đŸ›Ąī¸Armored Elytras
    • 🔙Back
    • đŸĨŖCauldron Concrete
    • 🎆Confetti Creepers
    • 🧭Coordinates HUD
    • Count Mob Deaths
    • Custom Nether Portals
    • Durability Ping
    • âŦ†ī¸Elevators
    • âŦFast Leaf Decay
    • 💎Gem Villagers
    • đŸĒĻGraves
Powered by GitBook
On this page
  • Commands
  • Permissions
  • Configuration

Was this helpful?

Export as PDF
  1. Modules

Durability Ping

Notifies players when their tools are close to breaking

Commands

Command
Info

/durabilityping config

Permission: vanillatweaks.durabilityping.config Description: Configure personal durability ping settings

/durabilityping config reset

Permission: vanillatweaks.durabilityping.config Description: Reset personal settings to their defaults

/durabilityping admin config

Permission: vanillatweaks.durabilityping.admin.config Description: Configure global durability ping settings

/durabilityping admin config reset

Permission: vanillatweaks.durabilityping.admin.config Description: Reset global durability ping settings to their defaults

Permissions

Permission
Info

vanillatweaks.durabilityping.config

Default: true Description: Use both /dp config commands

vanillatweaks.durabilityping.notification

Default: true Description: Allows a notification to be shown

vanillatweaks.durabilityping.admin.config

Default: op Description: Use both /dp admin config commands

Configuration

# The amount of uses left a piece of equipment should have left before notifying the player
uses-left: 10
# Cooldown in seconds between notifications to limit spam
notification-cooldown-seconds: 10
defaults:
  # Default setting for notifying players when their main/off hand tools get low
  hand-ping: true
  # Default setting for notifying players when their equipped armor gets low
  armor-ping: true
  # Default setting for playing a sound upon a notification
  play-sound: true
  # Default setting for displaying the notification to the player. Can be one of: TITLE, SUBTITLE, CHAT, ACTION_BAR, HIDDEN
  display: "SUBTITLE"
# Enable the durability ping by default for new players
enabled-by-default: true
PreviousCustom Nether PortalsNextElevators

Last updated 2 years ago

Was this helpful?