Skip to content

Ste3et/FurnitureLib

Repository files navigation

FurnitureLib

Note

These readme is WIP.

A packed-based Minecraft Entity spawn Libary to decorate your server without lags. The FurnitureLib Spawn models from Entitys to decorate your server with vanilla Models. Support

Setup

You need ProtocolLib inside your plugins folder for the furnitureLib you can find it here Download FurnitureLib from one of these websites:

Place it inside your /plugins folder and startup your server. Please pay attention to download the right versions for your Server Version!

Repository [FurnitureLib]

Maven

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>
<dependency>
    <groupId>com.github.Ste3et</groupId>
	<artifactId>FurnitureLib</artifactId>
    <version>3.1.4</version>
</dependency>

Gradle

repositories {
    maven {
        url = uri("https://jitpack.io")
    }
}

dependencies {
    compileOnly("com.github.Ste3et:FurnitureLib:3.1.4")
}