Jump to content

Hitting an API on exit?


Lone

Recommended Posts

6 minutes ago, Lone said:

I tried searching but I may not know the correct term I should be using, if I want to hit an api on exit to update stats what is the correct way to write it in java? 

Not really sure what you mean.

If you want to do something when the script exits, override the onExit method in the Script class:

@Override
public void onExit() {
  
}

 

Edited by Explv
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...