Skip to content

AREKKUZZERA/FeatherMorph-Renewed

 
 

Repository files navigation

Maintained fork of FeatherMorph by arekkuzzera.

cover


CI Status Release Ask DeepWiki

Features

This plugin allows you and your friends to disguise as various mobs and players in-game. Several disguise forms also have their corresponding skills and abilities in addition.

If also installed the Client integration mod, you can also have a GUI disguise selection screen and skill/actions hotkey.

We also support sending messages to players depending on their client language selection.

Support

You can seek support on our issues page by opening a new bug report or feature request.

We may use NMS and new APIs introduced in various versions while developing FeatherMorph, making it hard to support all Minecraft versions at once.

Therefore, we can only support the latest one or two Minecraft releases, sorry!

Dependencies

FeatherMorph requires these things to work:

  • A Paper or Paper-based server.

To display disguise server-side, we also need these plugins, depending on which plugin version you're on.

2.x

1.x

0.x

Download

Available on GitHub

GitHub Releases


Getting started

See Gameplay.


Building

#!/usr/bin/env bash
git clone https://github.com/AREKKUZZERA/FeatherMorph
cd FeatherMorph

./gradlew build --no-daemon

The file located at build/libs that ends with -final is the file that you should use.

To build for a specific Minecraft target, pass mc_target:

./gradlew build --no-daemon -Pmc_target=26.1.2

Supported build targets are 1.21.11, 26.1, 26.1.1, and 26.1.2.

In PowerShell, quote the property to avoid splitting version numbers:

./gradlew build --no-daemon "-Pmc_target=26.1.2"

Credits

About

Yet another morph/disguise plugin, for Paper servers

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%