AFK Kick
This plugin allows you to automatically kick afk people after x time.
Configuration
export const info: CommonPluginConfig = {name: 'AFK kick',description: 'This plugin allows you to automatically kick afk people after x time.',config: {enabled: false,data: {ignoredGroups: [],ignoredChannels: [],interval: {weeks: 0,days: 0,hours: 0,minutes: 30,seconds: 0}},interval: {weeks: 0,days: 0,hours: 0,minutes: 0,seconds: 10}}};