Skip to content

Add friend_manager plugin#471

Open
Rafsan1711 wants to merge 8 commits into
bombsquad-community:mainfrom
Rafsan1711:main
Open

Add friend_manager plugin#471
Rafsan1711 wants to merge 8 commits into
bombsquad-community:mainfrom
Rafsan1711:main

Conversation

@Rafsan1711

Copy link
Copy Markdown

What this adds

A new utility plugin: Friend Manager

Lets you build a real friend list while playing online. Click a player's
name in a party to add them as a friend — their account ID and every
profile name they've played under gets saved automatically, so you'll
recognize them even if they switch profiles later. Notifies you when a
friend joins your party. Full friend list is available from
Settings → Friends.

Plugin details

  • File: plugins/utilities/friend_manager.py
  • Category: Utilities
  • plugman version: 1.0.0
  • Author: ItzHacker101

Testing done

  • Added a friend via the player popup menu in a party
  • Friend list opens correctly from Settings -> Friends
  • Friend profile window shows saved profile names + last-seen correctly
  • Removing a friend (two-tap confirm) works
  • No errors/crashes seen in the dev console during testing

Notes for reviewers

Friend data is stored in its own subfolder (friend_manager_data/friend_list.json)
inside the user's mods/python directory, so it stays organized and the folder
can be copied to another device to carry friends over.

Rafsan1711 and others added 8 commits June 21, 2026 19:43
This file implements a Friend Manager for managing a persistent friend list in an online party setting, allowing users to add friends, view profiles, and receive notifications when friends join a party.
Implement Friend Manager for online parties . Add friend_manager plugin
@Rafsan1711

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant