/SimplePets

A simple to use companion/pets plugin for a Spigot Minecraft server

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

SimplePets


CodeFactor
SimplePets Logo

Requirements:

  • Spigot Version 1.17/1.17.1 - 1.18/1.18.1
  • Java 16 (If on 1.17)
  • Java 17 (If on 1.18)

API


<repository>
    <id>bs-repo</id>
    <url>https://repo.pluginwiki.us/repository/maven-releases/</url>
</repository>

<dependency>
    <groupId>simplepets.brainsynder</groupId>
    <artifactId>API</artifactId>
    <version>{LATEST VERSION}</version>
</dependency>

How to compile yourself:

Placeholders:

  • {build} = The build number you want as the version (e.g 1000 = 5.0-BUILD-1000)
  • {job} = This can be set to what you want its mostly used by the update checker (e.g SimplePets_v5)

This is the maven command we use to compile the plugin: mvn clean install -f pom.xml -Denv.BUILD_NUMBER={build} -Denv.JOB_NAME={job}

Files Used:

  • Spigot API (inside pom.xml)
  • Spigot [remapped-mojang] (inside pom.xml)