Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Add Find, Send, and Server Commands #22

@twisti-dev

Description

@twisti-dev

Is your feature request related to a problem?

Currently, there is no streamlined way to locate players across the network, teleport to them, send players or groups to specific servers, or control server access based on permissions. This limits administrative flexibility and user flow control in multi-server environments.

Describe the solution you'd like.

Introduce three new commands:

  1. /find [player] [--teleport]

    • Locates the requested player across the network.
    • Optional --teleport flag allows teleportation to that player if the user has the required permission.
  2. /send [target] [destination]

    • Sends a specified player, server group, or all players to a destination server or group.
    • Accepts player names, server names, or group aliases as arguments.
  3. /server [name]

    • Joins the user to the specified server.
    • Command usage gated by permissions, e.g., server.join.build to restrict access to certain servers.

All commands should include permission nodes for flexible access control.

Describe alternatives you've considered.

  • Manual teleportation or server switching using internal admin tools or third-party plugins.
  • Using scripts or GUIs to move players, but they lack real-time flexibility or fine-grained permissions.
  • Server access managed via external systems like web dashboards.

Other

These features would streamline cross-server operations, improve moderation, and enhance user experience in complex network setups.

Metadata

Metadata

Assignees

Labels

status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions