By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
License | Poggit | Release | Download | Download Total |
---|---|---|---|---|
ClearLagg is a plugin for PocketMine-MP designed to reduce lag by periodically clearing dropped items in the world. It provides configurable options and commands to manage item clearing, player notifications, and detailed statistics.
.phar
file into the plugins
directory of your PocketMine-MP server.After installing the plugin, a configuration file config.yml
will be generated in the plugin_data/ClearLagg
directory. You can customize the settings as needed.
# ClearLagg configuration file
# Please Don't Edit configuration ver
config-version: 2
# Time in seconds between automatic clears
auto-clear-interval: 300
# World-specific settings
worlds:
world:
enable-auto-clear: true
world_nether:
enable-auto-clear: true
world_the_end:
enable-auto-clear: true
# Player notifications
notify-players:
enable: true
message: "All dropped items will be cleared in 60 seconds!"
countdown: 60
/clearlagg
- Clears all dropped items in the configured worlds./clearlagg stats
- Displays statistics about the cleared items.clearlagg.use
- Allows the player to use the /clearlagg
command.clearlagg.stats
- Allows the player to view clearlagg statistics.Use the /clearlagg
command to manually clear all dropped items in the configured worlds.
/clearlagg
Use the /clearlagg stats
command to view the statistics of cleared items.
/clearlagg stats
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request on GitHub if you have any improvements or bug fixes.
Created by XPocketMC and NurAzliYT
You can leave one review per plugin release, and delete or update your review at any time