problockregen
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.promcteam</groupId> <artifactId>problockregen</artifactId> <version>1.1.4-R1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.promcteam</groupId> <artifactId>risecore-parent</artifactId> <version>1.0.1-SNAPSHOT</version> </parent> <groupId>com.promcteam</groupId> <artifactId>problockregen</artifactId> <version>1.1.4-R1</version> <name>ProBlockRegen</name> <repositories> <repository> <id>sonatype</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </repository> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> <!-- Towny --> <repository> <id>glaremasters repo</id> <url>https://repo.glaremasters.me/repository/towny/</url> </repository> <!-- Factions --> <repository> <id>factions</id> <url>https://ci.ender.zone/plugin/repository/everything/</url> </repository> <!-- GriefDefender --> <repository> <id>griefdefender</id> <url>https://repo.glaremasters.me/repository/bloodshot</url> </repository> <!-- mcMMO --> <repository> <id>neetgames</id> <url>https://nexus.neetgames.com/repository/maven-snapshots/</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.palmergames.bukkit.towny</groupId> <artifactId>towny</artifactId> <version>0.99.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.promcteam</groupId> <artifactId>promcutilities</artifactId> <version>1.0.1-R0.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.promcteam</groupId> <artifactId>risecore</artifactId> <version>${rc.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.angeschossen</groupId> <artifactId>LandsAPI</artifactId> <version>6.29.12</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.massivecraft</groupId> <artifactId>Factions</artifactId> <version>1.6.9.5-U0.5.16</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.oraxen</groupId> <artifactId>oraxen</artifactId> <version>1.157.3</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>gs.mclo</groupId> <artifactId>mclogs</artifactId> </exclusion> <exclusion> <groupId>com.ticxo</groupId> <artifactId>PlayerAnimator</artifactId> </exclusion> <exclusion> <groupId>me.gabytm.util</groupId> <artifactId>actions-spigot</artifactId> </exclusion> <exclusion> <groupId>net.kyori</groupId> <artifactId>*</artifactId> </exclusion> <exclusion> <groupId>com.jeff_media</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.LoneDev6</groupId> <artifactId>api-itemsadder</artifactId> <version>3.5.0b</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.promcteam</groupId> <artifactId>prorpgitems</artifactId> <version>1.0.4-R0.29-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.promcteam</groupId> <artifactId>promccore</artifactId> <version>1.0.6-R0.4-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.promcteam</groupId> <artifactId>crafting</artifactId> <version>1.2.2-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.MilkBowl</groupId> <artifactId>VaultAPI</artifactId> <version>1.7</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.bukkit</groupId> <artifactId>bukkit</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.Zrips</groupId> <artifactId>Jobs</artifactId> <version>-613be4780e-1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.bekvon.bukkit.residence</groupId> <artifactId>Residence</artifactId> <version>5.1.4.0</version> <scope>system</scope> <systemPath>${project.basedir}/libs/Residence5.1.4.0.jar</systemPath> </dependency> <dependency> <groupId>com.github.TechFortress</groupId> <artifactId>GriefPrevention</artifactId> <version>16.18</version> <scope>provided</scope> </dependency> <dependency> <groupId>dev.espi</groupId> <artifactId>protectionstones</artifactId> <version>2.10.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.griefdefender</groupId> <artifactId>api</artifactId> <version>2.1.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.promcteam</groupId> <artifactId>proskillapi</artifactId> <version>1.1.12-R1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.gmail.nossr50.mcMMO</groupId> <artifactId>mcMMO</artifactId> <version>2.1.218-SNAPSHOT</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>com.sk89q.worldguard</groupId> <artifactId>*</artifactId> </exclusion> <exclusion> <groupId>com.sk89q.worldedit</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.6.1</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <id>readme</id> <phase>process-resources</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${project.basedir}</outputDirectory> <resources> <resource> <directory>doc</directory> <includes> <include>README.md</include> </includes> <filtering>true</filtering> </resource> </resources> <!-- <encoding>UTF-8</encoding>--> </configuration> </execution> </executions> <configuration> <encoding>${project.build.sourceEncoding}</encoding> <nonFilteredFileExtensions> <nonFilteredFileExtension>jar</nonFilteredFileExtension> </nonFilteredFileExtensions> </configuration> </plugin> </plugins> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> </resources> </build> </project>