<?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/maven-v4_0_0.xsd">
  <parent>
    <artifactId>magemonkey-parent</artifactId>
    <groupId>studio.magemonkey</groupId>
    <version>1.21.11-R2</version>
    <relativePath>pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>genesis</artifactId>
  <name>Genesis</name>
  <version>1.0.2-R0.37-SNAPSHOT</version>
  <description>Create virtual chest shops</description>
  <url>https://www.spigotmc.org/resources/genesis-custom-gui-and-shop-creator-by-voidedge-formerly-bossshoppro.104824/</url>
  <developers>
    <developer>
      <name>VoidEdge</name>
      <organization>VoidEdge</organization>
      <organizationUrl>https://void.travja.dev</organizationUrl>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git://github.com/magemonkeystudio/${project.artifactId}.git</connection>
    <developerConnection>scm:git:ssh://github.com:magemonkeystudio/${project.artifactId}.git</developerConnection>
    <url>https://github.com/magemonkeystudio/${project.artifactId}</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <id>shade</id>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <filters>
            <filter>
              <artifact>*:*</artifact>
              <excludes>
                <exclude>META-INF/**</exclude>
                <exclude>LICENSE</exclude>
              </excludes>
            </filter>
          </filters>
          <relocations>
            <relocation>
              <pattern>de.tr7zw.changeme.nbtapi</pattern>
              <shadedPattern>studio.magemonkey.genesis.lib.nbtapi</shadedPattern>
            </relocation>
          </relocations>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>publish</id>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-javadoc-plugin</artifactId>
            <executions>
              <execution>
                <id>attach-javadocs</id>
                <goals>
                  <goal>jar</goal>
                </goals>
                <configuration>
                  <attach>true</attach>
                </configuration>
              </execution>
            </executions>
            <configuration>
              <tags>
                <tag>
                  <name>apiNote</name>
                  <placement>a</placement>
                  <head>API Note:</head>
                </tag>
              </tags>
              <reportOutputDirectory>${project.basedir}</reportOutputDirectory>
              <destDir>gh-pages/javadocs</destDir>
              <doclint>all,-missing</doclint>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
  <repositories>
    <repository>
      <id>codemc-repo</id>
      <url>https://repo.codemc.org/repository/maven-public/</url>
    </repository>
    <repository>
      <id>magemonkey-releases</id>
      <url>https://repo.travja.dev/releases</url>
    </repository>
    <repository>
      <id>magemonkey-snapshots</id>
      <url>https://repo.travja.dev/snapshots</url>
    </repository>
    <repository>
      <id>repo</id>
      <url>https://repo.glaremasters.me/repository/public/</url>
    </repository>
    <repository>
      <id>placeholderapi</id>
      <url>https://repo.extendedclip.com/releases/</url>
    </repository>
    <repository>
      <id>rosewood-repo</id>
      <url>https://repo.rosewooddev.io/repository/public/</url>
    </repository>
    <repository>
      <id>nexus</id>
      <name>Lumine Releases</name>
      <url>https://mvn.lumine.io/repository/maven-public/</url>
    </repository>
    <repository>
      <id>BenCodez Repo</id>
      <url>https://nexus.bencodez.com/repository/maven-public/</url>
    </repository>
    <repository>
      <id>spigot-repo</id>
      <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
    </repository>
    <repository>
      <id>SilkSpawners-Repo</id>
      <url>https://repo.dustplanet.de/artifactory/libs-release-local</url>
    </repository>
    <repository>
      <id>teamvk-repo</id>
      <url>https://raw.githubusercontent.com/TeamVK/maven-repository/master/release/</url>
    </repository>
    <repository>
      <id>songoda-minecraft-plugins</id>
      <url>https://repo.songoda.com/repository/minecraft-plugins/</url>
    </repository>
    <repository>
      <id>bencodez repo</id>
      <url>https://nexus.bencodez.com/repository/maven-public/</url>
    </repository>
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </repository>
    <repository>
      <id>matteodev</id>
      <url>https://maven.devs.beer/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>org.black_ixx</groupId>
      <artifactId>playerpoints</artifactId>
      <version>3.3.5</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>studio.magemonkey</groupId>
      <artifactId>divinity</artifactId>
      <version>1.0.2-R0.50-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>studio.magemonkey</groupId>
      <artifactId>codex</artifactId>
      <version>1.1.1-R0.17-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.lumine</groupId>
      <artifactId>Mythic-Dist</artifactId>
      <version>5.12.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>net.md-5</groupId>
      <artifactId>bungeecord-api</artifactId>
      <version>1.21-R0.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.Realizedd</groupId>
      <artifactId>TokenManager</artifactId>
      <version>3.2.4</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>bstats-bukkit</artifactId>
          <groupId>org.bstats</groupId>
        </exclusion>
        <exclusion>
          <artifactId>VaultAPI</artifactId>
          <groupId>net.milkbowl.vault</groupId>
        </exclusion>
        <exclusion>
          <artifactId>MVdwPlaceholderAPI</artifactId>
          <groupId>be.maximvdw</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jedis</artifactId>
          <groupId>redis.clients</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-pool2</artifactId>
          <groupId>org.apache.commons</groupId>
        </exclusion>
        <exclusion>
          <artifactId>HikariCP</artifactId>
          <groupId>com.zaxxer</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-nop</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>bukkit</artifactId>
          <groupId>org.inventivetalent.spiget-update</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.18.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.14.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>net.milkbowl</groupId>
      <artifactId>vault</artifactId>
      <version>1.7.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>me.clip</groupId>
      <artifactId>placeholderapi</artifactId>
      <version>2.12.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.Zrips</groupId>
      <artifactId>Jobs</artifactId>
      <version>5.2.6.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.bencodez</groupId>
      <artifactId>votingplugin</artifactId>
      <version>7.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.vk2gpz.tokenenchant</groupId>
      <artifactId>TokenEnchantAPI</artifactId>
      <version>18.37.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>de.dustplanet</groupId>
      <artifactId>silkspawners</artifactId>
      <version>8.3.0</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.meowj</groupId>
      <artifactId>LangUtils</artifactId>
      <version>1.9</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.cryptomorin</groupId>
      <artifactId>kingdoms</artifactId>
      <version>1.16.20.5</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.craftaro</groupId>
      <artifactId>EpicSpawners-API</artifactId>
      <version>1.0.0-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.FrancoBM12</groupId>
      <artifactId>API-MagicCosmetics</artifactId>
      <version>2.2.9</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>dev.lone</groupId>
      <artifactId>api-itemsadder</artifactId>
      <version>4.0.10</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.nikosgram</groupId>
      <artifactId>gringotts</artifactId>
      <version>2.12.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.mojang</groupId>
      <artifactId>authlib</artifactId>
      <version>6.0.58</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-api</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-io</artifactId>
          <groupId>commons-io</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.mockbukkit.mockbukkit</groupId>
      <artifactId>mockbukkit-v1.21</artifactId>
      <version>4.76.0</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>jcl-over-slf4j</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hamcrest</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
        <exclusion>
          <artifactId>junit-jupiter-api</artifactId>
          <groupId>org.junit.jupiter</groupId>
        </exclusion>
        <exclusion>
          <artifactId>adventure-platform-bungeecord</artifactId>
          <groupId>net.kyori</groupId>
        </exclusion>
        <exclusion>
          <artifactId>byte-buddy</artifactId>
          <groupId>net.bytebuddy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-resolver-provider</artifactId>
          <groupId>org.apache.maven</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-resolver-connector-basic</artifactId>
          <groupId>org.apache.maven.resolver</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-resolver-transport-http</artifactId>
          <groupId>org.apache.maven.resolver</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.papermc.paper</groupId>
      <artifactId>paper-api</artifactId>
      <version>1.21.8-R0.1-SNAPSHOT</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-api</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>adventure-text-minimessage</artifactId>
          <groupId>net.kyori</groupId>
        </exclusion>
        <exclusion>
          <artifactId>adventure-text-serializer-plain</artifactId>
          <groupId>net.kyori</groupId>
        </exclusion>
        <exclusion>
          <artifactId>adventure-text-logger-slf4j</artifactId>
          <groupId>net.kyori</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-resolver-provider</artifactId>
          <groupId>org.apache.maven</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-resolver-connector-basic</artifactId>
          <groupId>org.apache.maven.resolver</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-resolver-transport-http</artifactId>
          <groupId>org.apache.maven.resolver</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.spigotmc</groupId>
      <artifactId>spigot-api</artifactId>
      <version>1.21.11-R0.1-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.38</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>26.0.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.yapzhenyie.GadgetsMenu</groupId>
      <artifactId>GadgetsMenu</artifactId>
      <version>4.7.5</version>
      <scope>system</scope>
      <systemPath>${project.basedir}/lib/GadgetsMenu.jar</systemPath>
    </dependency>
  </dependencies>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <nexus.url>https://repo.travja.dev</nexus.url>
    <divinity.version>1.0.2-R0.50-SNAPSHOT</divinity.version>
  </properties>
</project>
