<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>318</buildNumber><marked><SHA1>0949931a61e06ab877607324e609f02a5a5a35e9</SHA1><branch><SHA1>0949931a61e06ab877607324e609f02a5a5a35e9</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>0949931a61e06ab877607324e609f02a5a5a35e9</SHA1><branch><SHA1>0949931a61e06ab877607324e609f02a5a5a35e9</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>0949931a61e06ab877607324e609f02a5a5a35e9</SHA1><branch><SHA1>0949931a61e06ab877607324e609f02a5a5a35e9</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/mcMMO-Dev/mcMMO.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>mcMMO.jar</displayPath><fileName>mcMMO.jar</fileName><relativePath>mcMMO/target/mcMMO.jar</relativePath></artifact><artifact><displayPath>original-mcMMO.jar</displayPath><fileName>original-mcMMO.jar</fileName><relativePath>mcMMO/target/original-mcMMO.jar</relativePath></artifact><building>false</building><displayName>#318</displayName><duration>50139</duration><estimatedDuration>83019</estimatedDuration><fullDisplayName>mcMMO-java8 mc 1.16 and older #318</fullDisplayName><id>318</id><inProgress>false</inProgress><keepLog>false</keepLog><number>318</number><queueId>4563</queueId><result>SUCCESS</result><timestamp>1556245257342</timestamp><url>https://popicraft.net/jenkins/job/mcMMO-java8%20mc%201.16%20and%20older/318/</url><builtOn>Builder</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/gmail/nossr50/listeners/PlayerListener.java</affectedPath><commitId>93fefa031b22fa2fe8432959a1cd1e2ae9c0ba40</commitId><timestamp>1549941963000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Herbalism compatibility with PlayerAnimationEvent
This change in theory should make McMMO herbalism compatible with
plugins that utilise PlayerAnimationEvent. The main reason that I want
to add this is to fix `no swing` false positives in `AAC` (though didn't
get to test this). 
 I would appreciate if someone could test this PR and verify that its
working without any issues. (I am busy for the next few days so I
haven't been able to test it. In theory it looks like it should work. I
could have checked if the event `isCancelled()` however, this doesn't
seem necessary quite yet. Though, if it is needed I can add it 👍 
 Please don't merge this unless it's confirmed completely working. I
will find some time to test it out within the next few days.
</comment><date>2019-02-12 13:26:03 +1000</date><id>93fefa031b22fa2fe8432959a1cd1e2ae9c0ba40</id><msg>Herbalism compatibility with PlayerAnimationEvent</msg><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/listeners/PlayerListener.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/gmail/nossr50/listeners/PlayerListener.java</affectedPath><commitId>3ed4228b7228f40dc8e7f6e25128dbce5ab94deb</commitId><timestamp>1550259649000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Added imports
</comment><date>2019-02-16 05:40:49 +1000</date><id>3ed4228b7228f40dc8e7f6e25128dbce5ab94deb</id><msg>Added imports</msg><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/listeners/PlayerListener.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/gmail/nossr50/listeners/BlockListener.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/events/skills/McMMOPlayerNotificationEvent.java</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/listeners/EntityListener.java</affectedPath><affectedPath>pom.xml</affectedPath><affectedPath>Changelog.txt</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/util/player/UserManager.java</affectedPath><commitId>467025888c513485b727a35da4ea582f03c48dd4</commitId><timestamp>1556242104000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></author><authorEmail>nossr50@gmail.com</authorEmail><comment>Fixed #3858 - Falling blocks in water not getting tracked
</comment><date>2019-04-25 18:28:24 -0700</date><id>467025888c513485b727a35da4ea582f03c48dd4</id><msg>Fixed #3858 - Falling blocks in water not getting tracked</msg><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/events/skills/McMMOPlayerNotificationEvent.java</file></path><path><editType>edit</editType><file>pom.xml</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/listeners/BlockListener.java</file></path><path><editType>edit</editType><file>Changelog.txt</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/listeners/EntityListener.java</file></path><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/util/player/UserManager.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>Changelog.txt</affectedPath><affectedPath>src/main/java/com/gmail/nossr50/runnables/skills/AbilityDisableTask.java</affectedPath><commitId>30df57fa355fb7bbe151b10954cf30f979f469df</commitId><timestamp>1556243209000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></author><authorEmail>nossr50@gmail.com</authorEmail><comment>Fix async tool lower
</comment><date>2019-04-25 18:46:49 -0700</date><id>30df57fa355fb7bbe151b10954cf30f979f469df</id><msg>Fix async tool lower</msg><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/runnables/skills/AbilityDisableTask.java</file></path><path><editType>edit</editType><file>Changelog.txt</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/gmail/nossr50/listeners/InventoryListener.java</affectedPath><affectedPath>Changelog.txt</affectedPath><commitId>be8a2a4b079f406ada7b5b7f294e7f4dcf333de3</commitId><timestamp>1556243358000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></author><authorEmail>nossr50@gmail.com</authorEmail><comment>Fixes #3902 - NPE in Inventory Listener
</comment><date>2019-04-25 18:49:18 -0700</date><id>be8a2a4b079f406ada7b5b7f294e7f4dcf333de3</id><msg>Fixes #3902 - NPE in Inventory Listener</msg><path><editType>edit</editType><file>src/main/java/com/gmail/nossr50/listeners/InventoryListener.java</file></path><path><editType>edit</editType><file>Changelog.txt</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>Changelog.txt</affectedPath><affectedPath>src/main/resources/experience.yml</affectedPath><commitId>8efee39f7efac75d454c1641fdcc8a8182413ed6</commitId><timestamp>1556243681000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></author><authorEmail>nossr50@gmail.com</authorEmail><comment>Add sweet berrys to Herbalism XP tables (update configs)
</comment><date>2019-04-25 18:54:41 -0700</date><id>8efee39f7efac75d454c1641fdcc8a8182413ed6</id><msg>Add sweet berrys to Herbalism XP tables (update configs)</msg><path><editType>edit</editType><file>Changelog.txt</file></path><path><editType>edit</editType><file>src/main/resources/experience.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pom.xml</affectedPath><commitId>0949931a61e06ab877607324e609f02a5a5a35e9</commitId><timestamp>1556243809000</timestamp><author><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></author><authorEmail>nossr50@gmail.com</authorEmail><comment>2.1.49
</comment><date>2019-04-25 18:56:49 -0700</date><id>0949931a61e06ab877607324e609f02a5a5a35e9</id><msg>2.1.49</msg><path><editType>edit</editType><file>pom.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://popicraft.net/jenkins/user/nossr50</absoluteUrl><fullName>nossr50</fullName></culprit><culprit><absoluteUrl>https://popicraft.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>