Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed ARR
Published 2 hours ago
Updated 2 days ago
Clumps
Version: 1.0
Description
Clumps is a Bukkit plugin designed to enhance the experience of collecting XP orbs in Minecraft by merging nearby XP orbs and instantly absorbing them when players are nearby. This functionality reduces lag and ensures a smoother gameplay experience.
Features
- XP Orb Merging: Automatically merges nearby XP orbs within a configurable radius to minimize the number of entities.
- Instant Absorption: XP orbs are absorbed directly into the player's XP bar upon proximity, eliminating the delay typically associated with collecting orbs.
- Customizable Settings: Configure the merging radius, minimum XP required for merging, merging interval, and instant collection radius through a user-friendly configuration file.
Configuration
The plugin can be easily customized via the config.yml
file:
# The radius within which XP orbs will merge (in blocks)
merge-radius: 2.0
# Minimum XP amount required in an orb for it to be merged with others
min-xp-to-merge: 5
# How often (in seconds) the plugin checks and merges XP orbs in each world
merge-interval-seconds: 10
# The radius within which XP orbs will be instantly collected by players
instant-collect-radius: 1.5