PetBlocks

PetBlocks is a spigot and also a sponge plugin to use blocks and custom heads as pets in Minecraft.

License

License

GroupId

GroupId

com.github.shynixn.petblocks
ArtifactId

ArtifactId

root
Last Version

Last Version

7.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

PetBlocks
PetBlocks is a spigot and also a sponge plugin to use blocks and custom heads as pets in Minecraft.
Project URL

Project URL

https://github.com/Shynixn/PetBlocks

Download root

Filename Size
root-7.3.0.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.shynixn.petblocks/root/ -->
<dependency>
    <groupId>com.github.shynixn.petblocks</groupId>
    <artifactId>root</artifactId>
    <version>7.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.petblocks/root/
implementation 'com.github.shynixn.petblocks:root:7.3.0'
// https://jarcasting.com/artifacts/com.github.shynixn.petblocks/root/
implementation ("com.github.shynixn.petblocks:root:7.3.0")
'com.github.shynixn.petblocks:root:pom:7.3.0'
<dependency org="com.github.shynixn.petblocks" name="root" rev="7.3.0">
  <artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.petblocks', module='root', version='7.3.0')
)
libraryDependencies += "com.github.shynixn.petblocks" % "root" % "7.3.0"
[com.github.shynixn.petblocks/root "7.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.21

test (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.2.21
org.xerial : sqlite-jdbc jar RELEASE
ch.vorburger.mariaDB4j : mariaDB4j jar 2.2.3
org.mockito : mockito-core jar RELEASE
org.junit.jupiter : junit-jupiter-api jar 5.0.0-M4

Project Modules

  • petblocks-api
  • petblocks-bukkit-api
  • petblocks-bukkit-plugin
  • petblocks-sponge-api
  • petblocks-sponge-plugin
  • petblocks-core

PetBlocks Build Status GitHub license

branch status version download
master Build Status GitHub license Download latest release
development Build Status GitHub license Download snapshots

Description

PetBlocks is a spigot and also a sponge plugin to use blocks and custom heads as pets in Minecraft.

Features

  • Use blocks as pets in minecraft
  • The GUI and pets are completely customizable
  • Version support 1.8.R1 - 1.16.R3
  • Check out the PetBlocks-Spigot-Page to get more information.

Installation

Screenshots

alt tag

Contributing

  • Clone the repository to your local environment
  • Install Java 8 (later versions are not supported by the downloadDependencies and setupDecompWorkspace task)
  • Install Apache Maven
  • Make sure java points to a Java 8 installation (java -version)
  • Make sure $JAVA_HOME points to a Java 8 installation
  • Make sure mvn points to a Maven installation (mvn --version)
  • Execute gradle sync for dependencies
  • Install the additional spigot dependencies by executing the following gradle task (this task can take a very long time)
[./gradlew|gradlew.bat] downloadDependencies

(If the downloadDependencies task fails for some reason, you can manually download BuildTools.jar and execute the commands on this page. You do not have to execute mvn install:install-file -Dfile=HeadDatabaseAPI.jar.

  • Install the ForgeGradle development workspace for sponge
[./gradlew|gradlew.bat] setupDecompWorkspace
  • Build the plugin by executing
[./gradlew|gradlew.bat] shadowJar
  • The PetBlocks-Bukkit.jar file gets generated at petblocks-bukkit-plugin/build/libs/petblocks-bukkit-plugin.jar
  • The PetBlocks-Sponge.jar file gets generated at petblocks-sponge-plugin/build/libs/petblocks-sponge-plugin.jar

Licence

Copyright 2015-2021 Shynixn

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Versions

Version
7.3.0
7.2.2
7.2.1
7.2.0
7.1.0
7.0.1
7.0.0
6.5.1
6.5.0
6.4.3
6.4.2
6.4.1
6.4.0
6.3.1
6.3.0
6.2.3
6.2.2
6.2.1
6.2.0