This is a simple Minecraft PaperMC plugin that heavily debuffs the mace.
- It adds an 8 second cooldown when hitting with the mace.
- It removes the wind burst, density and breach enchantments. (Removes them when the player switches to the mace in the hotbar and also when hitting someone)
- It limits the maximum damage of the mace to 64.
- Configuration via commands.
- Improved removal of enchantments (For example: not allowing enchantments to be added on the mace in the first place)
- Replacing the usage of the deprecated "player.sendActionBar();" method.
- Clone the repository
git clone https://github.com/KernelDash/MaceDebuff.git. - Compile using maven
mvn package. - The jar file will be in the folder
target/. - Use the jar named
MaceDebuff-x.x.x.jar, notoriginal-MaceDebuff-x.x.x.jar. Theoriginal-version is missing required dependencies and won't work.
Drop the compiled .jar into your PaperMC server's plugins/ folder and restart the server.