VironLab / nbt-storage

Minecraft type NBT data storage

Home Page:https://vironlab.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBT-Storage

License: GPL v3 Discord

The minecraft nbt type storage

Maven implementation

<repository>
    <id>vironlab-repo</id>
	<url>https://repo.vironlab.eu/repository/snapshot/</url>
</repository>

<dependency>
	<groupId>eu.vironlab.nbt</groupId>
	<artifactId>nbt-storage</artifactId>
	<version>1.0.0-SNAPSHOT</version>
	<scope>compile</scope>
</dependency>

Other Links:

About

Minecraft type NBT data storage

https://vironlab.eu

License:GNU General Public License v3.0


Languages

Language:Java 100.0%