Astral Realms Documentation Help

Commands

AstralCore registers a small set of network / administration commands across the proxy and the game servers. Every permission node is collected in the Permission summary.

/send (proxy)

Moves players between servers. Base permission: core.send. Registered on the Velocity proxy.

Subcommand

Syntax

Permission

Description

player

/send player <player> <server>

core.server.others

Send one player to a server.

all

/send all <server>

core.server.all

Send every online player to a server.

server

/send server <server> <targetServer>

core.server.server

Move everyone on one server to another.

group

/send group <sourceGroup> <targetGroup>

core.server.group

Move every player in sourceGroup to a server of targetGroup.

/send group resolves the source players by group and the destination by the target group's registered servers — each player is connected to the first available server of the target group, skipping anyone already on one. It fails with a message when the source group has no players online or the target group has no registered servers.

Tab-completion for the server arguments includes the sender's own current server.

/tppos (game server)

Teleport to explicit coordinates, optionally in another world, optionally on another server. Player-only. Permission: core.teleport.position.

Invocation

Behaviour

/tppos <x> <y> <z>

Teleport within the current world.

/tppos <x> <y> <z> <world>

Teleport to a world on this server.

/tppos <x> <y> <z> <world> <server>

Cross-server teleport, routed through the network teleportation service.

x/y/z are doubles; world is a Bukkit world name; server resolves against the server's local cache. The world and server arguments offer tab-completion.

Permission summary

Node

Grants

core.send

Base node for /send.

core.server.others

/send player.

core.server.all

/send all.

core.server.server

/send server.

core.server.group

/send group.

core.teleport.position

/tppos.

Last modified: 25 July 2026