A Paper/Purpur plugin for enhancing monster difficulty on Minecraft 1.21.x servers.
A Paper/Purpur plugin for enhancing monster difficulty on Minecraft 1.21.x servers.
SyEnhancedMonster is a Minecraft server plugin that enhances the attributes of Zombies, Skeletons, and Creepers to provide players with a more challenging gaming experience.
SyEnhancedMonster-1.0.0.jarplugins folder| Command | Description | Permission |
|---|---|---|
/syhard on |
Enable monster enhancement mode | syenhancedmonster.admin |
/syhard off |
Disable monster enhancement mode | syenhancedmonster.admin |
syenhancedmonster.admin - Allows use of the /syhard command (Default: OP)SyEnhancedMonster/
├── pom.xml # Maven configuration file
├── README.md # This file
└── src/
└── main/
├── java/com/shiyuan/syenhancedmonster/
│ ├── SyEnhancedMonster.java # Main class
│ ├── MonsterSpawnListener.java # Monster spawn listener
│ ├── CreeperExplodeListener.java # Creeper explosion listener
│ └── SyHardCommand.java # Command handler
└── resources/
└── plugin.yml # Plugin configuration file