Skip to content

An experimental port of the SimplePets plugin to use Paper API whilst still breaking every acceptable practice of plugin development.

Notifications You must be signed in to change notification settings

Errored-Innovations/SimplePets-Paper

 
 

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

An experimental port of the SimplePets plugin to use Paper API whilst still breaking every acceptable practice of plugin development.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%