<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>337</buildNumber><marked><SHA1>980b6cbe9953b2c47da4df976a817d0ff8ac21dd</SHA1><branch><SHA1>980b6cbe9953b2c47da4df976a817d0ff8ac21dd</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>980b6cbe9953b2c47da4df976a817d0ff8ac21dd</SHA1><branch><SHA1>980b6cbe9953b2c47da4df976a817d0ff8ac21dd</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>980b6cbe9953b2c47da4df976a817d0ff8ac21dd</SHA1><branch><SHA1>980b6cbe9953b2c47da4df976a817d0ff8ac21dd</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/337/artifact</artifactsUrl><changesUrl>https://popicraft.net/jenkins/job/mcMMO/changes</changesUrl><displayUrl>https://popicraft.net/jenkins/job/mcMMO/337/</displayUrl><testsUrl>https://popicraft.net/jenkins/job/mcMMO/337/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>#337</displayName><duration>57327</duration><estimatedDuration>135282</estimatedDuration><fullDisplayName>mcMMO #337</fullDisplayName><id>337</id><inProgress>false</inProgress><keepLog>false</keepLog><number>337</number><queueId>209</queueId><result>SUCCESS</result><timestamp>1783636448740</timestamp><url>https://popicraft.net/jenkins/job/mcMMO/337/</url><builtOn>Builder</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/gmail/nossr50/util/player/NotificationManager.java</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/datatypes/player/McMMOPlayerPowerLevelCapTest.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/util/skills/SkillToolsTest.java</affectedPath><affectedPath>src/main/resources/locale/locale_en_US.properties</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/commands/XprateCommandTest.java</affectedPath><affectedPath>Changelog.txt</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/util/player/NotificationManagerTest.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/config/experience/ExperienceConfig.java</affectedPath><affectedPath>src/test/java/com/gmail/nossr50/config/experience/ExperienceConfigTest.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/datatypes/notifications/SensitiveCommandType.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/mcMMO.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/util/commands/CommandRegistrationManager.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/commands/XprateCommand.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/listeners/PlayerListener.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/listeners/SelfListener.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/api/ExperienceAPI.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/util/skills/SkillTools.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/listeners/DiminishedReturns.java</affectedPath><commitId>980b6cbe9953b2c47da4df976a817d0ff8ac21dd</commitId><timestamp>1783636266000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></author><authorEmail>nossr50@gmail.com</authorEmail><comment>Overhaul /xprate with per-skill rates and cleaner announcements

Adds per-skill XP rates (/xprate mining 5.3) that resolve max-wins
against the global rate, an implicit event flag, rejection of rates
below the configured baseline, and /xprate show with per-rate
durations and tab completion hints.

Admin notifications now show the sender as a hoverable @name with
their UUID in the hover instead of appending the UUID to the name;
the console copy keeps name (uuid). Skill names in messages come from
the display-cased Overhaul.Name locale keys.

Also lowercases skill name tab completion across commands and fixes
the outdated-server warning to name Minecraft 1.20.5.
</comment><date>2026-07-09 15:31:06 -0700</date><id>980b6cbe9953b2c47da4df976a817d0ff8ac21dd</id><msg>Overhaul /xprate with per-skill rates and cleaner announcements</msg><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/api/ExperienceAPI.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/commands/XprateCommand.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/listeners/PlayerListener.java</file></path><path><editType>edit</editType><file>src/test/java/com/gmail/nossr50/util/player/NotificationManagerTest.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/util/skills/SkillTools.java</file></path><path><editType>edit</editType><file>src/test/java/com/gmail/nossr50/commands/XprateCommandTest.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/config/experience/ExperienceConfig.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/datatypes/notifications/SensitiveCommandType.java</file></path><path><editType>edit</editType><file>src/main/resources/locale/locale_en_US.properties</file></path><path><editType>edit</editType><file>src/test/java/com/gmail/nossr50/config/experience/ExperienceConfigTest.java</file></path><path><editType>edit</editType><file>src/test/java/com/gmail/nossr50/util/skills/SkillToolsTest.java</file></path><path><editType>edit</editType><file>Changelog.txt</file></path><path><editType>edit</editType><file>src/test/java/com/gmail/nossr50/datatypes/player/McMMOPlayerPowerLevelCapTest.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/listeners/DiminishedReturns.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/listeners/SelfListener.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/mcMMO.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/util/commands/CommandRegistrationManager.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/util/player/NotificationManager.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName><id>nossr50</id></culprit></freeStyleBuild>