# TeleportCommandSet
Minecraft 1.16.5 Forge 36.2.34+ Mod - Teleport Command Set Mod.
## Installed
> ```
> Server-side:
> Can only install on server.
> Players can use "TpsCommand" without having to install this module.
>
> Client-side:
> Single-player Mode - Players can use "TpsFeature" and "TpsCommand".
> Multi-player Mode - Players can use "TpsFeature".
> ```
>
## TpsCommand
> ### Permission
> ```
> no need.
> ```
>
> ### Features
> ```
> 1. /tps list - show all <PosName> that you set. (is clickable to do /tps <PosName>, but requires '/execute' permission.)
> 2. /tps set <PosName> <PosDesc> - set new <PosName> <PosDesc>. (PosName = name, PosDesc = description)
> 3. /tps rm <PosName> - remove <PosName>.
> 4. /tps <PosName> - teleport to <PosName>. (can teleport in different dimensions.)
> 5. /back
> ```
>
## TpsFeature
> ### Permission
> ```
> requires '/execute' permission.
> ```
>
> ### Features
> ```
> 1. #list - show all <PosName> that you set. (is clickable to do #<PosName>)
> 2. #set <PosName> <PosDesc> - set new <PosName> <PosDesc>. (PosName = name, PosDesc = description)
> 3. #rm <PosName> - remove <PosName>.
> 4. #<PosName> - teleport to <PosName>. (can teleport in different dimensions.)
> ```
>

