Compare commits
2 Commits
511b7b038e
...
ba23b9d868
Author | SHA1 | Date | |
---|---|---|---|
ba23b9d868 | |||
796d001751 |
10
CHANGELOG.md
10
CHANGELOG.md
@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
### Fixed
|
||||
|
||||
### Changed
|
||||
|
||||
### Removed
|
||||
|
||||
## [0.0.2] - 2024-12-07
|
||||
|
||||
### Added
|
||||
|
20
README.md
20
README.md
@ -1,3 +1,21 @@
|
||||
# Spiffo
|
||||
|
||||
A Discord Bot for integration with a Project Zomboid game server.
|
||||
A multi-purpose Discord integration bot for Project Zomboid.
|
||||
|
||||
## Features
|
||||
|
||||
- Interact with the remote console via slash commands in Discord.
|
||||
- A live count of all online players as the bot's activity status.
|
||||
- Views of complicated player data through direct access to the players.db file.
|
||||
- Automated mod update management including: restart warnings, saving and exiting, restarting the server.
|
||||
- Player connect and disconnect alerts in a specified Discord channel.
|
||||
- Ability to read directly from the server console log for accurate up-to-date info.
|
||||
- Super easy deployment via docker with environment variables for configuration.
|
||||
|
||||
## Why Did I Make This?
|
||||
|
||||
All existing bots are poorly coded, slow and/or lack certain features.
|
||||
|
||||
They usually fall into a couple of categories; single purpose and great or multi-purpose and bad.
|
||||
|
||||
I wanted to make a clean, beautiful and functional bot with ALL of the features!
|
||||
|
Reference in New Issue
Block a user