Skip to content

Roadmap & Future Features

What’s coming next for InviteMe. This page is updated as development progresses.


Full migration support for action_log and player_stats tables when switching backends. Currently only the invites table migrates automatically — this will extend to all three tables.

The /im stats command will include a Plugin XP leaderboard alongside the Top Inviters ranking:

Top 5 Plugin XP:
1. Alice → 4,250 Plugin XP
2. Bob → 3,100 Plugin XP
3. Steve → 2,800 Plugin XP

Players will be able to spend accumulated Plugin XP to unlock additional invitation slots, creating a natural progression system:

/invite slots ← view your current slots and XP
/invite slots buy ← spend XP to unlock an extra slot

Example configuration:

xp-slot-unlock:
enabled: true
cost-per-slot: 500 # Plugin XP required per extra slot
max-extra-slots: 5 # maximum unlockable slots per player

The /invite menu GUI will show comparative statistics when you click on a mutual boost partner’s head:

[Bob — Boost Partner]
──────────────────────
Your combined sessions: 47
Total time together: 8h 30m
XP you gave Bob: 12,500
XP Bob gave you: 11,200
Most active: Tuesday evenings

Optional cooldown between invitations to prevent spam:

invite-cooldown:
enabled: false
seconds: 3600 # 1 hour between invitations

These are features that have been requested or considered but not yet committed to a version:

  • Web dashboard — browser-based view of server stats and invite history
  • Discord integration — notifications when players are invited or removed
  • Invite codes — shareable codes that auto-invite when entered in a command
  • Batch import — import a list of players from CSV
  • Per-world whitelisting — different invite lists for different worlds
  • Invite requests — players can request an invitation from in-game

Have an idea? Open a feature request on GitHub:

👉 Modrinth Discussions — Feature Requests

Include:

  • What problem it solves
  • How you’d expect it to work
  • Whether you’d be willing to test it

See the full Changelog for what was added in each release.