https://github.com/thedeathlycow/location-logger
https://github.com/thedeathlycow/location-logger
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedeathlycow/location-logger
- Owner: TheDeathlyCow
- Created: 2024-11-01T11:34:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T10:48:23.000Z (7 months ago)
- Last Synced: 2025-01-11T13:12:16.601Z (5 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
```