<mavenModuleSet _class='hudson.maven.MavenModuleSet'><action></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction'><displayUrl>https://letsbuild.net/jenkins/view/all/job/SKCompat/</displayUrl></action><action _class='com.cloudbees.plugins.credentials.ViewCredentialsAction'><stores></stores></action><description># SKCompat

An extension to [CommandHelper](https://github.com/EngineHub/CommandHelper) providing access to functionality in WorldEdit and WorldGuard.

**CHWorldEdit** provides functions for WorldEdit. **CHWorldGuard** provides functions for WorldGuard. **SKCompat** combines both, which means you only need to download one file.
See **[CHRegionChange](https://github.com/PseudoKnight/CHRegionChange)** for a WorldGuard event that fires on region boundary crossings.

## Builds

### Latest

**[SKCompat 3.3.0](https://github.com/jb-aero/SKCompat/releases/tag/v3.3.0)** (CommandHelper 3.3.5, Spigot 1.16.5 - 1.21.4, WorldEdit 7.2 - 7.3, WorldGuard 7.0)

### Legacy

**[SKCompat 3.1.4](https://github.com/jb-aero/SKCompat/releases/tag/v3.1.4)** (CommandHelper 3.3.4 - 3.3.5, Spigot 1.13.2 - 1.19.4, WorldEdit 7.0 - 7.2, WorldGuard 7.0)  
**[SKCompat 2.1.1](https://github.com/jb-aero/SKCompat/releases/tag/v2.1.1)** (CommandHelper 3.3.2, Spigot 1.7.10 - 1.12.2, WorldEdit/WorldGuard 6)

## Documentation

Full function documentation can be seen using VSCode with the MethodScript extension when SKCompat is installed.
Alternatively, [here's a guide](https://github.com/jb-aero/SKCompat/blob/master/DOCUMENTATION.md) to create a command to
see documentation in-game.

### Compact Function Reference
#### WorldEdit

In these WorldEdit functions, user refers to console or player, where console is `null` or `'~console'`.

**sk_pos1([user], array | [user] | array)** Sets or gets the user's point 1.  
**sk_pos2([user], array | [user] | array)** Sets or gets the user's point 2.  
**sk_setblock([user], pattern)** Sets the current selection to blocks defined by the provided block pattern.  
**sk_replace_blocks([user], mask, pattern)** Replaces blocks matching the mask in the current selection with a pattern.  
**skcb_copy(location | user, [options])** Copies the selected region into the clipboard.  
**skcb_paste(location | user, [options])** Pastes a schematic from the user's clipboard.  
**skcb_load(filename, [user])** Loads a schematic into the clipboard from file.  
**skcb_save(filename, [overwrite], [user])** Saves a schematic in the clipboard to file.  
**skcb_rotate([user,] y, [x, z])** Rotates the clipboard by the given degrees for each corresponding axis.  
**skcb_clear([user])** Clears the clipboard for the specified user.  
**sk_schematic_exists(filename)** Returns whether a schematic by that name exists.  
**sk_clipboard_info([user])** Returns an array with selection info of the give user's clipboard.

#### WorldGuard

**sk_all_regions([world])** Returns all the regions in all worlds, or just the one world.  
**sk_region_info(region, world, [value])** Returns information about the a region in the given world.  
**sk_region_overlaps(world, region1, array(region2, [regionN...]))** Returns whether or not the specified regions overlap.  
**sk_region_intersect(world, first_region, [other_region(s)]}** Returns array of regions which intersect with first region.  
**sk_region_contains([world], region, locationArray)** Returns whether the location is within the region.  
**sk_current_regions([player])** Returns an array of regions a player is in.  
**sk_regions_at(locationArray)** Returns a list of regions at the specified location.  
**sk_region_volume(region, world)** Returns the volume of a region in the given world.  
**sk_region_create([world], name, array(locationArray, [...]))** Create region of the given name in the given world.  
**sk_region_update([world], region, array(locationArray, [...]))** Updates the boundaries of a given region.  
**sk_region_rename([world], oldName, newName])** Renames an existing region.  
**sk_region_remove([world], region)** Removes existing region.  
**sk_region_exists([world], region)** Check if a region by that name exists in a world.  
**sk_region_addowner(region, [world], [owner(s)])** Add owner(s) to a region.  
**sk_region_remowner(region, [world], [owner(s)])** Removes owner(s) from a region.  
**sk_region_owners(region, world)** Returns an array of owners of this region.  
**sk_region_addmember(region, [world], [member(s)])** Add member(s) to a region.  
**sk_region_remmember(region, [world], [member(s)])** Remove member(s) from a region.  
**sk_region_members(region, world)** Returns an array of members of this region.  
**sk_register_flag(name, [type])** Registers a new region flag. Type must be BOOLEAN, DOUBLE, INTEGER, LOCATION or STRING (default).  
**sk_region_flag(world, region, flagName, flagValue, [group])** Add/change/remove flag in a region.  
**sk_region_check_flag(locationArray, flagName, [player])** Check state of selected flag in defined location.  
**sk_region_flags(region, world)** Returns an associative array with the flags of the region.  
**sk_region_setpriority([world], region, priority)** Sets priority for a region.  
**sk_region_setparent(world, region, [parentRegion])** Sets parent region for a region.  
**sk_can_build([player], locationArray)** Returns whether or not player can build at the location.
</description><displayName>SKCompat</displayName><fullDisplayName>SKCompat</fullDisplayName><fullName>SKCompat</fullName><name>SKCompat</name><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/</url><buildable>true</buildable><build _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>8</buildNumber><marked><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.3.0.jar</displayPath><fileName>CHWorldEdit-3.3.0.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.3.0.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.3.0.jar</displayPath><fileName>CHWorldGuard-3.3.0.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.3.0.jar</relativePath></artifact><artifact><displayPath>SKCompat-3.3.0.jar</displayPath><fileName>SKCompat-3.3.0.jar</fileName><relativePath>SKCompat-bundle/target/SKCompat-3.3.0.jar</relativePath></artifact><building>false</building><displayName>#8</displayName><duration>91035</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #8</fullDisplayName><id>8</id><inProgress>false</inProgress><keepLog>false</keepLog><number>8</number><queueId>9</queueId><result>SUCCESS</result><timestamp>1733536934076</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/8/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java</affectedPath><affectedPath>README.md</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>cf22d714137805bf95f271d308839d35ec167d93</commitId><timestamp>1733536845000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Add sk_region_contains()
</comment><date>2024-12-06 18:00:45 -0800</date><id>cf22d714137805bf95f271d308839d35ec167d93</id><msg>Add sk_region_contains()</msg><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path><path><editType>edit</editType><file>README.md</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java</file></path><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></build><build _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>7</buildNumber><marked><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.2.4.jar</displayPath><fileName>CHWorldEdit-3.2.4.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.2.4.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.2.4.jar</displayPath><fileName>CHWorldGuard-3.2.4.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.2.4.jar</relativePath></artifact><artifact><displayPath>SKCompat-3.2.4.jar</displayPath><fileName>SKCompat-3.2.4.jar</fileName><relativePath>SKCompat-bundle/target/SKCompat-3.2.4.jar</relativePath></artifact><building>false</building><displayName>#7</displayName><duration>80983</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #7</fullDisplayName><id>7</id><inProgress>false</inProgress><keepLog>false</keepLog><number>7</number><queueId>29</queueId><result>SUCCESS</result><timestamp>1725432645144</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/7/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><kind>git</kind></changeSet><culprit><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></build><build _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>6</buildNumber><marked><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.2.3.jar</displayPath><fileName>CHWorldEdit-3.2.3.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.2.3.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.2.3.jar</displayPath><fileName>CHWorldGuard-3.2.3.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.2.3.jar</relativePath></artifact><building>false</building><displayName>#6</displayName><duration>90035</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #6</fullDisplayName><id>6</id><inProgress>false</inProgress><keepLog>false</keepLog><number>6</number><queueId>28</queueId><result>FAILURE</result><timestamp>1725432496500</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/6/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>f2e4126526b7013009419a1189e9dce40b8c5573</commitId><timestamp>1725432350000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Update dependencies
</comment><date>2024-09-03 23:45:50 -0700</date><id>f2e4126526b7013009419a1189e9dce40b8c5573</id><msg>Update dependencies</msg><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldEdit.java</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKMask.java</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKPattern.java</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</commitId><timestamp>1725432432000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Fix #clipboard pattern
</comment><date>2024-09-03 23:47:12 -0700</date><id>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</id><msg>Fix #clipboard pattern</msg><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKMask.java</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKPattern.java</file></path><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldEdit.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></build><build _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>5</buildNumber><marked><SHA1>7690d99c26136e104723b512536b0b6a5c9013ef</SHA1><branch><SHA1>7690d99c26136e104723b512536b0b6a5c9013ef</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>7690d99c26136e104723b512536b0b6a5c9013ef</SHA1><branch><SHA1>7690d99c26136e104723b512536b0b6a5c9013ef</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>7690d99c26136e104723b512536b0b6a5c9013ef</SHA1><branch><SHA1>7690d99c26136e104723b512536b0b6a5c9013ef</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.2.3.jar</displayPath><fileName>CHWorldEdit-3.2.3.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.2.3.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.2.3.jar</displayPath><fileName>CHWorldGuard-3.2.3.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.2.3.jar</relativePath></artifact><artifact><displayPath>SKCompat-3.2.3.jar</displayPath><fileName>SKCompat-3.2.3.jar</fileName><relativePath>SKCompat-bundle/target/SKCompat-3.2.3.jar</relativePath></artifact><building>false</building><displayName>#5</displayName><duration>99242</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #5</fullDisplayName><id>5</id><inProgress>false</inProgress><keepLog>false</keepLog><number>5</number><queueId>114</queueId><result>SUCCESS</result><timestamp>1710050196863</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/5/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKClipboard.java</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><affectedPath>README.md</affectedPath><commitId>7690d99c26136e104723b512536b0b6a5c9013ef</commitId><timestamp>1710050140000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Add support for WorldEdit 7.3 and v3 schematics
</comment><date>2024-03-09 21:55:40 -0800</date><id>7690d99c26136e104723b512536b0b6a5c9013ef</id><msg>Add support for WorldEdit 7.3 and v3 schematics</msg><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>README.md</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKClipboard.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></build><build _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>4</buildNumber><marked><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><branch><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><branch><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><branch><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.2.2.jar</displayPath><fileName>CHWorldEdit-3.2.2.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.2.2.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.2.2.jar</displayPath><fileName>CHWorldGuard-3.2.2.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.2.2.jar</relativePath></artifact><artifact><displayPath>SKCompat-3.2.2.jar</displayPath><fileName>SKCompat-3.2.2.jar</fileName><relativePath>SKCompat-bundle/target/SKCompat-3.2.2.jar</relativePath></artifact><building>false</building><displayName>#4</displayName><duration>92826</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #4</fullDisplayName><id>4</id><inProgress>false</inProgress><keepLog>false</keepLog><number>4</number><queueId>75</queueId><result>SUCCESS</result><timestamp>1709288023425</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/4/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><kind>git</kind></changeSet><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></build><build _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><branch><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><branch><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><branch><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1</displayName><duration>110357</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #1</fullDisplayName><id>1</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1</number><queueId>6</queueId><result>FAILURE</result><timestamp>1708112798390</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/1/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><kind>git</kind></changeSet><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></build><color>blue</color><firstBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><branch><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><branch><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><branch><SHA1>14b268756e9695086ff175cfe4d2bbbab6978732</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1</displayName><duration>110357</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #1</fullDisplayName><id>1</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1</number><queueId>6</queueId><result>FAILURE</result><timestamp>1708112798390</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/1/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><kind>git</kind></changeSet><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></firstBuild><healthReport><description>Build stability: 1 out of the last 5 builds failed.</description><iconClassName>icon-health-60to79</iconClassName><iconUrl>health-60to79.png</iconUrl><score>80</score></healthReport><inQueue>false</inQueue><keepDependencies>false</keepDependencies><lastBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>8</buildNumber><marked><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.3.0.jar</displayPath><fileName>CHWorldEdit-3.3.0.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.3.0.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.3.0.jar</displayPath><fileName>CHWorldGuard-3.3.0.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.3.0.jar</relativePath></artifact><artifact><displayPath>SKCompat-3.3.0.jar</displayPath><fileName>SKCompat-3.3.0.jar</fileName><relativePath>SKCompat-bundle/target/SKCompat-3.3.0.jar</relativePath></artifact><building>false</building><displayName>#8</displayName><duration>91035</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #8</fullDisplayName><id>8</id><inProgress>false</inProgress><keepLog>false</keepLog><number>8</number><queueId>9</queueId><result>SUCCESS</result><timestamp>1733536934076</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/8/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java</affectedPath><affectedPath>README.md</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>cf22d714137805bf95f271d308839d35ec167d93</commitId><timestamp>1733536845000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Add sk_region_contains()
</comment><date>2024-12-06 18:00:45 -0800</date><id>cf22d714137805bf95f271d308839d35ec167d93</id><msg>Add sk_region_contains()</msg><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path><path><editType>edit</editType><file>README.md</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java</file></path><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></lastBuild><lastCompletedBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>8</buildNumber><marked><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.3.0.jar</displayPath><fileName>CHWorldEdit-3.3.0.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.3.0.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.3.0.jar</displayPath><fileName>CHWorldGuard-3.3.0.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.3.0.jar</relativePath></artifact><artifact><displayPath>SKCompat-3.3.0.jar</displayPath><fileName>SKCompat-3.3.0.jar</fileName><relativePath>SKCompat-bundle/target/SKCompat-3.3.0.jar</relativePath></artifact><building>false</building><displayName>#8</displayName><duration>91035</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #8</fullDisplayName><id>8</id><inProgress>false</inProgress><keepLog>false</keepLog><number>8</number><queueId>9</queueId><result>SUCCESS</result><timestamp>1733536934076</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/8/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java</affectedPath><affectedPath>README.md</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>cf22d714137805bf95f271d308839d35ec167d93</commitId><timestamp>1733536845000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Add sk_region_contains()
</comment><date>2024-12-06 18:00:45 -0800</date><id>cf22d714137805bf95f271d308839d35ec167d93</id><msg>Add sk_region_contains()</msg><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path><path><editType>edit</editType><file>README.md</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java</file></path><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></lastCompletedBuild><lastFailedBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>6</buildNumber><marked><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.2.3.jar</displayPath><fileName>CHWorldEdit-3.2.3.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.2.3.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.2.3.jar</displayPath><fileName>CHWorldGuard-3.2.3.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.2.3.jar</relativePath></artifact><building>false</building><displayName>#6</displayName><duration>90035</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #6</fullDisplayName><id>6</id><inProgress>false</inProgress><keepLog>false</keepLog><number>6</number><queueId>28</queueId><result>FAILURE</result><timestamp>1725432496500</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/6/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>f2e4126526b7013009419a1189e9dce40b8c5573</commitId><timestamp>1725432350000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Update dependencies
</comment><date>2024-09-03 23:45:50 -0700</date><id>f2e4126526b7013009419a1189e9dce40b8c5573</id><msg>Update dependencies</msg><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldEdit.java</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKMask.java</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKPattern.java</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</commitId><timestamp>1725432432000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Fix #clipboard pattern
</comment><date>2024-09-03 23:47:12 -0700</date><id>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</id><msg>Fix #clipboard pattern</msg><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKMask.java</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKPattern.java</file></path><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldEdit.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></lastFailedBuild><lastStableBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>8</buildNumber><marked><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.3.0.jar</displayPath><fileName>CHWorldEdit-3.3.0.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.3.0.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.3.0.jar</displayPath><fileName>CHWorldGuard-3.3.0.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.3.0.jar</relativePath></artifact><artifact><displayPath>SKCompat-3.3.0.jar</displayPath><fileName>SKCompat-3.3.0.jar</fileName><relativePath>SKCompat-bundle/target/SKCompat-3.3.0.jar</relativePath></artifact><building>false</building><displayName>#8</displayName><duration>91035</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #8</fullDisplayName><id>8</id><inProgress>false</inProgress><keepLog>false</keepLog><number>8</number><queueId>9</queueId><result>SUCCESS</result><timestamp>1733536934076</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/8/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java</affectedPath><affectedPath>README.md</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>cf22d714137805bf95f271d308839d35ec167d93</commitId><timestamp>1733536845000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Add sk_region_contains()
</comment><date>2024-12-06 18:00:45 -0800</date><id>cf22d714137805bf95f271d308839d35ec167d93</id><msg>Add sk_region_contains()</msg><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path><path><editType>edit</editType><file>README.md</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java</file></path><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></lastStableBuild><lastSuccessfulBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>8</buildNumber><marked><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><branch><SHA1>cf22d714137805bf95f271d308839d35ec167d93</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.3.0.jar</displayPath><fileName>CHWorldEdit-3.3.0.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.3.0.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.3.0.jar</displayPath><fileName>CHWorldGuard-3.3.0.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.3.0.jar</relativePath></artifact><artifact><displayPath>SKCompat-3.3.0.jar</displayPath><fileName>SKCompat-3.3.0.jar</fileName><relativePath>SKCompat-bundle/target/SKCompat-3.3.0.jar</relativePath></artifact><building>false</building><displayName>#8</displayName><duration>91035</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #8</fullDisplayName><id>8</id><inProgress>false</inProgress><keepLog>false</keepLog><number>8</number><queueId>9</queueId><result>SUCCESS</result><timestamp>1733536934076</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/8/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java</affectedPath><affectedPath>README.md</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>cf22d714137805bf95f271d308839d35ec167d93</commitId><timestamp>1733536845000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Add sk_region_contains()
</comment><date>2024-12-06 18:00:45 -0800</date><id>cf22d714137805bf95f271d308839d35ec167d93</id><msg>Add sk_region_contains()</msg><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path><path><editType>edit</editType><file>README.md</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java</file></path><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></lastSuccessfulBuild><lastUnsuccessfulBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user PseudoKnight</shortDescription><userId>pseudoknight</userId><userName>PseudoKnight</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>6</buildNumber><marked><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><branch><SHA1>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/jb-aero/SKCompat</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>CHWorldEdit-3.2.3.jar</displayPath><fileName>CHWorldEdit-3.2.3.jar</fileName><relativePath>CHWorldEdit/target/CHWorldEdit-3.2.3.jar</relativePath></artifact><artifact><displayPath>CHWorldGuard-3.2.3.jar</displayPath><fileName>CHWorldGuard-3.2.3.jar</fileName><relativePath>CHWorldGuard/target/CHWorldGuard-3.2.3.jar</relativePath></artifact><building>false</building><displayName>#6</displayName><duration>90035</duration><estimatedDuration>90420</estimatedDuration><fullDisplayName>SKCompat #6</fullDisplayName><id>6</id><inProgress>false</inProgress><keepLog>false</keepLog><number>6</number><queueId>28</queueId><result>FAILURE</result><timestamp>1725432496500</timestamp><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/6/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>f2e4126526b7013009419a1189e9dce40b8c5573</commitId><timestamp>1725432350000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Update dependencies
</comment><date>2024-09-03 23:45:50 -0700</date><id>f2e4126526b7013009419a1189e9dce40b8c5573</id><msg>Update dependencies</msg><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>SKCompat-bundle/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldEdit.java</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKMask.java</affectedPath><affectedPath>CHWorldGuard/pom.xml</affectedPath><affectedPath>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKPattern.java</affectedPath><affectedPath>CHWorldEdit/pom.xml</affectedPath><commitId>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</commitId><timestamp>1725432432000</timestamp><author><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></author><authorEmail>michael.jt.smith@gmail.com</authorEmail><comment>Fix #clipboard pattern
</comment><date>2024-09-03 23:47:12 -0700</date><id>7bbef6f5456afe191ca2cf4ebce2a8692deda99e</id><msg>Fix #clipboard pattern</msg><path><editType>edit</editType><file>CHWorldGuard/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKMask.java</file></path><path><editType>edit</editType><file>SKCompat-bundle/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKPattern.java</file></path><path><editType>edit</editType><file>CHWorldEdit/pom.xml</file></path><path><editType>edit</editType><file>SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldEdit.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://letsbuild.net/jenkins/user/michael.jt.smith</absoluteUrl><fullName>michael.jt.smith</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.9.6</mavenVersionUsed></lastUnsuccessfulBuild><nextBuildNumber>9</nextBuildNumber><property _class='com.coravy.hudson.plugins.github.GithubProjectProperty'></property><property _class='com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty'></property><concurrentBuild>false</concurrentBuild><disabled>false</disabled><scm _class='hudson.plugins.git.GitSCM'><browser _class='hudson.plugins.git.browser.GithubWeb'></browser><type>hudson.plugins.git.GitSCM</type><branche></branche><mergeOptions><fastForwardMode>--ff</fastForwardMode><mergeStrategy>default</mergeStrategy></mergeOptions><userRemoteConfig></userRemoteConfig></scm><module><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction'></action><fullDisplayName>SKCompat » CHWorldEdit</fullDisplayName><fullName>SKCompat/io.github.jbaero:CHWorldEdit</fullName><name>io.github.jbaero:CHWorldEdit</name><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/</url><buildable>true</buildable><build _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/8/</url></build><build _class='hudson.maven.MavenBuild'><number>7</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/7/</url></build><build _class='hudson.maven.MavenBuild'><number>6</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/6/</url></build><build _class='hudson.maven.MavenBuild'><number>5</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/5/</url></build><build _class='hudson.maven.MavenBuild'><number>4</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/4/</url></build><build _class='hudson.maven.MavenBuild'><number>1</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/1/</url></build><color>blue</color><firstBuild _class='hudson.maven.MavenBuild'><number>1</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/1/</url></firstBuild><healthReport><description>Build stability: No recent builds failed.</description><iconClassName>icon-health-80plus</iconClassName><iconUrl>health-80plus.png</iconUrl><score>100</score></healthReport><inQueue>false</inQueue><keepDependencies>false</keepDependencies><lastBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/8/</url></lastBuild><lastCompletedBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/8/</url></lastCompletedBuild><lastStableBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/8/</url></lastStableBuild><lastSuccessfulBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/8/</url></lastSuccessfulBuild><lastUnsuccessfulBuild _class='hudson.maven.MavenBuild'><number>6</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldEdit/6/</url></lastUnsuccessfulBuild><nextBuildNumber>9</nextBuildNumber><concurrentBuild>false</concurrentBuild><disabled>false</disabled><scm _class='hudson.scm.NullSCM'></scm><displayName>CHWorldEdit</displayName></module><module><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction'></action><fullDisplayName>SKCompat » CHWorldGuard</fullDisplayName><fullName>SKCompat/io.github.jbaero:CHWorldGuard</fullName><name>io.github.jbaero:CHWorldGuard</name><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/</url><buildable>true</buildable><build _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/8/</url></build><build _class='hudson.maven.MavenBuild'><number>7</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/7/</url></build><build _class='hudson.maven.MavenBuild'><number>6</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/6/</url></build><build _class='hudson.maven.MavenBuild'><number>5</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/5/</url></build><build _class='hudson.maven.MavenBuild'><number>4</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/4/</url></build><build _class='hudson.maven.MavenBuild'><number>1</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/1/</url></build><color>blue</color><firstBuild _class='hudson.maven.MavenBuild'><number>1</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/1/</url></firstBuild><healthReport><description>Build stability: No recent builds failed.</description><iconClassName>icon-health-80plus</iconClassName><iconUrl>health-80plus.png</iconUrl><score>100</score></healthReport><inQueue>false</inQueue><keepDependencies>false</keepDependencies><lastBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/8/</url></lastBuild><lastCompletedBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/8/</url></lastCompletedBuild><lastStableBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/8/</url></lastStableBuild><lastSuccessfulBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/8/</url></lastSuccessfulBuild><lastUnsuccessfulBuild _class='hudson.maven.MavenBuild'><number>6</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$CHWorldGuard/6/</url></lastUnsuccessfulBuild><nextBuildNumber>9</nextBuildNumber><concurrentBuild>false</concurrentBuild><disabled>false</disabled><scm _class='hudson.scm.NullSCM'></scm><displayName>CHWorldGuard</displayName></module><module><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction'></action><fullDisplayName>SKCompat » SKCompat</fullDisplayName><fullName>SKCompat/io.github.jbaero:SKCompat</fullName><name>io.github.jbaero:SKCompat</name><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/</url><buildable>true</buildable><build _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/8/</url></build><build _class='hudson.maven.MavenBuild'><number>7</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/7/</url></build><build _class='hudson.maven.MavenBuild'><number>6</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/6/</url></build><build _class='hudson.maven.MavenBuild'><number>5</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/5/</url></build><build _class='hudson.maven.MavenBuild'><number>4</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/4/</url></build><build _class='hudson.maven.MavenBuild'><number>1</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/1/</url></build><color>blue</color><firstBuild _class='hudson.maven.MavenBuild'><number>1</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/1/</url></firstBuild><healthReport><description>Build stability: 1 out of the last 5 builds failed.</description><iconClassName>icon-health-60to79</iconClassName><iconUrl>health-60to79.png</iconUrl><score>80</score></healthReport><inQueue>false</inQueue><keepDependencies>false</keepDependencies><lastBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/8/</url></lastBuild><lastCompletedBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/8/</url></lastCompletedBuild><lastFailedBuild _class='hudson.maven.MavenBuild'><number>6</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/6/</url></lastFailedBuild><lastStableBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/8/</url></lastStableBuild><lastSuccessfulBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/8/</url></lastSuccessfulBuild><lastUnsuccessfulBuild _class='hudson.maven.MavenBuild'><number>6</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat/6/</url></lastUnsuccessfulBuild><nextBuildNumber>9</nextBuildNumber><concurrentBuild>false</concurrentBuild><disabled>false</disabled><scm _class='hudson.scm.NullSCM'></scm><displayName>SKCompat</displayName></module><module><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction'></action><fullDisplayName>SKCompat » SKCompat-parent</fullDisplayName><fullName>SKCompat/io.github.jbaero:SKCompat-parent</fullName><name>io.github.jbaero:SKCompat-parent</name><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/</url><buildable>true</buildable><build _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/8/</url></build><build _class='hudson.maven.MavenBuild'><number>7</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/7/</url></build><build _class='hudson.maven.MavenBuild'><number>6</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/6/</url></build><build _class='hudson.maven.MavenBuild'><number>5</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/5/</url></build><build _class='hudson.maven.MavenBuild'><number>4</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/4/</url></build><build _class='hudson.maven.MavenBuild'><number>1</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/1/</url></build><color>blue</color><firstBuild _class='hudson.maven.MavenBuild'><number>1</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/1/</url></firstBuild><healthReport><description>Build stability: No recent builds failed.</description><iconClassName>icon-health-80plus</iconClassName><iconUrl>health-80plus.png</iconUrl><score>100</score></healthReport><inQueue>false</inQueue><keepDependencies>false</keepDependencies><lastBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/8/</url></lastBuild><lastCompletedBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/8/</url></lastCompletedBuild><lastStableBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/8/</url></lastStableBuild><lastSuccessfulBuild _class='hudson.maven.MavenBuild'><number>8</number><url>https://letsbuild.net/jenkins/view/all/job/SKCompat/io.github.jbaero$SKCompat-parent/8/</url></lastSuccessfulBuild><nextBuildNumber>9</nextBuildNumber><concurrentBuild>false</concurrentBuild><disabled>false</disabled><scm _class='hudson.scm.NullSCM'></scm><displayName>SKCompat-parent</displayName></module></mavenModuleSet>