Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 977 Bytes

File metadata and controls

41 lines (34 loc) · 977 Bytes

Label (Unfinished)

An open-sourced Nametag API primarily made for 1.7x-1.8x Spigot servers.


Note

This was made in about 2 hours, I will update this in the future.

Importing with Maven

<repositories>
    <repository>
        <id>label-repo</id>
        <url>https://raw.github.com/Lucaniuss/Label/repository/</url>
    </repository>
</repositories>
    
<dependencies>
    <dependency> <!-- Label -->
        <groupId>me.lucanius.label</groupId>
        <artifactId>Label</artifactId>
        <version>1.0</version>
        <scope>compile</scope>
    </dependency>
</dependencies>

How to use & implement

/**
 * Soon...
 */

Contact

You can contact me on discord via my tag or server:

Selling & Using

You're free to use this for anything, including using it for your own projects. However, if you want to sell it, leave credits and a link to this repository.