D
Deleted member 5254
For this I don't think you can have the :11, so you have to make 351:11 into just 351, and for 388 you can make another packet.hey i try to do this:
code_language.skript:command /re: trigger: set {_packet} to new play_server_set_cooldown packet set int pnum 0 of {_packet} to 351:11 # and 388 set int pnum 1 of {_packet} to 10 send player packet {_packet}
like in this thread https://www.spigotmc.org/threads/utilizing-white-cooldown-overlay-from-1-9.155942/
http://wiki.vg/Protocol#Set_Cooldown
Can you help me please?