{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 323,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2d5be6d51c01d2990d667f3260e0d40c79e08d16",
            "branch" : [
              {
                "SHA1" : "2d5be6d51c01d2990d667f3260e0d40c79e08d16",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2d5be6d51c01d2990d667f3260e0d40c79e08d16",
            "branch" : [
              {
                "SHA1" : "2d5be6d51c01d2990d667f3260e0d40c79e08d16",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2d5be6d51c01d2990d667f3260e0d40c79e08d16",
        "branch" : [
          {
            "SHA1" : "2d5be6d51c01d2990d667f3260e0d40c79e08d16",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/mcMMO-Dev/mcMMO.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "mcMMO.jar",
      "fileName" : "mcMMO.jar",
      "relativePath" : "target/mcMMO.jar"
    },
    {
      "displayPath" : "original-mcMMO.jar",
      "fileName" : "original-mcMMO.jar",
      "relativePath" : "target/original-mcMMO.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#323",
  "duration" : 47288,
  "estimatedDuration" : 135282,
  "executor" : None,
  "fullDisplayName" : "mcMMO #323",
  "id" : "323",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 323,
  "queueId" : 191,
  "result" : "SUCCESS",
  "timestamp" : 1783233248933,
  "url" : "https://popicraft.net/jenkins/job/mcMMO/323/",
  "builtOn" : "Builder",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/plugin.yml"
        ],
        "commitId" : "8b953a5455179b113c6178841188f0acbcc1b992",
        "timestamp" : 1783232854000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Fix 25percentboost XP perk permissions not being registered Fixes #5121\u000a",
        "date" : "2026-07-04 23:27:34 -0700",
        "id" : "8b953a5455179b113c6178841188f0acbcc1b992",
        "msg" : "Fix 25percentboost XP perk permissions not being registered Fixes #5121",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/plugin.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/util/skills/ParticleEffectUtils.java"
        ],
        "commitId" : "2bd33eef4ac6273c2e55d86f35ee58a9fc3b7d83",
        "timestamp" : 1783232854000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Fix Cripple playing an extra anvil sound that ignored sounds.yml Fixes #5091\u000a",
        "date" : "2026-07-04 23:27:34 -0700",
        "id" : "2bd33eef4ac6273c2e55d86f35ee58a9fc3b7d83",
        "msg" : "Fix Cripple playing an extra anvil sound that ignored sounds.yml Fixes #5091",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/util/skills/ParticleEffectUtils.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/java/com/gmail/nossr50/util/skills/SkillUtilsTest.java",
          "src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java",
          "src/test/java/com/gmail/nossr50/util/ItemUtilsTest.java",
          "src/test/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingTest.java",
          "src/main/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingManager.java"
        ],
        "commitId" : "bc2bd41389c2e51e7da7e38a367012dff68a4fa4",
        "timestamp" : 1783232855000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Use the max_damage component for super ability durability Fixes #5182\u000a\u000aAbility durability now treats the item's max_damage component as the\u000asingle source of maximum durability instead of consulting the repair\u000aconfig, and Tree Feller respects damage modified by other plugins\u000aduring PlayerItemDamageEvent.\u000a",
        "date" : "2026-07-04 23:27:35 -0700",
        "id" : "bc2bd41389c2e51e7da7e38a367012dff68a4fa4",
        "msg" : "Use the max_damage component for super ability durability Fixes #5182",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/java/com/gmail/nossr50/util/skills/SkillUtilsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingManager.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/gmail/nossr50/util/ItemUtilsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changelog.txt"
        ],
        "commitId" : "2d5be6d51c01d2990d667f3260e0d40c79e08d16",
        "timestamp" : 1783232855000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Add 2.2.055 changelog entries for permission, Cripple sound, and durability fixes\u000a",
        "date" : "2026-07-04 23:27:35 -0700",
        "id" : "2d5be6d51c01d2990d667f3260e0d40c79e08d16",
        "msg" : "Add 2.2.055 changelog entries for permission, Cripple sound, and durability fixes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changelog.txt"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
      "fullName" : "nossr50"
    }
  ]
}