Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inxomnyaa/usermanager
Feature rich user management suite for PMMP servers including moderation tools + player relationship management
https://github.com/inxomnyaa/usermanager
friends hacktoberfest moderation pmmp pmmp-plugin translation usermanager
Last synced: 4 months ago
JSON representation
Feature rich user management suite for PMMP servers including moderation tools + player relationship management
- Host: GitHub
- URL: https://github.com/inxomnyaa/usermanager
- Owner: inxomnyaa
- Created: 2019-12-28T08:29:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T12:37:25.000Z (over 4 years ago)
- Last Synced: 2024-10-09T23:22:12.534Z (4 months ago)
- Topics: friends, hacktoberfest, moderation, pmmp, pmmp-plugin, translation, usermanager
- Language: PHP
- Homepage: https://poggit.pmmp.io/ci/thebigsmileXD/UserManager
- Size: 300 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UserManager ![PHPStan](https://github.com/thebigsmileXD/UserManager/workflows/PHPStan/badge.svg)
Feature rich user management suite for PMMP servers including moderation tools + player relationship management
## Public BETA, not for production use!
This plugin is still under experimental development, breaking changes can happen at any time.
## Features
- Saving data to sqlite
- Creating and managing parties
- Adding friends
- Blocking users
- Ban and Warn management
- Sending mails / personal messages
- User settings in ServerSettingsForm, containing
- User client language
- User nickname
- A profile message / signature
- Toggle: Allow other users to find this user
- Toggle: Allow friend requests
- Toggle: Allow mails / personal messages
- Toggle: Display online status
- Simple UIs throughout the plugin
- Translation system with per-client translations
- Plenty events & API methods for other plugins
## Planned features
- Adding MySQL support
- Implement setting toggles
- Enhance mail system, add broadcasting support
- Example plugins for API usage