23 lines
503 B
TOML
23 lines
503 B
TOML
|
|
#General mod settings
|
|
[general]
|
|
#Sends relative mouse position and clicking
|
|
sendMouseInfo = true
|
|
#Sends a calculated rate of typing. If off, uses a default value on server
|
|
sendTypingSpeed = true
|
|
#Sends when you open a gui, and what gui
|
|
sendActiveGui = true
|
|
#Sends when you go idle / return
|
|
sendIdleState = true
|
|
#-
|
|
showIdleStatesInPlayerList = true
|
|
#-
|
|
showIdleStatesInPlayerAboveHead = true
|
|
#-
|
|
showPlayerAnimations = true
|
|
#-
|
|
playScreenOpenSounds = true
|
|
#-
|
|
playMouseClickSounds = true
|
|
|