Player
Variables
Functions
addMessage(text)
addMessage(text)-- Example code showing how to use the function
player.addMessage("Hypixel Cry - Only me see this")
local message = ComponentBuilder.new("Hello! ")
:color("white")
:append(
ComponentBuilder.new("[Teleport]")
:color("gold")
:bold(true)
:underlined(true)
:clickRunCommand("/spawn")
:hoverText("§eClick here to teleport!")
)
:append(
ComponentBuilder.new(" | ")
:color("gray")
)
:append(
ComponentBuilder.new("[Copy IP]")
:color("#55FFFF")
:clickCopyToClipboard("hypixel.net")
:hoverText(
ComponentBuilder.new("Click to copy")
:color("yellow")
:italic(true)
)
)
:build()
player.addMessage(message)sendMessage(text)
sendMessage(text)sendCommand(text)
sendCommand(text)getProfile()
getProfile()getProfileId()
getProfileId()getName()
getName()getRank()
getRank()getRotation()
getRotation()setRotation(yaw, pitch)
setRotation(yaw, pitch)getPos()
getPos()getLocation()
getLocation()getRawLocation()
getRawLocation()getArea()
getArea()getPurse()
getPurse()getBits()
getBits()getHealth()
getHealth()getMaxHealth()
getMaxHealth()getMana()
getMana()getMaxMana()
getMaxMana()getDefence()
getDefence()getSpeed()
getSpeed()getAir()
getAir()getMaxAir()
getMaxAir()getCold()
getCold()isSneaking()
isSneaking()isSprinting()
isSprinting()isOnGround()
isOnGround()isOnSkyBlock()
isOnSkyBlock()getPet()
getPet()getScoreBoardLines()
getScoreBoardLines()getTab()
getTab()getEyePosition()
getEyePosition()addToast(title, description, time)
addToast(title, description, time)getLookEndPos(number)
getLookEndPos(number)getLookEndPos(table)
getLookEndPos(table)raycast(number)
raycast(number)Last updated