Reduced Drops
This plugin is designed to optimize gameplay by reducing the number of entities in the Minecraft world. The main goal is to decrease server lag and simplify loot collection for players.
Key Features
- Automatic item collection when breaking blocks
- Instant loot addition to inventory when killing mobs and other players
- White and black list configuration for items (version 1.21.1-V2)
Configuration Settings (1.21.1-V2)
# Settings for block breaking
BlockBreak:
Handle-XP: true
Whitelist: false # If True, uses a whitelist, otherwise uses a blacklist for the items specified below
Items: []
# All item types must be specified in uppercase. Format:
# Items:
# - BEDROCK
# - DIRT
# Settings for kills
Kill:
Handle-XP: true
Whitelist: false
Items: []
Installation
- Download the JAR file
- Place it in your server's plugins folder
- Start the server and enjoy the game!
Development
The plugin was created with an emphasis on simplicity and reliability to minimize issues during updates. It uses modern APIs to solve problems that older similar plugins have faced.
Support
All plugin versions are primarily tested on the latest Paper builds. For bug reports or suggestions, use the appropriate support channels.