https://github.com/blooym/dalamud.goodfriend
A Dalamud plugin & web-API that provides improved in-game social functionality
https://github.com/blooym/dalamud.goodfriend
dalamud-plugin
Last synced: 10 months ago
JSON representation
A Dalamud plugin & web-API that provides improved in-game social functionality
- Host: GitHub
- URL: https://github.com/blooym/dalamud.goodfriend
- Owner: Blooym
- License: agpl-3.0
- Created: 2022-07-22T11:14:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-09T12:03:18.000Z (10 months ago)
- Last Synced: 2025-08-09T13:29:58.696Z (10 months ago)
- Topics: dalamud-plugin
- Language: C#
- Homepage:
- Size: 4.02 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### GoodFriend
A Dalamud plugin & associated web-API that provides improved in-game social functionality
[](https://github.com/Blooym/Dalamud.GoodFriend)
[](https://crowdin.com/project/goodfriend)
[](https://github.com/Blooym/Dalamud.GoodFriend/blob/main/LICENSE)
**[Issues](https://github.com/Blooym/Dalamud.GoodFriend/issues) · [Pull Requests](https://github.com/Blooym/Dalamud.GoodFriend/pulls) · [Releases](https://github.com/Blooym/Dalamud.GoodFriend/releases/latest)**
---
## About
GoodFriend is divided into three components:
- [Plugin](./src/Plugin): Interacts with the API on behalf of the user and automatically handles any interactions. Also includes functionality that does not interact with the API and, as such, can be used standalone.
- [Client](./src/Client): A usage-agnostic client library that wraps API calls and includes things like an SSE client and automatic request serialization/deserialization. This library is used by the plugin to interact with the API but is not directly tied to Dalamud so can, in theory, can be used by any application (although it's not recommended).
- [API](./src/Api): A REST API that manages the actual communication between clients, as well as various other tasks. By default, the provided plugin will use the official API instance, but this can be changed to any other instance if desired.
### Drawbacks
Due to the nature of the implementation, only users with the plugin installed can send and receive events with the API, as the plugin is responsible for handling the actual event sending and receiving. This means that if you have the plugin installed but your friend does not, any functionality that depends on receiving data from them will not work. Unfortunately, the only way to address this is to ask your friends to install GoodFriend.
## Translation & Localization
If you want to contribute localizations to this project please visit GoodFriends's [Crowdin page](https://crwd.in/goodfriend).