forked from GeyserMC/Geyser
Third party capes, rotation fixed, wait for the client and updated protocol lib
This commit is contained in:
parent
0b193c04e7
commit
5eb7565b0a
31 changed files with 320 additions and 158 deletions
|
@ -49,6 +49,10 @@ debug-mode: false
|
|||
# Thread pool size
|
||||
general-thread-pool: 32
|
||||
|
||||
# Allow third party capes to be visible. Currently allowing:
|
||||
# OptiFine capes, LabyMod capes, 5Zig capes and MinecraftCapes
|
||||
allow-third-party-capes: true
|
||||
|
||||
# bStats is a stat tracker that is entirely anonymous and tracks only basic information
|
||||
# about Geyser, such as how many people are online, how many servers are using Geyser,
|
||||
# what OS is being used, etc. You can learn more about bStats here: https://bstats.org/.
|
||||
|
@ -57,8 +61,4 @@ metrics:
|
|||
# If metrics should be enabled
|
||||
enabled: true
|
||||
# UUID of server, don't change!
|
||||
uuid: generateduuid
|
||||
|
||||
|
||||
|
||||
|
||||
uuid: generateduuid
|
Loading…
Add table
Add a link
Reference in a new issue