Commit Graph

27 Commits

Author SHA1 Message Date
dcfe59a382 Update README 2024-11-23 20:51:09 +00:00
98afd4ea49 Change from npm to node to start the bot 2024-11-23 18:51:57 +00:00
5c30930433 Add ONLINE_CHECK config option 2024-11-23 18:10:55 +00:00
cf11d2bbf7 Add systemd service file for bot 2024-11-23 15:52:59 +00:00
9a33539e16 Add config option to enable/disable command parsing. Useful for presence/ingamechat bot instances. 2024-11-23 15:40:42 +00:00
3a6a190404 Move code inside the success promise for online status 2024-11-22 20:55:20 +00:00
d59b7f03d5 Fix path to config.js 2024-11-22 20:32:51 +00:00
3c0d5b01b5 Add config option to assume (not check) host online status 2024-11-22 20:27:35 +00:00
71138985be Add missing comma 2024-11-22 16:59:54 +00:00
66187601bf Change bot presence to online 2024-11-22 14:53:17 +00:00
625bbf1e6f Change reporting online count periodically to setting bot presence information 2024-11-22 14:52:20 +00:00
bb6b3eb8a1 Upgrade to Discord API v14 2024-11-22 14:05:20 +00:00
d00f47c1d8 Improve handling of slug names used in commands 2024-10-02 13:36:55 +00:00
bba074bafb Add ability to restart MC servers from discord for properly roled users 2024-09-25 16:05:02 +00:00
fd812da425 Switch hostIsAlive() to be synchronous 2024-09-25 15:29:18 +00:00
27ccfb467c Switch from net-ping to system ping through child process so don't need to be root 2024-09-25 15:24:24 +00:00
44f563533e Add an option for role ID related to server restarts 2024-09-25 14:04:26 +00:00
a309997899 Switch to 'rcon' package instead of 'mbr-rcon' 2024-06-20 18:43:57 +00:00
44af9c4a4b Add the >>paddle command 2020-05-06 15:11:54 -04:00
9e2191a199 Print a message showing zero players when no players are online 2020-04-08 13:36:21 -04:00
139e8dcfca Removed sendOnline static method from Server class 2020-04-07 11:34:30 -04:00
c227097f37 Clean up some comments 2020-04-07 11:33:25 -04:00
11c757b4f0 Added rcon and query features to get server status and player online counts 2020-04-07 11:28:51 -04:00
f386855ed1 Add a console message when stopping the server with ctrl-c 2020-04-03 13:24:26 -04:00
6f85cf3cc2 Add repository info to package.json 2020-04-03 13:19:51 -04:00
c73ad70b18 First push of code to the repo 2020-04-03 12:47:15 -04:00
4e271245ce Initial commit 2020-04-03 12:44:59 -04:00