Skip to content

Commit

Permalink
Add TNT defuse to permissions and configuration (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFishCakes committed Jul 3, 2023
1 parent fa20f99 commit 996f86c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mkdocs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3472,6 +3472,9 @@ Requires the [`purpur.drop.spawners`](../Permissions#purpurdropspawners) and [`p
* ###### sprinting-damage
- **default**: 1
- **description**: The amount of damage to give if `damage-if-sprinting` is enabled
* ###### defuse-tnt-chance
- **default**: 0.0
- **description**: Percent chance (0.0 - 1.0) that right-clicking primed TNT will defuse it
* ##### snowball
* ###### extinguish
* ###### fire
Expand Down
5 changes: 5 additions & 0 deletions mkdocs/Permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,8 @@ Requires enabling [`totem-of-undying-works-in-inventory`](../Configuration#totem
Requires setting [`shift-right-click-repairs-mending-points`](../Configuration#shift-right-click-repairs-mending-points) to a number greater than 0

- Allows a player to shift-right-click to use their stored experience to mend their gear

## purpur.tnt.defuse
Requires enabling [`defuse-tnt-chance`](../Configuration#defuse-tnt-chance) to a chance greater than 0

- Allows a player to defuse primed TNT when right-clicking with shears

0 comments on commit 996f86c

Please sign in to comment.