Go to file
Elias Fleckenstein a84a62544f
Update README.md
2021-03-01 09:58:05 +01:00
textures Redesign UI and add some kind of API 2021-03-01 09:19:38 +01:00
.gitignore Initial commit 2020-10-06 10:15:38 +02:00
init.lua Globalize playerlist table 2021-03-01 09:31:25 +01:00
LICENSE Initial commit 2020-10-06 10:15:38 +02:00
mod.conf Changed dependencies = ... in mod.conf to depends = ... 2020-10-07 17:36:40 +02:00
README.md Update README.md 2021-03-01 09:58:05 +01:00

playerlist

Show a list of all online players (similar to minecrafts tab-list) when a player is sneaking. Provides an API that can be used to hide or nick players, sort them and display them with different colors. (E.g. Display admins at the top of the list and make their name red). There is also a ping bar for every player (<= 20ms -> 4, <= 40ms -> 3, <= 60ms -> 2, > 60ms -> 1).