KnockbackEditor is a PocketMine-MP plugin that lets server administrators customize knockback and attack delay settings per world. With configurable options for horizontal and vertical knockback, as well as an attack delay between hits, you can fine-tune PvP dynamics on your server.
- Per-World Knockback Settings: Define unique knockback values for each world.
- Configurable Attack Delay: Set a delay between hits to control hit frequency.
- User-Friendly GUI: Edit settings through a custom UI with a SimpleForm and CustomForm.
- World Selection: Quickly view or edit settings for each world with an intuitive menu.
- Download the plugin's
.pharfile from Poggit. - Place the
.pharfile in thepluginsfolder of your PocketMine-MP server. - Start or restart the server to load the plugin.
| Command | Description | Usage |
|---|---|---|
/knockback |
Opens the knockback settings menu | /knockback |
| Permission | Description | Default |
|---|---|---|
knockbackeditor.command.knockback |
Allows use of the /knockback command |
OP |
The configuration file (knockback.yml) is generated in the plugin's data folder. Each world has its own configurable settings:
world1:
Knockback-Enabled: true
Horizontal-Knockback: 0.4
Vertical-Knockback: 0.4
Attack-Delay: 10
world2:
Knockback-Enabled: true
Horizontal-Knockback: 0.3
Vertical-Knockback: 0.5
Attack-Delay: 20