Skip to content

KernelDash/MaceDebuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaceDebuff

This is a simple Minecraft PaperMC plugin that heavily debuffs the mace.

What it does

  1. It adds an 8 second cooldown when hitting with the mace.
  2. 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)
  3. It limits the maximum damage of the mace to 64.

Features to be implemented

  1. Configuration via commands.
  2. Improved removal of enchantments (For example: not allowing enchantments to be added on the mace in the first place)
  3. Replacing the usage of the deprecated "player.sendActionBar();" method.

How to compile

  1. Clone the repository git clone https://github.com/KernelDash/MaceDebuff.git.
  2. Compile using maven mvn package.
  3. The jar file will be in the folder target/.
  4. Use the jar named MaceDebuff-x.x.x.jar, not original-MaceDebuff-x.x.x.jar. The original- version is missing required dependencies and won't work.

Installation

Drop the compiled .jar into your PaperMC server's plugins/ folder and restart the server.

About

Minecraft PaperMC Mace debuff plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages