Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (27 loc) · 1.06 KB

UserManager PHPStan

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