<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>346</buildNumber><marked><SHA1>0f931539b3c1d5b83c1ad85e45801b361818e438</SHA1><branch><SHA1>0f931539b3c1d5b83c1ad85e45801b361818e438</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>0f931539b3c1d5b83c1ad85e45801b361818e438</SHA1><branch><SHA1>0f931539b3c1d5b83c1ad85e45801b361818e438</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>0f931539b3c1d5b83c1ad85e45801b361818e438</SHA1><branch><SHA1>0f931539b3c1d5b83c1ad85e45801b361818e438</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'></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>#346</displayName><duration>171120</duration><estimatedDuration>135282</estimatedDuration><fullDisplayName>mcMMO #346</fullDisplayName><id>346</id><inProgress>false</inProgress><keepLog>false</keepLog><number>346</number><queueId>220</queueId><result>SUCCESS</result><timestamp>1783756151338</timestamp><url>https://popicraft.net/jenkins/job/mcMMO/346/</url><builtOn>Builder</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/gmail/nossr50/commands/levelup/RegistrationSource.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpCommandBuilder.java</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/config/CommandOnLevelUpConfigTest.java</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/util/TestPlayerMock.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpAction.java</affectedPath><affectedPath>src/main/resources/level_up_commands.yml</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/util/experience/FormulaManager.java</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/commands/levelup/LevelUpConditionTest.java</affectedPath><affectedPath>Changelog.txt</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpHandler.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/config/experience/ExperienceConfig.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/mcMMO.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpCondition.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/listeners/SelfListener.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpCommandManager.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/config/CommandOnLevelUpConfig.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpCommand.java</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/MMOTestEnvironment.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/util/skills/SkillTools.java</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/commands/levelup/LevelUpCommandTest.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/api/LevelUpCommandAPI.java</affectedPath><commitId>0f931539b3c1d5b83c1ad85e45801b361818e438</commitId><timestamp>1783755610000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Add support for running commands when players level up (#4916)

Server owners can configure commands in the new level_up_commands.yml file with skill level or power level triggers, and other plugins can register commands or callbacks through LevelUpCommandAPI.
</comment><date>2026-07-11 00:40:10 -0700</date><id>0f931539b3c1d5b83c1ad85e45801b361818e438</id><msg>Add support for running commands when players level up (#4916)</msg><path><editType>add</editType><file>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpCommandBuilder.java</file></path><path><editType>add</editType><file>src/main/java/com/gmail/nossr50/commands/levelup/RegistrationSource.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/config/experience/ExperienceConfig.java</file></path><path><editType>add</editType><file>src/test/java/com/gmail/nossr50/commands/levelup/LevelUpCommandTest.java</file></path><path><editType>add</editType><file>src/main/java/com/gmail/nossr50/config/CommandOnLevelUpConfig.java</file></path><path><editType>add</editType><file>src/test/java/com/gmail/nossr50/util/TestPlayerMock.java</file></path><path><editType>edit</editType><file>Changelog.txt</file></path><path><editType>add</editType><file>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpHandler.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/util/experience/FormulaManager.java</file></path><path><editType>add</editType><file>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpAction.java</file></path><path><editType>add</editType><file>src/test/java/com/gmail/nossr50/config/CommandOnLevelUpConfigTest.java</file></path><path><editType>add</editType><file>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpCondition.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/listeners/SelfListener.java</file></path><path><editType>add</editType><file>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpCommand.java</file></path><path><editType>add</editType><file>src/test/java/com/gmail/nossr50/commands/levelup/LevelUpConditionTest.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/util/skills/SkillTools.java</file></path><path><editType>add</editType><file>src/main/resources/level_up_commands.yml</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/mcMMO.java</file></path><path><editType>add</editType><file>src/main/java/com/gmail/nossr50/api/LevelUpCommandAPI.java</file></path><path><editType>add</editType><file>src/main/java/com/gmail/nossr50/commands/levelup/LevelUpCommandManager.java</file></path><path><editType>edit</editType><file>src/test/java/com/gmail/nossr50/MMOTestEnvironment.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://popicraft.net/jenkins/user/github</absoluteUrl><fullName>github</fullName></culprit></freeStyleBuild>