Skip to content

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

License

Notifications You must be signed in to change notification settings

XingLingQAQ/SimplePets

This branch is up to date with brainsynder-Dev/SimplePets:v5.0-Recode.

Folders and files

NameName
Last commit message
Last commit date
Nov 2, 2024
Mar 26, 2025
Feb 5, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 14, 2018
Jun 13, 2024
Jun 26, 2022
May 2, 2024
Mar 26, 2025

Repository files navigation

SimplePets


CodeFactor
SimplePets Logo

Requirements:

  • Spigot Version 1.20 - 1.20.6
  • Java 21 (If on 1.20.5 and up)
  • Java 17 (If on 1.19 -> 1.20.4)

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:

Notice as of May 1st 2024

When compiling a custom version you need to supply a 'revision' variable
which will be your custom version. If no revision is supplied the version
will default to be 5.0-BUILD-0
Example: -Drevision=5.0-BUILD-100

There are a few different ways you can compile the plugin (as of May 1st 2024):

  • If you want to compile all current supported version you can run this command: mvn clean install -Drevision={version}
  • If you want to compile a specific supported version run a command similar to this: mvn clean install -Drevision={version} -Dtarget-mc=1.20.6
  • If you want to compile the latest supported version run this command: mvn clean install -Drevision={version} -Platest

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%