Teunboeke / AutoClearLagg

The plugin you need to keep your server lagg free

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The plugin you need to keep your server lagg free!

Phar View Count
Download  View Count

Features

  • Enable/Disable Mobs & Items clearing
  • NEW: Exempt entities from clearing
  • Configurable Timer
  • Editabe Messages

config.yml

# AutoClearLagg (ACL) Config

# Seconds between each clear lagg
seconds: 300

# Entities to clear
clear:
  items: true
  mobs: true
  exempt: # Array of entities not to clear
    - Zombie
    - Pig

messages:
  time-left: "§cEntities will clear in {SECONDS} seconds"
  entities-cleared: "§cCleared a total of {COUNT} entities"

# Countdown times
times: [60, 30, 15, 10, 5, 4, 3, 2, 1]
...```

About

The plugin you need to keep your server lagg free

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%