EntityTrackerFixer/EntityTrackerFixer/config.yml

46 lines
1.5 KiB
YAML
Raw Permalink Normal View History

2020-07-02 17:33:20 +02:00
#-----------------------------------------------
# EntityTrackerFixer
2019-09-03 01:07:33 +02:00
#
2020-07-02 17:33:20 +02:00
# By: Esmorall
2019-09-03 01:07:33 +02:00
#
2020-07-02 17:33:20 +02:00
# English of this file improved by ArtelGG
#-----------------------------------------------
2019-09-03 01:07:33 +02:00
2020-07-02 17:33:20 +02:00
# Should we notify the console when we interact with entities?
# - Default value(s): true
2019-09-03 01:07:33 +02:00
log-to-console: true
2020-07-02 17:33:20 +02:00
# 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
2020-07-02 21:47:59 +02:00
# 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
2020-07-02 17:33:20 +02:00
# How often (in ticks) should we check for "lingering" entities?
# - Default value(s): 400
untrack-ticks: 400
2019-09-03 01:07:33 +02:00
2020-07-02 17:33:20 +02:00
# 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
2019-12-09 20:37:56 +01:00
tps-limit: 19.5
2019-09-03 01:07:33 +02:00
2020-07-02 17:33:20 +02:00
# How often (in ticks) should we check for players near un-tracked entities?
# - Default value(s): 40
2019-09-03 12:40:09 +02:00
check-untracked-entities-frequency: 40
2019-09-03 01:07:33 +02:00
2020-07-02 17:33:20 +02:00
# How far (in blocks) should we look for players near un-tracked entities?
# - Default value(s): 30
2019-09-03 12:40:09 +02:00
tracking-range: 30
2019-09-03 01:07:33 +02:00
2020-07-02 17:33:20 +02:00
# What worlds should we perform our tasks on?
# - Default value(s): [world, world_nether, world_the_end]
2019-09-03 01:07:33 +02:00
worlds:
- world
- world_nether
- world_the_end