Skip to content

Commit 1f123a4

Browse files
committed
Add missing permission nodes for copper repair and salvage Fixes #5225
1 parent c96cb95 commit 1f123a4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Version 2.2.045
33
Fixed an error that could happen when replanting crops with Green Thumb
44
Fixed a bug where salvage.vanilla.yml was readding deleted entries on server restart
55
Fixed a bug where repair.vanilla.yml was readding deleted entries on server restart
6+
Added missing permission node 'mcmmo.ability.repair.copperrepair'
7+
Added missing permission node 'mcmmo.ability.salvage.coppersalvage'
68

79
NOTES:
810
The delay from a plant being replanted from Green Thumb is intentional, and while looking into bugs it seemd maybe a tad slow, so I sped it up a bit.

src/main/resources/plugin.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ permissions:
529529
mcmmo.ability.repair.armorrepair: true
530530
mcmmo.ability.repair.netheriterepair: true
531531
mcmmo.ability.repair.diamondrepair: true
532+
mcmmo.ability.repair.copperrepair: true
532533
mcmmo.ability.repair.goldrepair: true
533534
mcmmo.ability.repair.ironrepair: true
534535
mcmmo.ability.repair.leatherrepair: true
@@ -548,6 +549,8 @@ permissions:
548549
description: Allows ability to repair Netherite tools & armor
549550
mcmmo.ability.repair.diamondrepair:
550551
description: Allows ability to repair Diamond tools & armor
552+
mcmmo.ability.repair.copperrepair:
553+
description: Allows ability to repair Copper tools & armor
551554
mcmmo.ability.repair.goldrepair:
552555
description: Allows ability to repair Gold tools & armor
553556
mcmmo.ability.repair.ironrepair:
@@ -584,6 +587,7 @@ permissions:
584587
mcmmo.ability.salvage.diamondsalvage: true
585588
mcmmo.ability.salvage.netheritesalvage: true
586589
mcmmo.ability.salvage.goldsalvage: true
590+
mcmmo.ability.salvage.coppersalvage: true
587591
mcmmo.ability.salvage.ironsalvage: true
588592
mcmmo.ability.salvage.leathersalvage: true
589593
mcmmo.ability.salvage.othermaterialsalvage: true
@@ -604,6 +608,8 @@ permissions:
604608
description: Allows ability to salvage Diamond tools & armor
605609
mcmmo.ability.salvage.goldsalvage:
606610
description: Allows ability to salvage Gold tools & armor
611+
mcmmo.ability.salvage.coppersalvage:
612+
description: Allows ability to salvage Copper tools & armor
607613
mcmmo.ability.salvage.ironsalvage:
608614
description: Allows ability to salvage Iron tools & armor
609615
mcmmo.ability.salvage.leathersalvage:

0 commit comments

Comments
 (0)