Skip to content

V1.0 for Notes and Status Cogs

Latest
Compare
Choose a tag to compare
@Crossedfall Crossedfall released this 28 May 18:08
· 69 commits to ss13/master since this release

Current stable release for bot the Status and GetNotes cogs respectively.

To lock yourself to this stable release use repo add ss13-cogs https://github.com/crossedfall/crossed-cogs ss13_1.0.0 as your repo instead of the suggested one in the README document.

Note: This will prevent you from obtaining the latest bug fixes and features, but the experience should be stable.

Current features:

Cog Description
GetNotes Pulls player notes from an SS13 /TG/ schemed database

setnotes - Configuration options for the notes cog
notes - Lists all of the notes for a given CKEY
findplayer - Searches the database for a player using their CID, IP, or CKEY and outputs an overview of the user. Note: It is recommended to restrict this command to admin specific channels. The results will automatically redact the CID and IP after 5-minutes.

Requires: mysql-connector-python>=8.0 -- pip install mysql-connector-python
Status Obtains the current status of a hosted SS13 round and pertinent admin pings (e.g. Ahelps, round ending events, custom pings)

adminwho - Lists the current admins on the server *
players - Lists the current players on the server*
setstatus - Configuration options for the status cog
status - Displays current round information

* Requires additional setup, see Additional Functions for more information