-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This project aims to > create a comprehansive set of tool which makes administrating arma units easyer by providing tools for logging player attendance, displaying said attendance in a somewhat good looking web UI with charts to display attendance over time and tool to automatically administrate discord servers based on player attendance(or lack there of)
All these goals are acheived by using a set of tools which are all designed to seemlesly work together
So far we have developed the tools query and honeycomb.
Query as the name implies is used to query a server and store it's data somewhere. That somewhere is a MongoDB database and the way to configure when it queries is with the familiar to most GNU Cron syntax.
Honeycomb is the web UI we talked about which can display all player attendance but can also be configured for groups so it can show attendance for specific groups of people in separate tabs.
Discord administration. As of writing this(05.05.2023) the discord bot is still under development and has not been released yet.