- Native Minecraft Version:
- 1.14
- Tested Minecraft Versions:
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/Esmorall/EntityTrackerFixer
- Donation Link:
- https://tienda.minemora.net
- EntityTrackerFixer -
Did you try everything to fix the lag on your server 1.14/1.15/1.16 but it is still lagging?
Do timings indicate some random entity is causing lag?
This plugin may help you
How does it works?
Report any bug in the discussion section.
________________________________________________________________
config.ymlCommands:Code (YAML):# Should we notify the console when we interact with entities?
# - Default value(s): true
log-to-console: true
# Should we disable tick operations of un-tracked entities?
# Note 1: this option only works for +1.16.1 servers
# Note 2: this option is experimental and could contain errors
# - Default value(s): true
disable-tick-for-untracked-entities: true
# Should the plugin perform tasks on all worlds?
# Note: if this is set to true, the option "worlds" will be ignored
# - Default value(s): false
enable-on-all-worlds: false
# How often (in ticks) should we check for "lingering" entities?
# - Default value(s): 400
untrack-ticks: 400
# How low should the server's TPS be before we do anything?
# - Note: Setting this value above 20 will skip this check, allowing the tasks to run 24/7.
# - Default value(s): 19.5
tps-limit: 19.5
# How often (in ticks) should we check for players near un-tracked entities?
# - Default value(s): 40
check-untracked-entities-frequency: 40
# How far (in blocks) should we look for players near un-tracked entities?
# - Default value(s): 30
tracking-range: 30
# What worlds should we perform our tasks on?
# - Default value(s): [world, world_nether, world_the_end]
worlds:
- world
- world_nether
- world_the_end
/entititrackerfixer reload
Alias: /etf reload
Permission: entititrackerfixer.reload
Description: this command will reload the plugin aplying new values from config.yml and restarting tasks.
________________________________________
Do you like this plugin?
feel free to donate buying something
on my server store:
https://tienda.minemora.net/
________________________________________

EntityTrackerFixer [Fix 1.14.4/1.16.2 entityTick lag] 1.3.3
Untrack entities that are not used at all by the server
Recent Updates
- NOT TESTED 1.16.4 SUPPORT Nov 16, 2020
- 1.3.2 - Update to 1.16.2 Aug 25, 2020
- 1.3.1 - Fix frozen mobs and new option Jul 9, 2020