Skip to content

cakilgan/LatencyLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ LatencyLite

A simple, modular Minecraft mod that shows your ping on screen — clean, customizable, and lightweight.

So minimal, it barely needs a description.

Screenshots

img_1.png

Default Config File
["Core Config"]
#if it set true all functionality of mod will be disabled
disableMod = false
#if this config enabled, it will scale all the components of this mod
enable_global_scaling = false
#if this config enabled, it will avoid other local scale configs and use only Core scaling
avoid_local_scaling = false
#x scale of all text rendering.
#Range: 0.0 ~ 1.0
x_scale = 1.0
#y scale of all text rendering.
#Range: 0.0 ~ 1.0
y_scale = 1.0

["Ping Config"]
#Show ping as text on screen
show_ping = true
#Color of 'ping' text
#Range: 0 ~ 16777215
ping_color = 16777215
#X position of 'ping' text
#Range: 0 ~ 1920
ping_x_pos = 15
#Y position of 'ping' text
#Range: 0 ~ 1080
ping_y_pos = 20
#X scale of 'ping' text
#Range: 0.0 ~ 1.0
ping_x_scale = 0.5
#Y scale of 'ping' text
#Range: 0.0 ~ 1.0
ping_y_scale = 0.5

["Average Ping Config"]
#Show average ping as text on screen
show_avr_ping = true
#Color of 'average ping' text
#Range: 0 ~ 16777215
average_ping_color = 16776960
#X position of 'average ping' text
#Range: 0 ~ 1920
average_ping_x_pos = 15
#Y position of 'average ping' text
#Range: 0 ~ 1080
average_ping_y_pos = 40
#X scale of 'average_ping' text
#Range: 0.0 ~ 1.0
average_ping_x_scale = 0.5
#Y scale of 'average_ping' text
#Range: 0.0 ~ 1.0
average_ping_y_scale = 0.5

["Last Refresh Config"]
#Show last refresh of ping as text on screen
show_last_refresh = true
#Color of 'last_refresh' text
#Range: 0 ~ 16777215
last_refresh_color = 12632256
#X position of 'last_refresh' text
#Range: 0 ~ 1920
last_refresh_x_pos = 15
#Y position of 'last_refresh' text
#Range: 0 ~ 1080
last_refresh_y_pos = 60
#X scale of 'last_refresh' text
#Range: 0.0 ~ 1.0
last_refresh_x_scale = 0.5
#Y scale of 'last_refresh' text
#Range: 0.0 ~ 1.0
last_refresh_y_scale = 0.5

["Signal Icon Config"]
#Show signal icon on screen
show_ping = true
#X position of 'signal_icon'
#Range: 0 ~ 1920
signal_icon_x_pos = 60
#Y position of 'signal_icon'
#Range: 0 ~ 1080
signal_icon_y_pos = 15
#X scale of 'signal_icon'
#Range: 0.0 ~ 1.0
signal_icon_x_scale = 0.5
#Y scale of 'signal_icon'
#Range: 0.0 ~ 1.0
signal_icon_y_scale = 0.5


About

A Minecraft 1.20.1-? mod.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages