Skip to content

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

Notifications You must be signed in to change notification settings

traksag/SimplePets

 
 

Repository files navigation

SimplePets



SimplePets Logo

Requirements:

  • Spigot Version 1.17
  • Java 16

API


<repository>
    <id>bs-repo</id>
    <url>http://ci.pluginwiki.us/plugin/repository/everything/</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)

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%