Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Limiana committed Jul 28, 2024
1 parent ab796a0 commit 8dd0a6e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/Trigger Readme Rebuild.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/TriggerUpdateMetadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Trigger Update Metadata
on:
push:
paths:
- meta/**
workflow_dispatch:

jobs:
TriggerUpdateMetadata:
uses:
NightmareXIV/MyDalamudPlugins/.github/workflows/Update_Metadata.yml@main
secrets: inherit
3 changes: 3 additions & 0 deletions meta/config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
donate=full
front
state=complete
10 changes: 2 additions & 8 deletions meta/front.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# AntiAfkKick

|Until Dalamud framework is available again, please use standalone version. [Click here to download](https://github.com/NightmareXIV/AntiAfkKick/releases/download/2.1.0.4/AntiAfkKick-Standalone.exe). If you are experiencing issues with it, try running it as administrator.|
|---|
# Description

|Attention! Standalone version sometimes may have an issue if you're using a controller and afk without alt-tabbing out of the game. If you experience this issue, alt-tab before going AFK.|
|---|

An application, Dalamud and ACT plugin for preventing being auto-kicked from FFXIV due to inactivity.

**Please use responsibly, this is meant to be used for gatherers or if you are waiting for raid/pf/event, not to just afk in limsa dancing**
**Please use responsibly, this is meant to be used for gatherers or if you are waiting for raid/pf/event, not to just afk**

## Dalamud plugin
Recommended if you are using FFXIV Quick Launcher. Using AntiAfkKick as Dalamud plugin provides advantages of automatically launching together with game and automatic updates. ACT plugin and standalone version must be updated manually if ever needed.
Expand All @@ -31,6 +28,3 @@ Then copy it to any convenient folder. Open up ACT, go to "Plugins" tab, then to
Just download it and run it. No configuration needed. To exit, access program's tray icon.

Download link: https://github.com/NightmareXIV/AntiAfkKick/releases/download/2.1.0.4/AntiAfkKick-Standalone.exe

## How it works?
It just sends left control key to the game every now and then. Seems like for now it's enough to make game think user is still active. It won't send keypress if you are actually playing.

0 comments on commit 8dd0a6e

Please sign in to comment.