Last active
November 29, 2018 10:50
-
-
Save Semx11/35d6b58783ef8d0527f82782f6555834 to your computer and use it in GitHub Desktop.
Autotip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosts": [ | |
{ | |
"id": "download", | |
"url": "autotip.pro/download", | |
"enabled": true | |
}, | |
{ | |
"id": "totip", | |
"url": "http://skywars.info/test/totip.php", | |
"enabled": true | |
}, | |
{ | |
"id": "update", | |
"url": "http://skywars.info/test/newupdate.php?u=%s&v=%s&mc=%s&t=%d", | |
"oldUrl": "http://skywars.info/test/newupdate.php?u=%s&v=%s&mc=%s&t=%d&os=%s", | |
"enabled": true | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"latest": { | |
"version": "3.0" | |
}, | |
"latestBeta": { | |
"version": "3.0" | |
}, | |
"versions": [ | |
{ | |
"version": { | |
"version": "3.0" | |
}, | |
"severity": "CRITICAL", | |
"isBetaVersion": false, | |
"changelog": [ | |
"Fixed all stats tracking issues", | |
"Fixed issue where other players wouldn't get tipped", | |
"Fixed issue with tipping offline players", | |
"Fixed the way stats are stored and loaded", | |
"Added date lookup: /autotip stats d/m/yyyy", | |
"Added range lookup: /autotip stats d/m/yyyy-d/m/yyyy", | |
"Added Minecraft Forge 1.12.2 support" | |
] | |
}, | |
{ | |
"version": { | |
"version": "2.0.3" | |
}, | |
"severity": "ADVISED", | |
"isBetaVersion": false, | |
"changelog": [ | |
"Fixed wrong tip count since tip XP changed 2 months ago", | |
"Minecraft Forge 1.11 and 1.11.2 support", | |
"Slightly better performance when using /autotip stats", | |
"Other bug fixes and stability improvements" | |
] | |
}, | |
{ | |
"version": { | |
"version": "2.0.2" | |
}, | |
"severity": "ADVISED", | |
"isBetaVersion": false, | |
"changelog": [ | |
"Fixed issue with autotip folder not being created", | |
"Fixed crashes on startup caused by empty .at files", | |
"Fixed 'playing on Hypixel' detection not working", | |
"Other bug fixes and stability improvements", | |
"Added changelogs and update severity levels", | |
"Added '/autotip whatsnew' to see this version's changelog" | |
] | |
}, | |
{ | |
"version": { | |
"version": "2.0.1" | |
}, | |
"severity": "ADVISED", | |
"isBetaVersion": false, | |
"changelog": [ | |
"Fixed some bugs", | |
"Added some bugs", | |
"Why are you reading this?" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment