-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: add friends system #5
Comments
Actually, our admin team have discussed this idea and it has been brought up by our players many times. It's an idea that we are interested in, but we would need to define the implementation functionality and how it would work. And it's not on our list of priorities at the moment ;) But, to summarise functionality ideas:
If you have any other ideas/uses for the friend system, let me know :) |
I'm glad to hear you are open to it! I'll flesh out a few more ideas here then. :)
Commands could be as so: /friends request player - send friend request |
One thing I've seen a glaring need for is a reliable bungeecord friends list feature for tracking players' friend's logging in/out, whereabouts, last seen, teleporting, etc and I feel it would fit well within the scope of this plugin suite considering it has most of the supporting features already implemented. If you disagree, feel free to close, totally understandable, I know you don't want to waste a bunch of time making stuff for other servers If not, read on and think about how it could benefit you as well 😃 :
Players would be able to send request to others to become friends. If a player has a friend log on/off, they would see a separate join/leave message for their friends (that could be enabled/disabled independently of the normal msgs, join/leave messages get annoying with many players, but nobody knows when their friends join with them disabled!). Ability to teleport to their friends (with perms, supporting tp and tpa, etc). Ability to visit friends home (separate permission from current home visiting). Toggleable display of list of friends currently online/last seen info on login.
Seems like it would be fairly easy to implement with most of the supporting features already being part of this plugin, though I don't know java so I'm unsure of whats involved (or else I'd be making PRs!)
The text was updated successfully, but these errors were encountered: