Code (YAML):
low-tps
:
# Should the entity removal task be triggered when the TPS is low?
# This feature requires Paper (https://papermc.io/)
enabled
: false
# How often in seconds should the plugin check the TPS of the server?
check-rate
: 10
# Below what TPS should the plugin remove the entities?
threshold
: 17.00
# Should the plugin remove the entities instantly or trigger the countdown?
# Warning: If the TPS is too low and remove-instantly is true, 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..."