Docs/Plugins

Name history plugin

Look up past usernames and nicknames stored by Dreamliner.

#Configuration

yaml
plugins:
  name_history:
    enabled: true
    overrides:
      - level: ">=50"
        config:
          can_view: true
          can_search: true

#Commands

CommandPermissionDescription
/names usercan_viewView name history for a user
/names searchcan_searchSearch name history by user ID or name fragment

#Requirements

  • History is built from nickname changes logged by Dreamliner and username snapshots from the Username Saver plugin.
  • Works best when both Name History and Username Saver are enabled.