Solved How to customize the tablist on Paper api 1.21 ?

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

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
151
6
24
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: