SilkMC / silk

Silk is a Minecraft API for Kotlin - targetting Fabric, Quilt and Paper
https://silkmc.net/silk/docs/
GNU General Public License v3.0
100 stars 12 forks source link

add tablist api #36

Open btwonion opened 1 year ago

btwonion commented 1 year ago

add feature to provide a simple tablist to game module with header/footer and playernames.

btwonion commented 1 year ago

i also added priorities for sorting the players in the tablist

jakobkmar commented 1 year ago

Thanks! I think instead of copying so much here we should make a general text API for updatable text and implement it for all the placed where it is applicable. Let's leave this PR open until further discussion about this has happened.