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
34 changes: 34 additions & 0 deletions store/extensions/AFK-tracker/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"title": "AFK",
"description": "Anti-AFK. An extension that tracks how long you have been AFK.",
"authors": [
{
"name": "danii / v19",
"hotel": ".com",
"username": "v19",
"discord": "danii98",
}
],
"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": "18-07-2024 10:00:00",
"updateDate": "18-07-2024 10:00:00",
"isOutdated": false
}
Binary file added store/extensions/AFK-tracker/extension.zip
Binary file not shown.
Binary file added store/extensions/AFK-tracker/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/AFK-tracker/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions store/extensions/AFK/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"title": "AFK",
"description": "Anti-AFK. An extension that tracks how long you have been AFK.",
"authors": [
{
"name": "danii / v19",
"hotel": ".com",
"username": "v19",
"discord": "danii98"
}
],
"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": "18-07-2024 10:00:00",
"updateDate": "18-07-2024 10:00:00",
"isOutdated": false
}
Binary file added store/extensions/AFK/extension.zip
Binary file not shown.
Binary file added store/extensions/AFK/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/AFK/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.