-
Notifications
You must be signed in to change notification settings - Fork 0
/
airplane.air
46 lines (39 loc) · 1.39 KB
/
airplane.air
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Airplane Configuration
# Read https://blog.airplane.gg/ to find out more about Airplane
# Join our Discord to receive support & optimization help: https://discord.gg/3gtc45q
[info]
version = "1.0"
# Options for connecting to Airplane's online utilities
[web-services]
token = ""
# Optimizes how entities act when
# they're far away from the player
[activation-range]
enabled = true
# This value determines how far away an entity has to be
# from the player to start being effected by DEAR.
start-distance = 12
# This value defines how often in ticks, the furthest entity
# will get their pathfinders and behaviors ticked. 20 = 1s
max-tick-freq = 20
# This value defines how much distance modifies an entity's
# tick frequency. freq = (distanceToPlayer^2) / (2^value)
# If you want further away entities to tick less often, use 7.
# If you want further away entities to tick more often, try 9.
activation-dist-mod = 8
# A list of entities to use the dynamic activation range
# to modify how often their behaviors are ticked
[behavior-activation]
villager = true
piglin = true
hoglin = true
# Configures Flare, the built-in profiler
[flare]
# Sets the server to use for profiles.
url = "https://flare.airplane.gg"
# Configures settings for generic entities
[entities]
despawn-check-freq = 8
# Settings for things that don't belong elsewhere
[misc]
disable-method-profiler = true