Discord bot written in Node.js for providing continious status of game server - basic server information and player count (list and graph)
This is based(fork) on selfhosted variant of "Game Status"/"Server Status" bot by Ramzi-Sah.
This bot is for self-hosting and may/will not work for huge amount of data. Source code is provided as it is.
USER INTERFACE IS IN ENGLISH
ИНТЕРФЕЙС НА АНГЛИЙСКОМ
See all available languages here / Все доступные языки тут
NOTE: As i'm still learning js, there may be some errors and bad implimentations. If you hava any suggestions, contact me bellow.
- Ramzi-Sah for creating the original bot
- TheProKoen and rizkychi for inspiration
Discord: @fileeditor
https://github.com/FileEditor97/Nohi-bot-server-status/wiki
- Node.js and NPM (latest stable version)
- NVM (for managing Node version)
- Discord bot application
- Have Node.js installed (I recommend reading proper tutorial for installation on your OS)
- Download source code
- In directory where file
package.json
is located, runnpm install
command to download necesary dependencies - Configure bot by editing file
src/config.json
in any text editor or terminal (unix - usingnano src/config.json
). See below - Run bot using command
node src/index.js
or in background withnode src/index.js &
- Dependencies version set to latest (at the time of this message)
- Graph "fixed" and customized for my needs
- Graphs are uploaded directly from bot's source foulder, rather than thru web server (as I'm not into js)
- More setup fields in config
- Removed unwanted code
- Removed web-server as it's not required
- Refresh button (after clicking it stays disabled for 10 seconds)
- Playerlist format changed to more compact (especialy for viewing on mobile)
- Timezone problem fixed, now it's more flexible for configuration.
- Playerlist displays every player (maximum of 25*30 = 750)
- Button for displaying playerlist and option
Add bot shutdown(restart) command(problematic)Fix graph's element to look better(?)(optimization)Figure out what with timezones, summer time (they are a bit strangely implemented, resulting in time like 25:00 and further)- Maintenance mode
(Possibly) Display other information about the serverFix problem with image(graph) cutting off on mobile clientOption to toggle player data - time on server. Maybe change alltogether list to multiple collumns.- Fix unballanced data addition to json when refresh button is called (data must be saved with stable interval)
Button for displaying players on server and fix some elements
- Node.js и NPM (последняя стабильная версия)
- NVM (для управления версий Node)
- Приложение бота в панели разработчика Discord
- Установите Node.js (я рекомендую прочитать соответствующее руководство по установке в вашей ОС)
- Загрузите исходный код
- В каталоге, где находится файл
package.json
, запустите командуnpm install
, чтобы загрузить необходимые модули - Настройте бота, отредактировав файл
src/config.json
в любом текстовом редакторе или терминале (unix – используяnano src/config.json
). Смотри ниже - Запустите бота с помощью команды
node src/index.js
или в фоновом режиме с помощьюnode src/index.js &
- Установлена последняя версия модулей (на момент появления этого сообщения)
- График "исправлен" и настроен под мои нужды
- Графики загружаются напрямую из исходного файла бота, а не через веб-сервер (так как я не увлекаюсь js)
- Дополнительные поля настройки в конфиге
- Удален нежелательный код
- Удален веб-сервер за ненадобностью
- Кнопка «Обновить» (после нажатия она остается неактивной в течение первых 10 секунд)
- Формат списка игроков изменен на более компактный (особенно для просмотра на мобильных устройствах)
- Исправлена проблема с часовым поясом, теперь он более гибкий для настройки.
- В списке игроков отображается каждый игрок (максимум 25*30 = 750)
- Кнопка для показания списка игроков и конфиг