Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AFK #230

Open
wants to merge 13 commits into
base: repo/1.5.3
Choose a base branch
from
35 changes: 35 additions & 0 deletions store/extensions/extension.json
WiredSpast marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"title": "AFK",
"description": "Anti-AFK. An extension that tracks how long you have been AFK.",
"authors": [
{
"name": "danii / v19",
"hotel": "Origins",
"username": "v19",
"discord": "danii98",
"twitter": "/"
}
],
WiredSpast marked this conversation as resolved.
Show resolved Hide resolved
"version": "0.5",
"categories": ["Others"],
"source": "https://github.com/daniiv19/anti-afk",
"readme": "https://github.com/daniiv19/anti-afk/README.md",
"releases": "https://github.com/daniiv19/anti-afk/releases",
"stable": true,
"framework": {
"name": "GoEarth",
"version": "0.2.3"
},
"language": "Go",
"commands": {
"default": ["cmd", "/C", "anti-afk.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"],
"windows": ["cmd", "/C", "anti-afk.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"]
},
"compatibility": {
"systems": ["Windows"],
"clients": ["Origins"]
},
"submissionDate": "15-07-2024 00:48:56",
"updateDate": "17-07-2024 00:31:35",
WiredSpast marked this conversation as resolved.
Show resolved Hide resolved
"isOutdated": false
}
Binary file added store/extensions/extension.zip
Binary file not shown.
Binary file added store/extensions/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/extensions/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading