-
Notifications
You must be signed in to change notification settings - Fork 40
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
base: repo/1.5.3
Are you sure you want to change the base?
AFK #230
Conversation
Your files are in the wrong folder, they should be in |
https://github.com/daniiv19/anti-afk/blob/main/main.go#L93-L94 You're sending an outgoing shout, best to use an incoming one, otherwise it's very obvious that the user is scripting. Remove all print statements before compiling it to an exe, G-Earth runs extensions without an attached console, so print statements cause the extension to throw errors. |
Updated folder location and it's content.
I changed the main branch, I'll update the .zip folder in exctensionStore |
updated it contents to the latest version.
Updated zip content: Removed README.txt Added text to README.md
https://github.com/daniiv19/anti-afk/blob/main/main.go#L87 |
Should work now after few tests, this version is the most stable. |
store/extensions/AFK/extension.json
Outdated
"name": "danii / v19", | ||
"hotel": ".com", | ||
"username": "v19", | ||
"discord": "danii98", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comma is breaking the parsing, remove it
"discord": "danii98", | |
"discord": "danii98" |
Updated the name, zip content and main.go file. |
Remove the old folder and make sure the name in the extension.json matches the folder name |
Anti AFK. An extension that tracks how long you have been AFK.