Little plugin that help you with reducing lags on your server.
language: EN # plugin language, default is english
removeExpOrbs: true # set to true if you want to remove exp orbs (player will get exp directly)
detonateTNT: true # detonates TNT blocks after placing
actions: # actions for which minimum delay is set
place: # placing blocks
'all': 2 # set minimum delay for all place actions to 2 seconds (you can use 'all' in other sections too)
1: 10 # set minimum delay between placing stone blocks to 10 seconds (special case, will overwrite 'all' value)
drop: # dropping items
throw: # throwing items
You can change plugin language by changing "language" in config file. Plugin, after restart, will try to download selected language file from the server. If it'll be impossible, plugin will create new empty file where you can put content from default translate_EN.yml and translate it to your language (please contact with me after that, I'll add this file to resources on the server).