Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainsynder-dev/simplepets
A simple to use companion/pets plugin for a Spigot Minecraft server
https://github.com/brainsynder-dev/simplepets
bukkit craftbukkit java minecraft simplepets spigot
Last synced: about 20 hours ago
JSON representation
A simple to use companion/pets plugin for a Spigot Minecraft server
- Host: GitHub
- URL: https://github.com/brainsynder-dev/simplepets
- Owner: brainsynder-Dev
- License: gpl-3.0
- Created: 2017-09-15T19:20:48.000Z (over 7 years ago)
- Default Branch: v5.0-Recode
- Last Pushed: 2024-12-18T05:18:19.000Z (6 days ago)
- Last Synced: 2024-12-23T06:09:53.735Z (about 20 hours ago)
- Topics: bukkit, craftbukkit, java, minecraft, simplepets, spigot
- Language: Java
- Homepage: https://www.spigotmc.org/resources/100106/
- Size: 79.7 MB
- Stars: 62
- Watchers: 8
- Forks: 39
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
```xml
bs-repo-releases
https://repo.bsdevelopment.org/releasessimplepets.brainsynder
API
{LATEST VERSION}```
## 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`