An AllayMC plugin that forces all players to wear a custom cape.
- Automatically applies cape when players join the server
- Supports custom cape images
- Lightweight with zero configuration
- Java 21 or higher
- AllayMC server
- Download the latest release from Releases
- Place the
.jarfile into your server'spluginsdirectory - Start the server to generate the plugin data folder
- Prepare a cape image (PNG format, recommended size: 64x32)
- Name the image
cape.png - Place it in the
plugins/ForceCape/directory - Restart the server or reload the plugin
plugins/
└── ForceCape/
└── cape.png <-- Place here
./gradlew buildThe build output will be located in build/libs/.
This project is licensed under the MIT License.