This update completely remade the TPS monitoring system, so it will now work on all server versions instead of only Paper and its forks.
Config changes:
Code (YAML):
low-tps: # Should the entity removal task be triggered when the TPS is low? enabled: false
# How often in seconds should the plugin check the TPS of the server? check-rate: 5
# Below what TPS should the plugin remove the entities? threshold: 17
# Should the plugin remove the entities instantly or trigger the countdown? # Warning: If the TPS is too low and remove-instantly is false, the plugin may # not be able to remove the entities before the server crashes remove-instantly: true
# Should there be a chat message sent to players with the `entityclearer.lowtps` # permission stating that the TPS is low? chat: true
chat-message: "&c&lWarning: TPS low &8&l(&7&l{TPS}&8&l)&c&l! Removing entities..."