Disguise is an open-source library which manipulates with player skins in Minecraft using NMS.
The standard Spigot implementation does not provide support for changing skins, so using this API
you can easily control player skins.
To install this repository, you should follow the next steps:
- Clone this repository:
git clone https://github.com/ITSPINGER/DisguiseAPI.git
- Enter into the directory folder:
cd DisguiseAPI
- Build the project using Maven:
mvn clean install
After the project has finished building, you may now use the project in your projects.
<dependency>
<groupId>net.pinger.disguise</groupId>
<artifactId>API</artifactId>
<version>1.2.0</version> <!-- At time of writing, 1.2.0 is the latest version. See the pom.xml for the latest version -->
<scope>provided</scope> <!-- No need for compiling it within the jar since it is already included within the plugin -->
</dependency>
dependencies {
// No need for compiling it within the jar since it is already included within the plugin
compileOnly 'net.pinger.disguise:API:1.2.0'
}
- Javadoc: Documentation for the current release
- Changelog: Information about the latest updates
- User guide: A well written user guide on how to use this library
Down below plugins implementing this library will be mentioned, along with the download link. If you want your plugin to be included in this list, write me a message on Pinger#5246 (Discord)