Solved How to customize the tablist on Paper api 1.21 ?

Hyside

New member
Aug 1, 2023
2
0
1
Hello, I am a spigot developer and I'm switching to paper.

Can someone tell me how to customize the tablist please ?
Because with spigot we've got some classes that paper doesn't have...

Thank you for your help,
Hyside.
 

Machine Maker

Paper Developer
Staff member
Dec 17, 2021
132
6
19
18
California
Paper has all of the Spigot/Bukkit API. There should be no types on spigot that also aren't present in Paper. Can you give an example of what you are talking about?
 

Hyside

New member
Aug 1, 2023
2
0
1
I'm talking about the NMS packages, like:
import net.minecraft.server.v1_16_R3.ChatComponentText;
import net.minecraft.server.v1_16_R3.PacketPlayOutPlayerListHeaderFooter;

Edit: I found it on paper's discord
Player#sendPlayerListHeaderAndFooter
 
Last edited: