https://github.com/kalilistic/playertrack
Keep track of players you meet.
https://github.com/kalilistic/playertrack
orwell players track
Last synced: 4 months ago
JSON representation
Keep track of players you meet.
- Host: GitHub
- URL: https://github.com/kalilistic/playertrack
- Owner: kalilistic
- License: mit
- Created: 2021-01-04T13:01:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T20:56:57.000Z (4 months ago)
- Last Synced: 2025-01-04T21:28:17.011Z (4 months ago)
- Topics: orwell, players, track
- Language: C#
- Homepage:
- Size: 4.99 MB
- Stars: 17
- Watchers: 3
- Forks: 9
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.yaml
- License: LICENSE
Awesome Lists containing this project
README
# PlayerTrack
Keep track of players you meet.## Description
PlayerTrack helps you keep a record of who you meet and the content you played together.
Organize players into categories, keep notes, and track them across name/world changes.
Customization options include colors, icons, nameplates, and alerts.## How to Use
- Install through XIVLauncher/Dalamud.
- Use `/ptrack` to open the main window.
- Use `/ptrackconfig` to open settings.## Libraries Used
- [AutoMapper](https://github.com/AutoMapper/AutoMapper)
- [Dalamud.ContextMenu](https://github.com/kalilistic/Dalamud.ContextMenu)
- [Dalamud.DrunkenToad](https://github.com/kalilistic/Dalamud.DrunkenToad)
- [Dalamud.Loc](https://github.com/kalilistic/Dalamud.Loc)
- [Dapper](https://github.com/DapperLib/Dapper)
- [FlexConfig](https://github.com/kalilistic/FlexConfig)
- [FluentDapperLite](https://github.com/kalilistic/FluentDapperLite)
- [FluentMigrator](https://github.com/fluentmigrator/fluentmigrator)
- [LiteHelper](https://github.com/kalilistic/LiteHelper)
- [Pilz.Dalamud](https://github.com/Pilzinsel64/Pilz.Dalamud)
- [SQLite](https://github.com/sqlite/sqlite)