<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>323</buildNumber><marked><SHA1>2d5be6d51c01d2990d667f3260e0d40c79e08d16</SHA1><branch><SHA1>2d5be6d51c01d2990d667f3260e0d40c79e08d16</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>2d5be6d51c01d2990d667f3260e0d40c79e08d16</SHA1><branch><SHA1>2d5be6d51c01d2990d667f3260e0d40c79e08d16</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>2d5be6d51c01d2990d667f3260e0d40c79e08d16</SHA1><branch><SHA1>2d5be6d51c01d2990d667f3260e0d40c79e08d16</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/mcMMO-Dev/mcMMO.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://popicraft.net/jenkins/job/mcMMO/323/artifact</artifactsUrl><changesUrl>https://popicraft.net/jenkins/job/mcMMO/changes</changesUrl><displayUrl>https://popicraft.net/jenkins/job/mcMMO/323/</displayUrl><testsUrl>https://popicraft.net/jenkins/job/mcMMO/323/testReport</testsUrl></action><artifact><displayPath>mcMMO.jar</displayPath><fileName>mcMMO.jar</fileName><relativePath>target/mcMMO.jar</relativePath></artifact><artifact><displayPath>original-mcMMO.jar</displayPath><fileName>original-mcMMO.jar</fileName><relativePath>target/original-mcMMO.jar</relativePath></artifact><building>false</building><displayName>#323</displayName><duration>47288</duration><estimatedDuration>135282</estimatedDuration><fullDisplayName>mcMMO #323</fullDisplayName><id>323</id><inProgress>false</inProgress><keepLog>false</keepLog><number>323</number><queueId>191</queueId><result>SUCCESS</result><timestamp>1783233248933</timestamp><url>https://popicraft.net/jenkins/job/mcMMO/323/</url><builtOn>Builder</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/resources/plugin.yml</affectedPath><commitId>8b953a5455179b113c6178841188f0acbcc1b992</commitId><timestamp>1783232854000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></author><authorEmail>nossr50@gmail.com</authorEmail><comment>Fix 25percentboost XP perk permissions not being registered Fixes #5121
</comment><date>2026-07-04 23:27:34 -0700</date><id>8b953a5455179b113c6178841188f0acbcc1b992</id><msg>Fix 25percentboost XP perk permissions not being registered Fixes #5121</msg><path><editType>edit</editType><file>src/main/resources/plugin.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/gmail/nossr50/util/skills/ParticleEffectUtils.java</affectedPath><commitId>2bd33eef4ac6273c2e55d86f35ee58a9fc3b7d83</commitId><timestamp>1783232854000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></author><authorEmail>nossr50@gmail.com</authorEmail><comment>Fix Cripple playing an extra anvil sound that ignored sounds.yml Fixes #5091
</comment><date>2026-07-04 23:27:34 -0700</date><id>2bd33eef4ac6273c2e55d86f35ee58a9fc3b7d83</id><msg>Fix Cripple playing an extra anvil sound that ignored sounds.yml Fixes #5091</msg><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/util/skills/ParticleEffectUtils.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/test/java/com/gmail/nossr50/util/skills/SkillUtilsTest.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/util/ItemUtilsTest.java</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingTest.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingManager.java</affectedPath><commitId>bc2bd41389c2e51e7da7e38a367012dff68a4fa4</commitId><timestamp>1783232855000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></author><authorEmail>nossr50@gmail.com</authorEmail><comment>Use the max_damage component for super ability durability Fixes #5182

Ability durability now treats the item's max_damage component as the
single source of maximum durability instead of consulting the repair
config, and Tree Feller respects damage modified by other plugins
during PlayerItemDamageEvent.
</comment><date>2026-07-04 23:27:35 -0700</date><id>bc2bd41389c2e51e7da7e38a367012dff68a4fa4</id><msg>Use the max_damage component for super ability durability Fixes #5182</msg><path><editType>add</editType><file>src/test/java/com/gmail/nossr50/util/skills/SkillUtilsTest.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingManager.java</file></path><path><editType>edit</editType><file>src/test/java/com/gmail/nossr50/util/ItemUtilsTest.java</file></path><path><editType>edit</editType><file>src/test/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>Changelog.txt</affectedPath><commitId>2d5be6d51c01d2990d667f3260e0d40c79e08d16</commitId><timestamp>1783232855000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></author><authorEmail>nossr50@gmail.com</authorEmail><comment>Add 2.2.055 changelog entries for permission, Cripple sound, and durability fixes
</comment><date>2026-07-04 23:27:35 -0700</date><id>2d5be6d51c01d2990d667f3260e0d40c79e08d16</id><msg>Add 2.2.055 changelog entries for permission, Cripple sound, and durability fixes</msg><path><editType>edit</editType><file>Changelog.txt</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName><id>nossr50</id></culprit></freeStyleBuild>