Minecraft disguise plugin
Go to file
2025-04-17 13:36:27 +12:00
.github/workflows Bump javadoc java version 2025-03-16 18:55:03 +13:00
gradle Update for 1.21.5, small restructure 2025-04-08 07:48:00 +12:00
minimessage No need to publish minimessage anymore 2024-08-07 12:02:35 +12:00
nms Fix 1.21.5 on paper 2025-04-13 12:18:31 +12:00
plugin Fix painting error on older versions of MC 2025-04-17 13:36:27 +12:00
shaded Add wolf variant sounds handling 2025-04-08 09:48:34 +12:00
shared Add wolf variant sounds handling 2025-04-08 09:48:34 +12:00
.gitignore conform to current expectations of not adding idea project files to repo 2024-08-06 20:48:33 +01:00
build.gradle.kts Update for 1.21.5, small restructure 2025-04-08 07:48:00 +12:00
gradlew Mark gradlew as executable 2024-08-06 20:48:46 +01:00
gradlew.bat Initial gradle configuration 2024-08-05 23:12:51 +12:00
LICENSE Update LICENSE 2024-03-07 12:57:08 +13:00
README.md Formatting and removing an ill thought change 2025-03-09 14:03:32 +13:00
settings.gradle.kts Initial gradle configuration 2024-08-05 23:12:51 +12:00

Libs Disguises

One of the best disguise plugins available, this plugin offers an astounding amount of features due to the unique way it implements its use of disguises!

The commonly accepted method of disguising is turning a pig into a cow, but this takes it a step further and allows you to turn that pig, into a dropped piece of diamond armor!

You can modify each disguise to your own liking through use of the API or commands with full tab completion support and the best part is; All of this is free!

There are a few features which you need to pay for, but none of it is needed to enjoy the plugin to its fullest! For further details, read the plugin's description on SpigotMC. You are required to sign in, but you do not need to purchase the plugin.

Gradle

For build.gradle you can use

repositories {
    maven {
        url "https://repo.md-5.net/content/groups/public/"
    }
}

dependencies {
    implementation group: 'me.libraryaddict.disguises', name: 'libsdisguises', version: '11.0.0'
}

Maven

For maven's pom.xml, you can use

<repository>
    <id>md_5-public</id>
    <url>https://repo.md-5.net/content/groups/public/</url>
</repository>

<dependency>
    <groupId>me.libraryaddict.disguises</groupId>
    <artifactId>libsdisguises</artifactId>
    <version>11.0.0</version>
    <scope>provided</scope>
</dependency>

NOTE: These versions will NOT work with older versions of Minecraft than 1.12, there is no support for older versions of this plugin.

When posting an issue:
Please make sure you

  1. Post a stack trace error, if no stack trace, then post the odd behavior
  2. Post the exact steps you used in order to reproduce the issue.
  3. Give as much information as possible as to what the issue is and why it occurred so that we can fix it.

Verify that there were no error messages while Lib's Disguises was loading, that you're using the appropiate version of PacketEvents. If you're using the development builds of Lib's Disguises, make sure you are up to date before reporting a bug.

Important Note

This project does not give permission to modify or bypass code that limits features to paying customers. Especially not to publish said code.