Paste #34880: Edit of P#34878 - Edit of P#34876 - Edit of P#34728 - Edit of P#34720 - Untitled Paste

Date: 2016/07/16 08:02:59 UTC-07:00
Type: Plain Text

View Raw Paste Download This Paste
Copy Link


How to start tracking your script on Script-tracker:

1: Firstly you will need to upload your script to the script repo at http://mcmonkey.org/denizen/repo/list.

2: Add the following bit of script to your file in a world script, filling in the variables.
    on system time hourly:
    - webget "http://morphanone.space/webizen.aspx/tracker?script=<ID HERE>&version=<VERSION HERE>&otherdata=<MORE>"

You are free to track any kind of custom data you want, all you have to do is pass it in the argument list. This data will be retrievable through the web interface.

3: Once your script is fully updated, and users allow it to send data from their server, your script will start gathering data on Script-Tracker.

4: additional options

  - To tell script tracker which of your data keys can be publicly listed, you need to add the following bit of text to your description on your repo page:
<--script-tracker-->
public_data=<data name 1 here>,<data name 2 here>,<etc etc>
<--!script-tracker-->

  - to check whether or not your webget was successful, make it a waited command ( - ~webget ) and use the save: argument.
    you can then use the <entry[<name>].result> tag to see script tracker's response.