brainsynder-Dev / SimplePets

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

Home Page:https://www.spigotmc.org/resources/100106/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimplePets


CodeFactor
SimplePets Logo

Requirements:

  • Spigot Version 1.19 - 1.20.4
  • Java 17 (If on 1.19 and up)

API


<repository>
    <id>bs-repo-releases</id>
    <url>https://repo.bsdevelopment.org/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
  • Spigot [remapped-mojang] (Used for all NMS code)

About

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

https://www.spigotmc.org/resources/100106/

License:GNU General Public License v3.0


Languages

Language:Java 100.0%