From 07b5b848516b48cc61107ef7960daae05ed51994 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Mon, 18 Nov 2024 19:08:35 -0500 Subject: [PATCH] Start adding commands --- docs/network_wide_commands.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/network_wide_commands.md b/docs/network_wide_commands.md index 64523de..9edd015 100644 --- a/docs/network_wide_commands.md +++ b/docs/network_wide_commands.md @@ -7,8 +7,37 @@ description: Commands that can be used on any of our servers. These commands apply to all of the servers and are available network-wide! +All teleportation commands have a wait of 5 seconds during which you cannot move, and a cool-down of 2 minutes. + === "Switching Servers" You can switch servers by using `/server `! A list of available servers will appear after typing a space after the command. +=== "TPA (TP Ask)" + + TP Ask can be used on any server and allowed you to request to teleport to someone or to ask them to teleport to you. + + - Ask to teleport to someone: `/tpa ` or `/tpask ` + - Ask player to teleport to you `/tpahere ` + + Accepting: `/tpaccept` + + Canceling: `/tpacancel` + +=== "Warps" + + Warps may be available on each server, all warps at this time will be made my admins. + + - List warps: `/warps` + - Get coords or warp: `/warpinfo ` + - Warp `/warp ` + +=== "Homes" + + Each player can set one home. + + - To set your home: `/sethome` + - To go home: `/home` + - To delete your home: `/delhome` + !!! Info "More commands" Each server will have its own command section on this website, if you are looking for specific commands for specific servers, check out their individual pages! \ No newline at end of file