WarpPlayerUpdateEvent

This event is called when a warp player is updated you can view the JavaDocs for this event here.

Received Data

Once the event is triggered, you will receive a JSON object containing the data below:

{
  "type" : "EVENT_TRIGGERED",
  "name" : "WarpPlayerUpdateEvent",
  "event" : {
    "cancelled" : false,
    "updatedValue" : {
      "uuid" : "5ca251ab-589d-4f04-8f0c-28404d0686b0",
      "messages" : [ ],
      "sponsorCooldown" : null,
      "staticWarps" : 0,
      "logs" : [ ],
      "earnedRateRewards" : [ ],
      "lastPlayed" : 1735602936603,
      "pendingWarp" : null,
      "maxWarpCostPrice" : 500.0,
      "minWarpCostPrice" : -1.0,
      "priceFreeLimit" : -1,
      "waitTeleportTime" : 3,
      "maximumWarps" : 9223372036854775807,
      "prettyMaximumWarps" : "Unlimited",
      "name" : "ForgotUrPassword",
      "language" : "en_gb"
    },
    "type" : "VISITED_WARPS_UPDATE",
    "asynchronous" : true
  }
}

Last updated

Was this helpful?