Go to file
philipmi 301e548570 Add random message 2022-03-04 22:29:41 +01:00
.idea Add random message 2022-03-04 22:29:41 +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
LICENSE Initial commit 2020-10-06 10:15:38 +02:00
README.md Adaption for CTF 2022-02-06 20:59:31 +01:00
init.lua Add random message 2022-03-04 22:29:41 +01:00
mod.conf Add random message 2022-03-04 22:29:41 +01:00
settingtypes.txt Make key configurable 2021-03-26 10:39:24 +01:00

README.md

playerlist for ctf

Show a list of all online players (similar to minecrafts tab-list) when a player is pressing the playerlist key (by default: sneak). 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).

The playerlist key can be configured by changing the playerlist_key setting. Possible values are up, down, left, right, jump, aux1, sneak, dig, place or zoom.