client
Client related functions
client.gui_name
client.gui_name(): stringReturns the name of the gui the player is in right now
client.time
client.time(): numberReturns the system time in milliseconds
client.config
client.config(): stringReturns the current config name
client.print
client.print(chat_message)Argument
Type
Description
chat_message
String
Message
Prints the desired message in chat
client.title
client.title(): stringReturns the current title that is showing up on the screen.
client.subtitle
client.subtitle(): stringReturns the current title that is showing up on the screen.
client.chest_name
client.chest_name(): stringReturns the current chest display name.
client.fps
client.fps(): numberReturns the FPS the game is running at the moment
Last updated
Was this helpful?