Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedeathlycow/location-logger
https://github.com/thedeathlycow/location-logger
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedeathlycow/location-logger
- Owner: TheDeathlyCow
- Created: 2024-11-01T11:34:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T10:48:23.000Z (2 months ago)
- Last Synced: 2024-11-12T13:26:50.431Z (2 months ago)
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```