| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Fixes #322
|
| | |
|
| | |
|
| |
|
|
| |
- The previous commit with this message was a mistake
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- Return if quest id arg is invalid
- Tab complete quests instead of categories
- Change usage message to reflect real usage
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Uses EssentialsHook to check if user is AFK.
Requires task to have config option "ignore-afk" to be true in order to proceed; default fallback is false so this does not pose issues on servers w/o Essentials.
|
| |
|
|
|
|
| |
Adds EssentialsHook class which will handle the imports for dependent classes. This class handles checks for whether or not the player is AFK.
To stay consistent with how the project handles hooks, went ahead and created the abstract type as well.
|