@its-domme said in How to turn your head up:
@caex said in How to turn your head up:
hello, person who cant read the instructions
before making a script, make sure you satisfy the following conditions:
you have access to liquidbounce
you have r/w access to the scripts folder
you know javascript
This all fits me, I know js and read the Script api
then why are you asking what to import if you know how to check the freaking src codes
if (event.getPacket() instanceof S47PacketPlayerListHeaderFooter) {
footer = event.getPacket().getFooter().getUnformattedText()
header = event.getPacket().getHeader().getUnformattedText()
// getFormattedText() if you want to include formatting codes, not recommended
}
getters > reflection
@czechhek said in Script support.:
@gridzz there should be
///api_version=2
as the first line
edit: you had it there before ah
Yeah, still doesn't work. What can I do, as I think it's the codes fault. I want to place blocks twice (aka the double clicking) and also set an option to double click on LMB later.
net.minecraft.init.Items -> public static final Item arrow
recommended reading: minecraft source code
edit: also accomplishable by checking unlocalized item name
@senk-ju, i want join to a server with custom auth-server (full custom launcher).
I have information from my friends what some players join to server with TLauncher.
Now i have a session-id in launcher and i want change my id to true-id in TLauncher.
I would say what im want join to custom server with self launcher (without mods) from TLauncher
p.s: @Senk-Ju, i send u PM about all situation