release.txt is packaged in every release (unarchive the jar)
- Source Code:
- https://github.com/lawleagle/LoginStore
LoginStore
This is a Bungeecord plugin that connects to a Mongo database—MongoDB—and stores loginEvents—login and logout.
What does it store?
Where does it store data?
- event time
- event type (login/logout)
- player name
- player uuid
- player IP
- mongo connection in config (default 'mongodb://localhost:27017')
- database in config (default 'serversnetwork')
- 'loginEvents' collection (not configurable)

LoginStore 1.1.1
Bungeecord plugin that connects to Mongo and stores login events.
Recent Updates
- 1.1.1 Apr 14, 2021
- 1.1.0 Apr 14, 2021
- This was the original, first version Apr 14, 2021