You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The following option will delay the tab complete request in x ticks if greater than 0, if other tab-complete is received, the previous is cancelled
14
+
1_13-tab-complete-delay: 0
15
+
auto-team: true
16
+
# Change the blocked disconnect message
17
+
block-disconnect-msg: You are using an unsupported Minecraft version!
18
+
# Block specific Minecraft protocol version numbers.
19
+
# List of all Minecraft protocol versions: http://wiki.vg/Protocol_version_numbers, or use a generator: https://via.krusic22.com
20
+
block-protocols: []
21
+
# Easier to configure alternative to 'block-protocols'. Uses readable version strings with possible '<' and '>' prefixes.
22
+
# An example to block 1.16.4, everything below 1.16, as well as everything above 1.17.1 would be: ["<1.16", "1.16.4", ">1.17.1"]
23
+
# You can use both this and the block-protocols option at the same time as well.
24
+
block-versions: []
25
+
bossbar-anti-flicker: false
26
+
bossbar-patch: true
27
+
#
28
+
# Caches light until chunks are unloaded to allow subsequent chunk update packets as opposed to instantly uncaching when the first chunk data is sent.
29
+
# Only disable this if you know what you are doing.
30
+
cache-1_17-light: true
31
+
# Should we fix nbt for 1.12 and above clients in chat messages (causes invalid item)
32
+
chat-nbt-fix: true
33
+
#
34
+
# 1.19 chat type formats used for 1.19.1+ clients.
35
+
chat-types-1_19:
36
+
chat.type.text: <%s> %s
37
+
chat.type.announcement: '[%s] %s'
38
+
commands.message.display.incoming: '%s whispers to you: %s'
39
+
chat.type.team.text: '%s <%s> %s'
40
+
chat.type.emote: '* %s %s'
41
+
checkforupdates: true
42
+
# Fix 1.9+ clients not rendering the far away chunks and improve chunk rendering when moving fast (Increases network usage and decreases client fps slightly)
43
+
chunk-border-fix: false
44
+
disable-1_13-auto-complete: false
45
+
fix-1_14-health-nan: true
46
+
fix-infested-block-breaking: true
47
+
fix-low-snow-collision: false
48
+
fix-non-full-blocklight: true
49
+
flowerstem-when-block-above: false
50
+
# Force the string -> json transform
51
+
force-json-transform: false
52
+
forced-use-1_17-resource-pack: false
53
+
hologram-patch: false
54
+
hologram-y: -0.96
55
+
ignore-long-1_16-channel-names: true
56
+
# Allows 1.9+ left-handedness (main hand) on 1.8 servers
57
+
left-handed-handling: true
58
+
# Get the world names which should be returned for each vanilla dimension
59
+
map-1_16-world-names:
60
+
overworld: minecraft:overworld
61
+
nether: minecraft:the_nether
62
+
end: minecraft:the_end
63
+
max-pps: 800
64
+
max-pps-kick-msg: You are sending too many packets!
65
+
# Minimize the cooldown animation in 1.8 servers
66
+
minimize-cooldown: true
67
+
# If this setting is active, the main hand is used instead of the off hand to trigger the blocking of the player.
68
+
# With the main hand the blocking starts way faster.
69
+
# (Requires "show-shield-when-sword-in-hand" to be disabled)
0 commit comments