Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thedeathlycow/location-logger


https://github.com/thedeathlycow/location-logger

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Location Logger

A Spigot/Paper plugin that logs players locations to an SQLite database periodically.

Logs are saved to `player_locations.db` by default

Requires SQLite JDBC `3.41.2.1+20230506`: https://modrinth.com/plugin/sqlite-jdbc

## Default Config

```yaml
database-path: player_locations.db
log-interval-seconds: 5
```