This repository was archived by the owner on Dec 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Add Find, Send, and Server Commands #22
Copy link
Copy link
Labels
status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.
Milestone
Description
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:
-
/find [player] [--teleport]
- Locates the requested player across the network.
- Optional
--teleportflag allows teleportation to that player if the user has the required permission.
-
/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.
-
/server [name]
- Joins the user to the specified server.
- Command usage gated by permissions, e.g.,
server.join.buildto 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.Disputed bug is accepted as valid or Feature accepted as desired to be added.
Type
Projects
Status
Done