Skip to content

Join Server Event

wagyourtail edited this page Jun 24, 2020 · 2 revisions

This wiki page is for 1.0.7+

This event is fired when the client finishes connecting to the server.

This event passes some arguments to javascript which can be accessed by the ArrayList<String, Object> global called args. a list of these properties is:

  • address: string representation of the server address.
  • player: PlayerEntityHelper of the server's player response.
Clone this wiki locally